# git rev-parse -q --verify 8808cf8cbc4da1ceef9307fba7e499563908c211^{commit} 8808cf8cbc4da1ceef9307fba7e499563908c211 already have revision, skipping fetch # git checkout -q -f -B kisskb 8808cf8cbc4da1ceef9307fba7e499563908c211 # git clean -qxdf # < git log -1 # commit 8808cf8cbc4da1ceef9307fba7e499563908c211 # Merge: 5c6bd5de3c2e 79bdcb202a35 # Author: Linus Torvalds # Date: Sun Sep 22 09:39:09 2019 -0700 # # Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm # # Pull ARM updates from Russell King: # # - fix various clang build and cppcheck issues # # - switch ARM to use new common outgoing-CPU-notification code # # - add some additional explanation about the boot code # # - kbuild "make clean" fixes # # - get rid of another "(____ptrval____)", this time for the VDSO code # # - avoid treating cache maintenance faults as a write # # - add a frame pointer unwinder implementation for clang # # - add EDAC support for Aurora L2 cache # # - improve robustness of adjust_lowmem_bounds() finding the bounds of # lowmem. # # - add reset control for AMBA primecell devices # # * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: (24 commits) # ARM: 8906/1: drivers/amba: add reset control to amba bus probe # ARM: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 or newer # ARM: 8904/1: skip nomap memblocks while finding the lowmem/highmem boundary # ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned address # ARM: 8891/1: EDAC: armada_xp: Add support for more SoCs # ARM: 8888/1: EDAC: Add driver for the Marvell Armada XP SDRAM and L2 cache ECC # ARM: 8892/1: EDAC: Add missing debugfs_create_x32 wrapper # ARM: 8890/1: l2x0: add marvell,ecc-enable property for aurora # ARM: 8889/1: dt-bindings: document marvell,ecc-enable binding # ARM: 8886/1: l2x0: support parity-enable/disable on aurora # ARM: 8885/1: aurora-l2: add defines for parity and ECC registers # ARM: 8887/1: aurora-l2: add prefix to MAX_RANGE_SIZE # ARM: 8902/1: l2c: move cache-aurora-l2.h to asm/hardware # ARM: 8900/1: UNWINDER_FRAME_POINTER implementation for Clang # ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writes # ARM: 8896/1: VDSO: Don't leak kernel addresses # ARM: 8895/1: visit mach-* and plat-* directories when cleaning # ARM: 8894/1: boot: Replace open-coded nop with macro # ARM: 8893/1: boot: Explain the 8 nops # ARM: 8876/1: fix O= building with CONFIG_FPE_FASTFPE # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux-ld --version # < git log --format=%s --max-count=1 8808cf8cbc4da1ceef9307fba7e499563908c211 # < make -s -j 32 ARCH=nds32 O=/kisskb/build/linus_nds32-allmodconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- allmodconfig # make -s -j 32 ARCH=nds32 O=/kisskb/build/linus_nds32-allmodconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'safexcel_request_ring_irq': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1104:9: error: implicit declaration of function 'pci_irq_vector'; did you mean 'rcu_irq_enter'? [-Werror=implicit-function-declaration] irq = pci_irq_vector(pci_pdev, irqid); ^~~~~~~~~~~~~~ rcu_irq_enter /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'safexcel_probe_generic': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1436:9: error: implicit declaration of function 'pci_alloc_irq_vectors'; did you mean 'pci_alloc_consistent'? [-Werror=implicit-function-declaration] ret = pci_alloc_irq_vectors(pci_pdev, ^~~~~~~~~~~~~~~~~~~~~ pci_alloc_consistent /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1439:10: error: 'PCI_IRQ_MSI' undeclared (first use in this function); did you mean 'IRQ_MSK'? PCI_IRQ_MSI | PCI_IRQ_MSIX); ^~~~~~~~~~~ IRQ_MSK /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1439:10: note: each undeclared identifier is reported only once for each function it appears in /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1439:24: error: 'PCI_IRQ_MSIX' undeclared (first use in this function); did you mean 'PCI_PRI_CTRL'? PCI_IRQ_MSI | PCI_IRQ_MSIX); ^~~~~~~~~~~~ PCI_PRI_CTRL /kisskb/src/drivers/crypto/inside-secure/safexcel.c: In function 'safexcel_init': /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1794:6: warning: unused variable 'rc' [-Wunused-variable] int rc; ^~ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:265: drivers/crypto/inside-secure/safexcel.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:509: drivers/crypto/inside-secure] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:509: drivers/crypto] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1667: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 32 ARCH=nds32 O=/kisskb/build/linus_nds32-allmodconfig_nds32le CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/nds32le-linux/bin/nds32le-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_nds32-allmodconfig_nds32le # Build took: 0:06:02.401815