# git rev-parse -q --verify e392ea4d4d00880bf94550151b1ace4f88a4b17a^{commit} e392ea4d4d00880bf94550151b1ace4f88a4b17a already have revision, skipping fetch # git checkout -q -f -B kisskb e392ea4d4d00880bf94550151b1ace4f88a4b17a # git clean -qxdf # < git log -1 # commit e392ea4d4d00880bf94550151b1ace4f88a4b17a # Merge: 707df298cbde 991a211aa99f # Author: Linus Torvalds # Date: Fri Nov 3 10:17:22 2023 -1000 # # Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux # # Pull s390 updates from Vasily Gorbik: # # - Get rid of private VM_FAULT flags # # - Add word-at-a-time implementation # # - Add DCACHE_WORD_ACCESS support # # - Cleanup control register handling # # - Disallow CPU hotplug of CPU 0 to simplify its handling complexity, # following a similar restriction in x86 # # - Optimize pai crypto map allocation # # - Update the list of crypto express EP11 coprocessor operation modes # # - Fixes and improvements for secure guests AP pass-through # # - Several fixes to address incorrect page marking for address # translation with the "cmma no-dat" feature, preventing potential # incorrect guest TLB flushes # # - Fix early IPI handling # # - Several virtual vs physical address confusion fixes # # - Various small fixes and improvements all over the code # # * tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (74 commits) # s390/cio: replace deprecated strncpy with strscpy # s390/sclp: replace deprecated strncpy with strtomem # s390/cio: fix virtual vs physical address confusion # s390/cio: export CMG value as decimal # s390: delete the unused store_prefix() function # s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir # s390/cmma: fix detection of DAT pages # s390/sclp: handle default case in sclp memory notifier # s390/pai_crypto: remove per-cpu variable assignement in event initialization # s390/pai: initialize event count once at initialization # s390/pai_crypto: use PERF_ATTACH_TASK define for per task detection # s390/mm: add missing arch_set_page_dat() call to gmap allocations # s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc() # s390/cmma: fix initial kernel address space page table walk # s390/diag: add missing virt_to_phys() translation to diag224() # s390/mm,fault: move VM_FAULT_ERROR handling to do_exception() # s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESS # s390/mm,fault: remove VM_FAULT_SIGNAL # s390/mm,fault: remove VM_FAULT_BADCONTEXT # s390/mm,fault: simplify kfence fault handling # ... # < /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 e392ea4d4d00880bf94550151b1ace4f88a4b17a # make -s -j 40 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 40 ARCH=m68k O=/kisskb/build/linus_sun3_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/linus_sun3_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/linus_sun3_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[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:480: kernel/bpf] Error 2 make[4]: *** Waiting for unfinished jobs.... 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/linus_sun3_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/linus_sun3_defconfig_m68k-gcc11 # Build took: 0:00:55.783450