Centos-kernel-stream-9/scripts/atomic
Jaroslav Kysela 8bb54747f3 Fix up more non-executable files marked executable
Bugzilla: https://bugzilla.redhat.com/2179848

commit c96618275234ad03d44eafe9f8844305bb44fda4
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Sat Jan 28 11:17:57 2023 -0800

    Fix up more non-executable files marked executable

    Joe found another DT file that shouldn't be executable, and that
    frustrated me enough that I went hunting with this script:

        git ls-files -s |
            grep '^100755' |
            cut -f2 |
            xargs grep -L '^#!'

    and that found another file that shouldn't have been marked executable
    either, despite being in the scripts directory.

    Maybe these two are the last ones at least for now.  But I'm sure we'll
    be back in a few years, fixing things up again.

    Fixes: 8c6789f4e2d4 ("ASoC: dt-bindings: Add Everest ES8326 audio CODEC")
    Fixes: 4d8e5cd233 ("locking/atomics: Fix scripts/atomic/ script permissions")
    Reported-by: Joe Perches <joe@perches.com>
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
2023-06-21 16:22:06 +02:00
..
fallbacks atomics: Fix atomic64_{read_acquire,set_release} fallbacks 2022-05-12 08:34:06 -04:00
atomic-tbl.sh
atomics.tbl Fix up more non-executable files marked executable 2023-06-21 16:22:06 +02:00
check-atomics.sh locking/atomic: centralize generated headers 2021-11-12 14:23:14 -05:00
gen-atomic-fallback.sh locking/atomic: Add generic try_cmpxchg64 support 2022-10-25 13:39:57 +02:00
gen-atomic-instrumented.sh locking/atomic: Add generic try_cmpxchg64 support 2022-10-25 13:39:57 +02:00
gen-atomic-long.sh locking/atomic: add arch_atomic_long*() 2021-11-12 14:23:15 -05:00
gen-atomics.sh locking/atomic: centralize generated headers 2021-11-12 14:23:14 -05:00