# git rev-parse -q --verify a087241716a6cea8518ca33839276a9648d91cef^{commit} a087241716a6cea8518ca33839276a9648d91cef already have revision, skipping fetch # git checkout -q -f -B kisskb a087241716a6cea8518ca33839276a9648d91cef # git clean -qxdf # < git log -1 # commit a087241716a6cea8518ca33839276a9648d91cef # Merge: 5ba836eb9fdb dfdc6e73cdcf # Author: Linus Torvalds # Date: Fri Dec 18 11:08:06 2020 -0800 # # Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux # # Pull more s390 updates from Heiko Carstens: # "This is mainly to decouple udelay() and arch_cpu_idle() and simplify # both of them. # # Summary: # # - Always initialize kernel stack backchain when entering the kernel, # so that unwinding works properly. # # - Fix stack unwinder test case to avoid rare interrupt stack # corruption. # # - Simplify udelay() and just let it busy loop instead of implementing # a complex logic. # # - arch_cpu_idle() cleanup. # # - Some other minor improvements" # # * tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: # s390/zcrypt: convert comma to semicolon # s390/idle: allow arch_cpu_idle() to be kprobed # s390/idle: remove raw_local_irq_save()/restore() from arch_cpu_idle() # s390/idle: merge enabled_wait() and arch_cpu_idle() # s390/delay: remove udelay_simple() # s390/irq: select HAVE_IRQ_EXIT_ON_IRQ_STACK # s390/delay: simplify udelay # s390/test_unwind: use timer instead of udelay # s390/test_unwind: fix CALL_ON_STACK tests # s390: make calls to TRACE_IRQS_OFF/TRACE_IRQS_ON balanced # s390: always clear kernel stack backchain before calling functions # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 a087241716a6cea8518ca33839276a9648d91cef # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c: In function 'cxgb4_write_partial_sgl': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: missing braces around initializer [-Wmissing-braces] struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1] = {0}, *to; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: (near initialization for 'buf[0]') [-Wmissing-braces] /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1064:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1064:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/linus_ppc64_defconfig_powerpc-gcc4.9 # Build took: 0:02:09.423508