# git rev-parse -q --verify 4e23eeebb2e57f5a28b36221aa776b5a1122dde5^{commit} 4e23eeebb2e57f5a28b36221aa776b5a1122dde5 already have revision, skipping fetch # git checkout -q -f -B kisskb 4e23eeebb2e57f5a28b36221aa776b5a1122dde5 # git clean -qxdf # < git log -1 # commit 4e23eeebb2e57f5a28b36221aa776b5a1122dde5 # Merge: 3bc1bc0b59d0 36d4b36b6959 # Author: Linus Torvalds # Date: Sun Aug 7 17:52:35 2022 -0700 # # Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux # # Pull bitmap updates from Yury Norov: # # - fix the duplicated comments on bitmap_to_arr64() (Qu Wenruo) # # - optimize out non-atomic bitops on compile-time constants (Alexander # Lobakin) # # - cleanup bitmap-related headers (Yury Norov) # # - x86/olpc: fix 'logical not is only applied to the left hand side' # (Alexander Lobakin) # # - lib/nodemask: inline wrappers around bitmap (Yury Norov) # # * tag 'bitmap-6.0-rc1' of https://github.com/norov/linux: (26 commits) # lib/nodemask: inline next_node_in() and node_random() # powerpc: drop dependency on in archrandom.h # x86/olpc: fix 'logical not is only applied to the left hand side' # lib/cpumask: move some one-line wrappers to header file # headers/deps: mm: align MANITAINERS and Docs with new gfp.h structure # headers/deps: mm: Split out of # headers/deps: mm: Optimize header dependencies # lib/cpumask: move trivial wrappers around find_bit to the header # lib/cpumask: change return types to unsigned where appropriate # cpumask: change return types to bool where appropriate # lib/bitmap: change type of bitmap_weight to unsigned long # lib/bitmap: change return types to bool where appropriate # arm: align find_bit declarations with generic kernel # iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE) # lib/test_bitmap: test the tail after bitmap_to_arr64() # lib/bitmap: fix off-by-one in bitmap_to_arr64() # lib: test_bitmap: add compile-time optimization/evaluations assertions # bitmap: don't assume compiler evaluates small mem*() builtins calls # net/ice: fix initializing the bitmap in the switch code # bitops: let optimize out non-atomic bitops on compile-time constants # ... # < /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 4e23eeebb2e57f5a28b36221aa776b5a1122dde5 # < make -s -j 40 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 40 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 40 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 40 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:548, from /kisskb/src/include/linux/bitops.h:67, 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:464: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:01.183753