# git rev-parse -q --verify 3d5ad2d4eca337e80f38df77de89614aa5aaceb9^{commit} 3d5ad2d4eca337e80f38df77de89614aa5aaceb9 already have revision, skipping fetch # git checkout -q -f -B kisskb 3d5ad2d4eca337e80f38df77de89614aa5aaceb9 # git clean -qxdf # < git log -1 # commit 3d5ad2d4eca337e80f38df77de89614aa5aaceb9 # Merge: dbafeddb9524 5ac9b4e935df # Author: Linus Torvalds # Date: Fri Oct 18 16:27:14 2024 -0700 # # Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf # # Pull bpf fixes from Daniel Borkmann: # # - Fix BPF verifier to not affect subreg_def marks in its range # propagation (Eduard Zingerman) # # - Fix a truncation bug in the BPF verifier's handling of # coerce_reg_to_size_sx (Dimitar Kanaliev) # # - Fix the BPF verifier's delta propagation between linked registers # under 32-bit addition (Daniel Borkmann) # # - Fix a NULL pointer dereference in BPF devmap due to missing rxq # information (Florian Kauer) # # - Fix a memory leak in bpf_core_apply (Jiri Olsa) # # - Fix an UBSAN-reported array-index-out-of-bounds in BTF parsing for # arrays of nested structs (Hou Tao) # # - Fix build ID fetching where memory areas backing the file were # created with memfd_secret (Andrii Nakryiko) # # - Fix BPF task iterator tid filtering which was incorrectly using pid # instead of tid (Jordan Rome) # # - Several fixes for BPF sockmap and BPF sockhash redirection in # combination with vsocks (Michal Luczaj) # # - Fix riscv BPF JIT and make BPF_CMPXCHG fully ordered (Andrea Parri) # # - Fix riscv BPF JIT under CONFIG_CFI_CLANG to prevent the possibility # of an infinite BPF tailcall (Pu Lehui) # # - Fix a build warning from resolve_btfids that bpf_lsm_key_free cannot # be resolved (Thomas Weißschuh) # # - Fix a bug in kfunc BTF caching for modules where the wrong BTF object # was returned (Toke Høiland-Jørgensen) # # - Fix a BPF selftest compilation error in cgroup-related tests with # musl libc (Tony Ambardar) # # - Several fixes to BPF link info dumps to fill missing fields (Tyrone # Wu) # # - Add BPF selftests for kfuncs from multiple modules, checking that the # correct kfuncs are called (Simon Sundberg) # # - Ensure that internal and user-facing bpf_redirect flags don't overlap # (Toke Høiland-Jørgensen) # # - Switch to use kvzmalloc to allocate BPF verifier environment (Rik van # Riel) # # - Use raw_spinlock_t in BPF ringbuf to fix a sleep in atomic splat # under RT (Wander Lairson Costa) # # * tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf: (38 commits) # lib/buildid: Handle memfd_secret() files in build_id_parse() # selftests/bpf: Add test case for delta propagation # bpf: Fix print_reg_state's constant scalar dump # bpf: Fix incorrect delta propagation between linked registers # bpf: Properly test iter/task tid filtering # bpf: Fix iter/task tid filtering # riscv, bpf: Make BPF_CMPXCHG fully ordered # bpf, vsock: Drop static vsock_bpf_prot initialization # vsock: Update msg_count on read_skb() # vsock: Update rx_bytes on read_skb() # bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock # selftests/bpf: Add asserts for netfilter link info # bpf: Fix link info netfilter flags to populate defrag flag # selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx() # selftests/bpf: Add test for truncation after sign extension in coerce_reg_to_size_sx() # bpf: Fix truncation bug in coerce_reg_to_size_sx() # selftests/bpf: Assert link info uprobe_multi count & path_size if unset # bpf: Fix unpopulated path_size when uprobe_multi fields unset # selftests/bpf: Fix cross-compiling urandom_read # selftests/bpf: Add test for kfunc module order # ... # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 3d5ad2d4eca337e80f38df77de89614aa5aaceb9 # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:3075:2: error: #warning clone3() entry point is missing, please fix [-Werror=cpp] 3075 | #warning clone3() entry point is missing, please fix | ^~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:229: kernel/fork.o] Error 1 make[4]: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}: Warning: end of file not at end of a line; newline inserted {standard input}:1111: Error: unknown pseudo-op: `.l18' {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:1070: Error: displacement to undefined symbol .L142 overflows 8-bit field {standard input}:1075: Error: displacement to undefined symbol .L161 overflows 8-bit field {standard input}:1059: Error: pcrel too far {standard input}:1060: Error: pcrel too far {standard input}:1061: Error: pcrel too far sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source (by using -freport-bug). See for instructions. make[6]: *** [/kisskb/src/scripts/Makefile.build:229: drivers/net/pcs/pcs-xpcs.o] Error 4 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/net/pcs] Error 2 make[5]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:478: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}: Warning: end of file not at end of a line; newline inserted {standard input}:1269: Error: unknown pseudo-op: `.l2' {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:1251: Error: pcrel too far sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source (by using -freport-bug). See for instructions. make[6]: *** [/kisskb/src/scripts/Makefile.build:229: drivers/hwmon/pmbus/mp2975.o] Error 4 make[6]: *** Waiting for unfinished jobs.... make[5]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/hwmon/pmbus] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/hwmon] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:478: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1936: .] Error 2 make[1]: *** [/kisskb/src/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Command 'make -s -j 160 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sh4-gcc13 # Build took: 0:05:07.669079