# git rev-parse -q --verify 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8^{commit} 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8 # 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/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 227c3e9eb5cf3552c2cc83225df6d14adb05f8e8 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_pasemi_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- pasemi_defconfig # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_pasemi_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:140:32: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:88:6: note: 'levelspread[]' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2065:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1465:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] Completed OK # rm -rf /kisskb/build/linus_pasemi_defconfig_powerpc-gcc4.6 # Build took: 0:00:40.335692