# git rev-parse -q --verify 707df298cbde200b939c70be2577b20775fe3345^{commit} 707df298cbde200b939c70be2577b20775fe3345 already have revision, skipping fetch # git checkout -q -f -B kisskb 707df298cbde200b939c70be2577b20775fe3345 # git clean -qxdf # < git log -1 # commit 707df298cbde200b939c70be2577b20775fe3345 # Merge: 6bdfe2d88b9f 303d77a6e170 # Author: Linus Torvalds # Date: Fri Nov 3 10:07:39 2023 -1000 # # Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc updates from Michael Ellerman: # # - Add support for KVM running as a nested hypervisor under development # versions of PowerVM, using the new PAPR nested virtualisation API # # - Add support for the BPF prog pack allocator # # - A rework of the non-server MMU handling to support execute-only on # all platforms # # - Some optimisations & cleanups for the powerpc qspinlock code # # - Various other small features and fixes # # Thanks to Aboorva Devarajan, Aditya Gupta, Amit Machhiwal, Benjamin # Gray, Christophe Leroy, Dr. David Alan Gilbert, Gaurav Batra, Gautam # Menghani, Geert Uytterhoeven, Haren Myneni, Hari Bathini, Joel Stanley, # Jordan Niethe, Julia Lawall, Kautuk Consul, Kuan-Wei Chiu, Michael # Neuling, Minjie Du, Muhammad Muzammil, Naveen N Rao, Nicholas Piggin, # Nick Child, Nysal Jan K.A, Peter Lafreniere, Rob Herring, Sachin Sant, # Sebastian Andrzej Siewior, Shrikanth Hegde, Srikar Dronamraju, Stanislav # Kinsburskii, Vaibhav Jain, Wang Yufen, Yang Yingliang, and Yuan Tan. # # * tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (100 commits) # powerpc/vmcore: Add MMU information to vmcoreinfo # Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo" # powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free] # powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_data # powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack # powerpc/bpf: implement bpf_arch_text_copy # powerpc/code-patching: introduce patch_instructions() # powerpc/32s: Implement local_flush_tlb_page_psize() # powerpc/pseries: use kfree_sensitive() in plpks_gen_password() # powerpc/code-patching: Perform hwsync in __patch_instruction() in case of failure # powerpc/fsl_msi: Use device_get_match_data() # powerpc: Remove cpm_dp...() macros # powerpc/qspinlock: Rename yield_propagate_owner tunable # powerpc/qspinlock: Propagate sleepy if previous waiter is preempted # powerpc/qspinlock: don't propagate the not-sleepy state # powerpc/qspinlock: propagate owner preemptedness rather than CPU number # powerpc/qspinlock: stop queued waiters trying to set lock sleepy # powerpc/perf: Fix disabling BHRB and instruction sampling # powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API # powerpc/tools: Pass -mabi=elfv2 to gcc-check-mprofile-kernel.sh # ... # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 707df298cbde200b939c70be2577b20775fe3345 # make -s -j 40 ARCH=m68k O=/kisskb/build/powerpc-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 40 ARCH=m68k O=/kisskb/build/powerpc-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 40 ARCH=m68k O=/kisskb/build/powerpc-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 40 ARCH=m68k O=/kisskb/build/powerpc-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_new': /kisskb/src/kernel/bpf/task_iter.c:917:14: error: 'CSS_TASK_ITER_PROCS' undeclared (first use in this function) 917 | case CSS_TASK_ITER_PROCS | CSS_TASK_ITER_THREADED: | ^~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c:917:14: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/kernel/bpf/task_iter.c:917:36: error: 'CSS_TASK_ITER_THREADED' undeclared (first use in this function) 917 | case CSS_TASK_ITER_PROCS | CSS_TASK_ITER_THREADED: | ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c:925:60: error: invalid application of 'sizeof' to incomplete type 'struct css_task_iter' 925 | kit->css_it = bpf_mem_alloc(&bpf_global_ma, sizeof(struct css_task_iter)); | ^~~~~~ /kisskb/src/kernel/bpf/task_iter.c:928:9: error: implicit declaration of function 'css_task_iter_start'; did you mean 'task_seq_start'? [-Werror=implicit-function-declaration] 928 | css_task_iter_start(css, flags, kit->css_it); | ^~~~~~~~~~~~~~~~~~~ | task_seq_start /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_next': /kisskb/src/kernel/bpf/task_iter.c:938:16: error: implicit declaration of function 'css_task_iter_next'; did you mean 'class_dev_iter_next'? [-Werror=implicit-function-declaration] 938 | return css_task_iter_next(kit->css_it); | ^~~~~~~~~~~~~~~~~~ | class_dev_iter_next /kisskb/src/kernel/bpf/task_iter.c:938:16: warning: returning 'int' from a function with return type 'struct task_struct *' makes pointer from integer without a cast [-Wint-conversion] 938 | return css_task_iter_next(kit->css_it); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/bpf/task_iter.c: In function 'bpf_iter_css_task_destroy': /kisskb/src/kernel/bpf/task_iter.c:947:9: error: implicit declaration of function 'css_task_iter_end' [-Werror=implicit-function-declaration] 947 | css_task_iter_end(kit->css_it); | ^~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:243: kernel/bpf/task_iter.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:480: kernel/bpf] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:480: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1913: .] Error 2 make[1]: *** [/kisskb/src/Makefile:234: __sub-make] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Command 'make -s -j 40 ARCH=m68k O=/kisskb/build/powerpc-next_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/powerpc-next_defconfig_m68k-gcc11 # Build took: 0:00:59.106367