# git rev-parse -q --verify ce77a983b603b21b1b4b209fd264011f09064af5^{commit} ce77a983b603b21b1b4b209fd264011f09064af5 already have revision, skipping fetch # git checkout -q -f -B kisskb ce77a983b603b21b1b4b209fd264011f09064af5 # git clean -qxdf # < git log -1 # commit ce77a983b603b21b1b4b209fd264011f09064af5 # Author: Nicholas Piggin # Date: Fri May 11 03:20:05 2018 +1000 # # powerpc/powernv: process all OPAL event interrupts with kopald # # Using irq_work for processing OPAL event interrupts is not necessary. # irq_work is typically used to schedule work from NMI context, a # softirq may be more appropriate. However OPAL events are not # particularly performance or latency critical, so they can all be # invoked by kopald. # # This patch removes the irq_work queueing, and instead wakes up # kopald when there is an event to be processed. kopald processes # interrupts individually, enabling irqs and calling cond_resched # between each one to minimise latencies. # # Event handlers themselves should still use threaded handlers, # workqueues, etc. as necessary to avoid high interrupts-off latencies # within any single interrupt. # # Signed-off-by: Nicholas Piggin # Signed-off-by: Michael Ellerman # < /opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 ce77a983b603b21b1b4b209fd264011f09064af5 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_currituck_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- 44x/currituck_defconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/powerpc-next_44x_currituck_defconfig_powerpc-5.3 CROSS_COMPILE=/opt/cross/kisskb/gcc-5.3.0-nolibc/powerpc64-linux/bin/powerpc64-linux- WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' arch/powerpc/boot/currituck.dtb: Warning (pci_bridge): /plb/pciex@10100000000: node name is not "pci" or "pcie" arch/powerpc/boot/currituck.dtb: Warning (pci_bridge): /plb/pciex@30100000000: node name is not "pci" or "pcie" arch/powerpc/boot/currituck.dtb: Warning (pci_bridge): /plb/pciex@38100000000: node name is not "pci" or "pcie" arch/powerpc/boot/currituck.dtb: Warning (pci_device_bus_num): Failed prerequisite 'pci_bridge' Completed OK # rm -rf /kisskb/build/powerpc-next_44x_currituck_defconfig_powerpc-5.3 # Build took: 0:00:56.389296