# git rev-parse -q --verify bc3012f4e3a9765de81f454cb8f9bb16aafc6ff5^{commit} bc3012f4e3a9765de81f454cb8f9bb16aafc6ff5 already have revision, skipping fetch # git checkout -q -f -B kisskb bc3012f4e3a9765de81f454cb8f9bb16aafc6ff5 # git clean -qxdf # < git log -1 # commit bc3012f4e3a9765de81f454cb8f9bb16aafc6ff5 # Merge: 6803bd7956ca a312e07a65fb # Author: Linus Torvalds # Date: Thu Nov 2 16:15:30 2023 -1000 # # Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 # # Pull crypto updates from Herbert Xu: # "API: # - Add virtual-address based lskcipher interface # - Optimise ahash/shash performance in light of costly indirect calls # - Remove ahash alignmask attribute # # Algorithms: # - Improve AES/XTS performance of 6-way unrolling for ppc # - Remove some uses of obsolete algorithms (md4, md5, sha1) # - Add FIPS 202 SHA-3 support in pkcs1pad # - Add fast path for single-page messages in adiantum # - Remove zlib-deflate # # Drivers: # - Add support for S4 in meson RNG driver # - Add STM32MP13x support in stm32 # - Add hwrng interface support in qcom-rng # - Add support for deflate algorithm in hisilicon/zip" # # * tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (283 commits) # crypto: adiantum - flush destination page before unmapping # crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place # Documentation/module-signing.txt: bring up to date # module: enable automatic module signing with FIPS 202 SHA-3 # crypto: asymmetric_keys - allow FIPS 202 SHA-3 signatures # crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 support # crypto: FIPS 202 SHA-3 register in hash info for IMA # x509: Add OIDs for FIPS 202 SHA-3 hash and signatures # crypto: ahash - optimize performance when wrapping shash # crypto: ahash - check for shash type instead of not ahash type # crypto: hash - move "ahash wrapping shash" functions to ahash.c # crypto: talitos - stop using crypto_ahash::init # crypto: chelsio - stop using crypto_ahash::init # crypto: ahash - improve file comment # crypto: ahash - remove struct ahash_request_priv # crypto: ahash - remove crypto_ahash_alignmask # crypto: gcm - stop using alignmask of ahash # crypto: chacha20poly1305 - stop using alignmask of ahash # crypto: ccm - stop using alignmask of ahash # net: ipv6: stop checking crypto_ahash_alignmask # ... # < /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 bc3012f4e3a9765de81f454cb8f9bb16aafc6ff5 # 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[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:54.377722