# git rev-parse -q --verify d6c4816748dd21e69b7dd79faf282a57d0378680^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-4.14.y warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify d6c4816748dd21e69b7dd79faf282a57d0378680^{commit} d6c4816748dd21e69b7dd79faf282a57d0378680 # git checkout -q -f -B kisskb d6c4816748dd21e69b7dd79faf282a57d0378680 # git clean -qxdf # < git log -1 # commit d6c4816748dd21e69b7dd79faf282a57d0378680 # Author: Greg Kroah-Hartman # Date: Sat Sep 2 09:21:33 2023 +0200 # # Linux 4.14.325 # # Link: https://lore.kernel.org/r/20230831110828.577111137@linuxfoundation.org # Tested-by: Linux Kernel Functional Testing # Tested-by: Guenter Roeck # Signed-off-by: Greg Kroah-Hartman # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 d6c4816748dd21e69b7dd79faf282a57d0378680 # make -s -j 32 ARCH=x86 O=/kisskb/build/stable-4.14_x86_64_defconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- x86_64_defconfig # < make -s -j 32 ARCH=x86 O=/kisskb/build/stable-4.14_x86_64_defconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86 O=/kisskb/build/stable-4.14_x86_64_defconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 32 ARCH=x86 O=/kisskb/build/stable-4.14_x86_64_defconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- Warning: synced file at 'tools/objtool/arch/x86/include/asm/insn.h' differs from latest kernel version at 'arch/x86/include/asm/insn.h' /kisskb/src/kernel/sched/core.c: In function 'sched_init': /kisskb/src/kernel/sched/core.c:5962:30: warning: the comparison will always evaluate as 'false' for the address of 'cpu_isolated_map' will never be NULL [-Waddress] 5962 | if (cpu_isolated_map == NULL) | ^~ /kisskb/src/kernel/sched/core.c:87:15: note: 'cpu_isolated_map' declared here 87 | cpumask_var_t cpu_isolated_map; | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/profile.c: In function 'profile_dead_cpu': /kisskb/src/kernel/profile.c:346:27: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress] 346 | if (prof_cpu_mask != NULL) | ^~ /kisskb/src/kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here 49 | static cpumask_var_t prof_cpu_mask; | ^~~~~~~~~~~~~ /kisskb/src/kernel/profile.c: In function 'profile_online_cpu': /kisskb/src/kernel/profile.c:383:27: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress] 383 | if (prof_cpu_mask != NULL) | ^~ /kisskb/src/kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here 49 | static cpumask_var_t prof_cpu_mask; | ^~~~~~~~~~~~~ /kisskb/src/kernel/profile.c: In function 'profile_tick': /kisskb/src/kernel/profile.c:413:47: warning: the comparison will always evaluate as 'true' for the address of 'prof_cpu_mask' will never be NULL [-Waddress] 413 | if (!user_mode(regs) && prof_cpu_mask != NULL && | ^~ /kisskb/src/kernel/profile.c:49:22: note: 'prof_cpu_mask' declared here 49 | static cpumask_var_t prof_cpu_mask; | ^~~~~~~~~~~~~ /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: arch/x86/boot/compressed/head_64.o: warning: relocation in read-only section `.head.text' /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux-ld: warning: creating DT_TEXTREL in a PIE Completed OK # rm -rf /kisskb/build/stable-4.14_x86_64_defconfig_x86_64-gcc12 # Build took: 0:02:44.287003