# git rev-parse -q --verify 780225545de40d45936ab607516733d16d4e6ac4^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-4.19.y # git rev-parse -q --verify 780225545de40d45936ab607516733d16d4e6ac4^{commit} 780225545de40d45936ab607516733d16d4e6ac4 # git checkout -q -f -B kisskb 780225545de40d45936ab607516733d16d4e6ac4 # git clean -qxdf # < git log -1 # commit 780225545de40d45936ab607516733d16d4e6ac4 # Author: Greg Kroah-Hartman # Date: Sat Sep 23 10:48:18 2023 +0200 # # Linux 4.19.295 # # Link: https://lore.kernel.org/r/20230920112846.440597133@linuxfoundation.org # Tested-by: Shuah Khan # Tested-by: Jon Hunter # 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 780225545de40d45936ab607516733d16d4e6ac4 # make -s -j 24 ARCH=x86 O=/kisskb/build/stable-4.19_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 24 ARCH=x86 O=/kisskb/build/stable-4.19_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 24 ARCH=x86 O=/kisskb/build/stable-4.19_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 24 ARCH=x86 O=/kisskb/build/stable-4.19_x86_64_defconfig_x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/x86_64-linux/bin/x86_64-linux- /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.19_x86_64_defconfig_x86_64-gcc12 # Build took: 0:04:54.326912