# git rev-parse -q --verify eb5f95f1593f7c22dac681b19e815828e2af3efd^{commit} eb5f95f1593f7c22dac681b19e815828e2af3efd already have revision, skipping fetch # git checkout -q -f -B kisskb eb5f95f1593f7c22dac681b19e815828e2af3efd # git clean -qxdf # < git log -1 # commit eb5f95f1593f7c22dac681b19e815828e2af3efd # Merge: 92ab97adeefc cd4d3d5f21dd # Author: Linus Torvalds # Date: Fri Sep 18 18:51:08 2020 -0700 # # Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux # # Pull s390 fixes from Vasily Gorbik: # # - Fix order in trace_hardirqs_off_caller() to make locking state # consistent even if the IRQ tracer calls into lockdep again. Touches # common code. Acked-by Peter Zijlstra. # # - Correctly handle secure storage violation exception to avoid kernel # panic triggered by user space misbehaviour. # # - Switch the idle->seqcount over to using raw_write_*() to avoid # "suspicious RCU usage". # # - Fix memory leaks on hard unplug in pci code. # # - Use kvmalloc instead of kmalloc for larger allocations in zcrypt. # # - Add few missing __init annotations to static functions to avoid # section mismatch complains when functions are not inlined. # # * tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: # s390: add 3f program exception handler # lockdep: fix order in trace_hardirqs_off_caller() # s390/pci: fix leak of DMA tables on hard unplug # s390/init: add missing __init annotations # s390/zcrypt: fix kmalloc 256k failure # s390/idle: fix suspicious RCU usage # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 eb5f95f1593f7c22dac681b19e815828e2af3efd # < make -s -j 24 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- omap2plus_defconfig # < make -s -j 24 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 24 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 24 ARCH=arm O=/kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/arch/arm/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type pmull_ghash_update_p64(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:45:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p64(int blocks, u64 dg[], const char *src, ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type pmull_ghash_update_p8(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:48:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p8(int blocks, u64 dg[], const char *src, ^ Completed OK # rm -rf /kisskb/build/linus_omap2plus_defconfig_arm-gcc4.9 # Build took: 0:03:45.667090