# git rev-parse -q --verify 49da070062390094112b423ba443ea193527b2e4^{commit} 49da070062390094112b423ba443ea193527b2e4 already have revision, skipping fetch # git checkout -q -f -B kisskb 49da070062390094112b423ba443ea193527b2e4 # git clean -qxdf # < git log -1 # commit 49da070062390094112b423ba443ea193527b2e4 # Merge: f311d498be8f 3e4519b7afc2 # Author: Linus Torvalds # Date: Tue Oct 11 20:48:55 2022 -0700 # # Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock # # Pull memblock updates from Mike Rapoport: # "Test suite improvements: # # - Added verification that memblock allocations zero the allocated # memory # # - Added more test cases for memblock_add(), memblock_remove(), # memblock_reserve() and memblock_free() # # - Added tests for memblock_*_raw() family # # - Added tests for NUMA-aware allocations in memblock_alloc_try_nid() # and memblock_alloc_try_nid_raw()" # # * tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock: # memblock tests: add generic NUMA tests for memblock_alloc_try_nid* # memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid* # memblock tests: add top-down NUMA tests for memblock_alloc_try_nid* # memblock tests: add simulation of physical memory with multiple NUMA nodes # memblock_tests: move variable declarations to single block # memblock tests: remove 'cleared' from comment blocks # memblock tests: add tests for memblock_trim_memory # memblock tests: add tests for memblock_*bottom_up functions # memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw # memblock tests: update alloc_api to test memblock_alloc_raw # memblock tests: add additional tests for basic api and memblock_alloc # memblock tests: add labels to verbose output for generic alloc tests # memblock tests: update zeroed memory check for memblock_alloc_* tests # memblock tests: update tests to check if memblock_alloc zeroed memory # memblock tests: update reference to obsolete build option in comments # memblock tests: add command line help option # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 49da070062390094112b423ba443ea193527b2e4 # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:545, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:457:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:01:53.353935