Patch "Fix up more non-executable files marked executable" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    Fix up more non-executable files marked executable

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     fix-up-more-non-executable-files-marked-executable.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 15acb60ae391ce77168a5ef5d06647674380aa0a
Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Date:   Sat Jan 28 11:17:57 2023 -0800

    Fix up more non-executable files marked executable
    
    [ Upstream commit c96618275234ad03d44eafe9f8844305bb44fda4 ]
    
    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: 4d8e5cd233db ("locking/atomics: Fix scripts/atomic/ script permissions")
    Reported-by: Joe Perches <joe@xxxxxxxxxxx>
    Signed-off-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/Documentation/devicetree/bindings/sound/everest,es8326.yaml b/Documentation/devicetree/bindings/sound/everest,es8326.yaml
old mode 100755
new mode 100644
diff --git a/scripts/atomic/atomics.tbl b/scripts/atomic/atomics.tbl
old mode 100755
new mode 100644



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux