# git rev-parse -q --verify bce9332220bd677d83b19d21502776ad555a0e73^{commit} bce9332220bd677d83b19d21502776ad555a0e73 already have revision, skipping fetch # git checkout -q -f -B kisskb bce9332220bd677d83b19d21502776ad555a0e73 # git clean -qxdf # < git log -1 # commit bce9332220bd677d83b19d21502776ad555a0e73 # Author: Linus Torvalds # Date: Mon Dec 5 12:09:06 2022 -0800 # # proc: proc_skip_spaces() shouldn't think it is working on C strings # # proc_skip_spaces() seems to think it is working on C strings, and ends # up being just a wrapper around skip_spaces() with a really odd calling # convention. # # Instead of basing it on skip_spaces(), it should have looked more like # proc_skip_char(), which really is the exact same function (except it # skips a particular character, rather than whitespace). So use that as # inspiration, odd coding and all. # # Now the calling convention actually makes sense and works for the # intended purpose. # # Reported-and-tested-by: Kyle Zeng # Acked-by: Eric Dumazet # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 bce9332220bd677d83b19d21502776ad555a0e73 # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 defconfig # < make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig # make -s -j 32 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: warning: arch/x86/um/vdso/vdso.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: warning: .tmp_vmlinux.kallsyms1 has a LOAD segment with RWX permissions /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: warning: .tmp_vmlinux.kallsyms1.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: warning: .tmp_vmlinux.kallsyms2 has a LOAD segment with RWX permissions /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: warning: .tmp_vmlinux.kallsyms2.o: missing .note.GNU-stack section implies executable stack /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/../lib/gcc/x86_64-buildroot-linux-gnu/12.2.0/../../../../x86_64-buildroot-linux-gnu/bin/ld: warning: vmlinux has a LOAD segment with RWX permissions LINK linux Completed OK # rm -rf /kisskb/build/linus_um-defconfig_um-x86_64-gcc12 # Build took: 0:00:47.330770