Skip to content
  1. Mar 02, 2023
  2. Feb 18, 2023
  3. Feb 12, 2023
  4. Jan 28, 2023
    • Linus Torvalds's avatar
      Fix up more non-executable files marked executable · c9661827
      Linus Torvalds authored
      
      
      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: 8c6789f4 ("ASoC: dt-bindings: Add Everest ES8326 audio CODEC")
      Fixes: 4d8e5cd2 ("locking/atomics: Fix scripts/atomic/ script permissions")
      Reported-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      c9661827
  5. Jan 20, 2023
  6. Jan 18, 2023
  7. Jan 13, 2023
  8. Jan 09, 2023
  9. Jan 07, 2023
  10. Jan 06, 2023
  11. Jan 05, 2023
  12. Jan 04, 2023
  13. Jan 01, 2023
  14. Dec 29, 2022
  15. Dec 28, 2022
Loading