# git rev-parse -q --verify c96618275234ad03d44eafe9f8844305bb44fda4^{commit} c96618275234ad03d44eafe9f8844305bb44fda4 already have revision, skipping fetch # git checkout -q -f -B kisskb c96618275234ad03d44eafe9f8844305bb44fda4 # git clean -qxdf # < git log -1 # commit c96618275234ad03d44eafe9f8844305bb44fda4 # Author: Linus Torvalds # 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: 4d8e5cd233db ("locking/atomics: Fix scripts/atomic/ script permissions") # Reported-by: Joe Perches # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 c96618275234ad03d44eafe9f8844305bb44fda4 # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 defconfig # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/um/os-Linux/util.c:17:24: fatal error: sys/random.h: No such file or directory compilation terminated. make[3]: *** [/kisskb/src/scripts/Makefile.build:252: arch/um/os-Linux/util.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:504: arch/um/os-Linux] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2021: .] Error 2 make: *** [Makefile:242: __sub-make] Error 2 Command 'make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_um-defconfig_um-x86_64 # Build took: 0:00:26.153133