Skip to content

Commit

Permalink
Fix up more non-executable files marked executable
Browse files Browse the repository at this point in the history
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: 8c6789f ("ASoC: dt-bindings: Add Everest ES8326 audio CODEC")
Fixes: 4d8e5cd ("locking/atomics: Fix scripts/atomic/ script permissions")
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Torvalds committed Jan 28, 2023
1 parent 2543fdb commit c966182
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Empty file modified Documentation/devicetree/bindings/sound/everest,es8326.yaml
100755 → 100644
Empty file.
Empty file modified scripts/atomic/atomics.tbl
100755 → 100644
Empty file.

0 comments on commit c966182

Please sign in to comment.