# git rev-parse -q --verify 057b40f43ce429a02e793adf3cfbf2446a19a38e^{commit} 057b40f43ce429a02e793adf3cfbf2446a19a38e already have revision, skipping fetch # git checkout -q -f -B kisskb 057b40f43ce429a02e793adf3cfbf2446a19a38e # git clean -qxdf # < git log -1 # commit 057b40f43ce429a02e793adf3cfbf2446a19a38e # Merge: 601c1aa855a6 3d03140c4844 # Author: Linus Torvalds # Date: Thu Dec 15 10:21:10 2022 -0800 # # Merge tag 'acpi-6.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm # # Pull more ACPI updates from Rafael Wysocki: # "These fix an AML byte code execution issue in ACPICA and two issues in # the ACPI EC driver which requires rearranging ACPICA code. # # Specifics: # # - Avoid trying to resolve operands in AML when there are none # (Amadeusz Sławiński) # # - Fix indentation in include/acpi/acpixf.h to help applying patches # from the upstream ACPICA git (Hans de Goede) # # - Make it possible to install an address space handler without # evaluating _REG for Operation Regions in the given address space # (Hans de Goede) # # - Defer the evaluation of _REG for ECDT described ECs till the # matching EC device in the DSDT gets parsed and acpi_ec_add() gets # called for it (Hans de Goede) # # - Fix EC address space handler unregistration (Hans de Goede)" # # * tag 'acpi-6.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: # ACPI: EC: Fix ECDT probe ordering issues # ACPI: EC: Fix EC address space handler unregistration # ACPICA: Allow address_space_handler Install and _REG execution as 2 separate steps # ACPICA: include/acpi/acpixf.h: Fix indentation # ACPICA: Fix operand resolution # < /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 057b40f43ce429a02e793adf3cfbf2446a19a38e # < 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:31.620299