# git rev-parse -q --verify 5947a64a7e0c70cc16d5d1e5af3cf3b44535047a^{commit} 5947a64a7e0c70cc16d5d1e5af3cf3b44535047a already have revision, skipping fetch # git checkout -q -f -B kisskb 5947a64a7e0c70cc16d5d1e5af3cf3b44535047a # git clean -qxdf # < git log -1 # commit 5947a64a7e0c70cc16d5d1e5af3cf3b44535047a # Merge: 4dcb9239dad6 746a923b863a # Author: Linus Torvalds # Date: Thu Oct 25 11:43:47 2018 -0700 # # Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull irq updates from Thomas Gleixner: # "The interrupt brigade came up with the following updates: # # - Driver for the Marvell System Error Interrupt machinery # # - Overhaul of the GIC-V3 ITS driver # # - Small updates and fixes all over the place" # # * 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (31 commits) # genirq: Fix race on spurious interrupt detection # softirq: Fix typo in __do_softirq() comments # genirq: Fix grammar s/an /a / # irqchip/gic: Unify GIC priority definitions # irqchip/gic-v3: Remove acknowledge loop # dt-bindings/interrupt-controller: Add documentation for Marvell SEI controller # dt-bindings/interrupt-controller: Update Marvell ICU bindings # irqchip/irq-mvebu-icu: Add support for System Error Interrupts (SEI) # arm64: marvell: Enable SEI driver # irqchip/irq-mvebu-sei: Add new driver for Marvell SEI # irqchip/irq-mvebu-icu: Support ICU subnodes # irqchip/irq-mvebu-icu: Disociate ICU and NSR # irqchip/irq-mvebu-icu: Clarify the reset operation of configured interrupts # irqchip/irq-mvebu-icu: Fix wrong private data retrieval # dt-bindings/interrupt-controller: Fix Marvell ICU length in the example # genirq/msi: Allow creation of a tree-based irqdomain for platform-msi # dt-bindings: irqchip: renesas-irqc: Document r8a7744 support # dt-bindings: irqchip: renesas-irqc: Document R-Car E3 support # irqchip/pdc: Setup all edge interrupts as rising edge at GIC # irqchip/gic-v3-its: Allow use of LPI tables in reserved memory # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < git log --format=%s --max-count=1 5947a64a7e0c70cc16d5d1e5af3cf3b44535047a # < make -s -j 10 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0x1BB472DD # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 10 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 10 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/arm64/include/asm/processor.h:41, from /kisskb/src/include/linux/rcupdate.h:43, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/kernel/debug/kdb/kdb_support.c:15: In function 'strncpy', inlined from 'kallsyms_symbol_next' at /kisskb/src/kernel/debug/kdb/kdb_support.c:239:4: /kisskb/src/include/linux/string.h:246:9: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] return __builtin_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/debug/kdb/kdb_support.c: In function 'kallsyms_symbol_next': /kisskb/src/include/linux/string.h:267:10: note: length computed here return __builtin_strlen(p); ^~~~~~~~~~~~~~~~~~~ /kisskb/src/fs/ntfs/aops.c: In function 'ntfs_write_mst_block': /kisskb/src/fs/ntfs/aops.c:1328:1: warning: the frame size of 2208 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/arch/arm64/include/asm/processor.h:41, from /kisskb/src/include/asm-generic/qrwlock.h:23, from ./arch/arm64/include/generated/asm/qrwlock.h:1, from /kisskb/src/arch/arm64/include/asm/spinlock.h:19, from /kisskb/src/include/linux/spinlock.h:88, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/arch/arm64/include/asm/stat.h:23, from /kisskb/src/include/linux/stat.h:6, from /kisskb/src/include/linux/module.h:10, from /kisskb/src/lib/test_hexdump.c:8: In function 'strncpy', inlined from 'test_hexdump_prepare_test.isra.0' at /kisskb/src/lib/test_hexdump.c:102:3: /kisskb/src/include/linux/string.h:246:9: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] return __builtin_strncpy(p, q, size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/lib/test_hexdump.c: In function 'test_hexdump_prepare_test.isra.0': /kisskb/src/include/linux/string.h:267:10: note: length computed here return __builtin_strlen(p); ^~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:05:17.874233