# git rev-parse -q --verify 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8^{commit} 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8 already have revision, skipping fetch # git checkout -q -f -B kisskb 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8 # git clean -qxdf # < git log -1 # commit 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8 # Merge: 56c631f5aec3 32ee8230b2b0 # Author: Linus Torvalds # Date: Sat Sep 21 09:47:19 2019 -0700 # # Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux # # Pull asm inline support from Miguel Ojeda: # "Make use of gcc 9's "asm inline()" (Rasmus Villemoes): # # gcc 9+ (and gcc 8.3, 7.5) provides a way to override the otherwise # crude heuristic that gcc uses to estimate the size of the code # represented by an asm() statement. From the gcc docs # # If you use 'asm inline' instead of just 'asm', then for inlining # purposes the size of the asm is taken as the minimum size, ignoring # how many instructions GCC thinks it is. # # For compatibility with older compilers, we obviously want a # # #if [understands asm inline] # #define asm_inline asm inline # #else # #define asm_inline asm # #endif # # But since we #define the identifier inline to attach some attributes, # we have to use an alternate spelling of that keyword. gcc provides # both __inline__ and __inline, and we currently #define both to inline, # so they all have the same semantics. # # We have to free up one of __inline__ and __inline, and the latter is # by far the easiest. # # The two x86 changes cause smaller code gen differences than I'd # expect, but I think we do want the asm_inline thing available sooner # or later, so this is just to get the ball rolling" # # * tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux: # x86: bug.h: use asm_inline in _BUG_FLAGS definitions # x86: alternative.h: use asm_inline for all alternative variants # compiler-types.h: add asm_inline definition # compiler_types.h: don't #define __inline # lib/zstd/mem.h: replace __inline by inline # staging: rtl8723bs: replace __inline by inline # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8 # < make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig KCONFIG_SEED=0x3A00DE78 # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # yes \n | make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- /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' [-Werror=implicit-function-declaration] irq = pci_irq_vector(pci_pdev, irqid); ^ /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' [-Werror=implicit-function-declaration] ret = pci_alloc_irq_vectors(pci_pdev, ^ /kisskb/src/drivers/crypto/inside-secure/safexcel.c:1439:10: error: 'PCI_IRQ_MSI' undeclared (first use in this function) PCI_IRQ_MSI | PCI_IRQ_MSIX); ^ /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) PCI_IRQ_MSI | PCI_IRQ_MSIX); ^ /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.... 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=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:01:13.980961