# git rev-parse -q --verify 45824fc0da6e46cc5d563105e1eaaf3098a686f9^{commit} 45824fc0da6e46cc5d563105e1eaaf3098a686f9 already have revision, skipping fetch # git checkout -q -f -B kisskb 45824fc0da6e46cc5d563105e1eaaf3098a686f9 # git clean -qxdf # < git log -1 # commit 45824fc0da6e46cc5d563105e1eaaf3098a686f9 # Merge: 8c2b418c3f95 d9101bfa6adc # Author: Linus Torvalds # Date: Fri Sep 20 11:48:06 2019 -0700 # # Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux # # Pull powerpc updates from Michael Ellerman: # "This is a bit late, partly due to me travelling, and partly due to a # power outage knocking out some of my test systems *while* I was # travelling. # # - Initial support for running on a system with an Ultravisor, which # is software that runs below the hypervisor and protects guests # against some attacks by the hypervisor. # # - Support for building the kernel to run as a "Secure Virtual # Machine", ie. as a guest capable of running on a system with an # Ultravisor. # # - Some changes to our DMA code on bare metal, to allow devices with # medium sized DMA masks (> 32 && < 59 bits) to use more than 2GB of # DMA space. # # - Support for firmware assisted crash dumps on bare metal (powernv). # # - Two series fixing bugs in and refactoring our PCI EEH code. # # - A large series refactoring our exception entry code to use gas # macros, both to make it more readable and also enable some future # optimisations. # # As well as many cleanups and other minor features & fixups. # # Thanks to: Adam Zerella, Alexey Kardashevskiy, Alistair Popple, Andrew # Donnellan, Aneesh Kumar K.V, Anju T Sudhakar, Anshuman Khandual, # Balbir Singh, Benjamin Herrenschmidt, Cédric Le Goater, Christophe # JAILLET, Christophe Leroy, Christopher M. Riedl, Christoph Hellwig, # Claudio Carvalho, Daniel Axtens, David Gibson, David Hildenbrand, # Desnes A. Nunes do Rosario, Ganesh Goudar, Gautham R. Shenoy, Greg # Kurz, Guerney Hunt, Gustavo Romero, Halil Pasic, Hari Bathini, Joakim # Tjernlund, Jonathan Neuschafer, Jordan Niethe, Leonardo Bras, Lianbo # Jiang, Madhavan Srinivasan, Mahesh Salgaonkar, Mahesh Salgaonkar, # Masahiro Yamada, Maxiwell S. Garcia, Michael Anderson, Nathan # Chancellor, Nathan Lynch, Naveen N. Rao, Nicholas Piggin, Oliver # O'Halloran, Qian Cai, Ram Pai, Ravi Bangoria, Reza Arbab, Ryan Grimm, # Sam Bobroff, Santosh Sivaraj, Segher Boessenkool, Sukadev Bhattiprolu, # Thiago Bauermann, Thiago Jung Bauermann, Thomas Gleixner, Tom # Lendacky, Vasant Hegde" # # * tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (264 commits) # powerpc/mm/mce: Keep irqs disabled during lockless page table walk # powerpc: Use ftrace_graph_ret_addr() when unwinding # powerpc/ftrace: Enable HAVE_FUNCTION_GRAPH_RET_ADDR_PTR # ftrace: Look up the address of return_to_handler() using helpers # powerpc: dump kernel log before carrying out fadump or kdump # docs: powerpc: Add missing documentation reference # powerpc/xmon: Fix output of XIVE IPI # powerpc/xmon: Improve output of XIVE interrupts # powerpc/mm/radix: remove useless kernel messages # powerpc/fadump: support holes in kernel boot memory area # powerpc/fadump: remove RMA_START and RMA_END macros # powerpc/fadump: update documentation about option to release opalcore # powerpc/fadump: consider f/w load area # powerpc/opalcore: provide an option to invalidate /sys/firmware/opal/core file # powerpc/opalcore: export /sys/firmware/opal/core for analysing opal crashes # powerpc/fadump: update documentation about CONFIG_PRESERVE_FA_DUMP # powerpc/fadump: add support to preserve crash data on FADUMP disabled kernel # powerpc/fadump: improve how crashed kernel's memory is reserved # powerpc/fadump: consider reserved ranges while releasing memory # powerpc/fadump: make crash memory ranges array allocation generic # ... # < /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 45824fc0da6e46cc5d563105e1eaaf3098a686f9 # < make -s -j 120 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 120 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[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:509: drivers/crypto] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ 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 120 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:03:29.422697