# git rev-parse -q --verify 09ce5091ff971cdbfd67ad84dc561ea27f10d67a^{commit} 09ce5091ff971cdbfd67ad84dc561ea27f10d67a already have revision, skipping fetch # git checkout -q -f -B kisskb 09ce5091ff971cdbfd67ad84dc561ea27f10d67a # git clean -qxdf # < git log -1 # commit 09ce5091ff971cdbfd67ad84dc561ea27f10d67a # Author: Stephen Rothwell # Date: Tue May 24 19:23:13 2022 +1000 # # Add linux-next specific files for 20220524 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 09ce5091ff971cdbfd67ad84dc561ea27f10d67a # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5792:warning: override: reassigning to symbol STANDALONE .config:5796:warning: override: reassigning to symbol PPC64 .config:5799:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5801:warning: override: reassigning to symbol GCC_PLUGINS .config:5804:warning: override: reassigning to symbol UBSAN # make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'root_free_rcu': /kisskb/src/drivers/net/wireguard/allowedips.c:64:1: warning: the frame size of 1040 bytes is larger than 1024 bytes [-Wframe-larger-than=] 64 | } | ^ /kisskb/src/drivers/net/wireguard/allowedips.c: In function 'root_remove_peer_lists': /kisskb/src/drivers/net/wireguard/allowedips.c:77:1: warning: the frame size of 1056 bytes is larger than 1024 bytes [-Wframe-larger-than=] 77 | } | ^ In file included from /kisskb/src/include/linux/mm_types.h:18, from /kisskb/src/include/linux/mmzone.h:21, from /kisskb/src/include/linux/gfp.h:6, from /kisskb/src/include/linux/firmware.h:7, from /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:7: In function 'flush_scheduled_work', inlined from 'lt9611uxc_remove' at /kisskb/src/drivers/gpu/drm/bridge/lontium-lt9611uxc.c:985:2: /kisskb/src/include/linux/workqueue.h:610:9: warning: call to '__warn_flushing_systemwide_wq' declared with attribute warning: Please avoid flushing system-wide workqueues. [-Wattribute-warning] 610 | __warn_flushing_systemwide_wq(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c: In function 'lbs_associate': /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1081:15: warning: array subscript 'struct cmd_ds_802_11_associate[0]' is partly outside array bounds of 'unsigned char[203]' [-Warray-bounds] 1081 | pos = &cmd->iebuf[0]; | ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1068:47: note: referencing an object of size 203 allocated by 'kzalloc' 1068 | struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1069 | GFP_KERNEL); | ~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1095:12: warning: array subscript 'struct cmd_ds_802_11_associate[0]' is partly outside array bounds of 'unsigned char[203]' [-Warray-bounds] 1095 | cmd->hdr.command = cpu_to_le16(CMD_802_11_ASSOCIATE); | ^~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1068:47: note: referencing an object of size 203 allocated by 'kzalloc' 1068 | struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1069 | GFP_KERNEL); | ~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1099:12: warning: array subscript 'struct cmd_ds_802_11_associate[0]' is partly outside array bounds of 'unsigned char[203]' [-Warray-bounds] 1099 | cmd->listeninterval = cpu_to_le16(MRVDRV_DEFAULT_LISTEN_INTERVAL); | ^~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1068:47: note: referencing an object of size 203 allocated by 'kzalloc' 1068 | struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1069 | GFP_KERNEL); | ~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1100:12: warning: array subscript 'struct cmd_ds_802_11_associate[0]' is partly outside array bounds of 'unsigned char[203]' [-Warray-bounds] 1100 | cmd->capability = cpu_to_le16(bss->capability); | ^~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1068:47: note: referencing an object of size 203 allocated by 'kzalloc' 1068 | struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1069 | GFP_KERNEL); | ~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1135:12: warning: array subscript 'struct cmd_ds_802_11_associate[0]' is partly outside array bounds of 'unsigned char[203]' [-Warray-bounds] 1135 | cmd->hdr.size = cpu_to_le16(len); | ^~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1068:47: note: referencing an object of size 203 allocated by 'kzalloc' 1068 | struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1069 | GFP_KERNEL); | ~~~~~~~~~~~ In file included from /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:22: /kisskb/src/drivers/net/wireless/marvell/libertas/cmd.h:36:14: warning: array subscript 'struct cmd_ds_802_11_associate[0]' is partly outside array bounds of 'unsigned char[203]' [-Warray-bounds] 36 | (cmd)->hdr.size = cpu_to_le16(sizeof(*(cmd))); \ | ^~ /kisskb/src/drivers/net/wireless/marvell/libertas/cmd.h:41:9: note: in expansion of macro 'lbs_cmd' 41 | lbs_cmd(priv, cmdnr, cmd, lbs_cmd_copyback, (unsigned long) (cmd)) | ^~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1143:15: note: in expansion of macro 'lbs_cmd_with_response' 1143 | ret = lbs_cmd_with_response(priv, CMD_802_11_ASSOCIATE, cmd); | ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1068:47: note: referencing an object of size 203 allocated by 'kzalloc' 1068 | struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1069 | GFP_KERNEL); | ~~~~~~~~~~~ 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/powerpc/include/uapi/asm/byteorder.h:14, from /kisskb/src/include/asm-generic/qrwlock_types.h:6, from /kisskb/src/arch/powerpc/include/asm/spinlock_types.h:11, from /kisskb/src/include/linux/spinlock_types_raw.h:7, from /kisskb/src/include/linux/ratelimit_types.h:7, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/powerpc/include/asm/bug.h:158, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/percpu.h:5, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:12: /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1150:34: warning: array subscript 'struct cmd_ds_802_11_associate_response[0]' is partly outside array bounds of 'unsigned char[203]' [-Warray-bounds] 1150 | status = le16_to_cpu(resp->statuscode); | ^~ /kisskb/src/include/uapi/linux/swab.h:102:54: note: in definition of macro '__swab16' 102 | #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) | ^ /kisskb/src/include/linux/byteorder/generic.h:91:21: note: in expansion of macro '__le16_to_cpu' 91 | #define le16_to_cpu __le16_to_cpu | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1150:18: note: in expansion of macro 'le16_to_cpu' 1150 | status = le16_to_cpu(resp->statuscode); | ^~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1068:47: note: referencing an object of size 203 allocated by 'kzalloc' 1068 | struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1069 | GFP_KERNEL); | ~~~~~~~~~~~ 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/powerpc/include/uapi/asm/byteorder.h:14, from /kisskb/src/include/asm-generic/qrwlock_types.h:6, from /kisskb/src/arch/powerpc/include/asm/spinlock_types.h:11, from /kisskb/src/include/linux/spinlock_types_raw.h:7, from /kisskb/src/include/linux/ratelimit_types.h:7, from /kisskb/src/include/linux/printk.h:9, from /kisskb/src/include/asm-generic/bug.h:22, from /kisskb/src/arch/powerpc/include/asm/bug.h:158, from /kisskb/src/include/linux/bug.h:5, from /kisskb/src/include/linux/mmdebug.h:5, from /kisskb/src/include/linux/percpu.h:5, from /kisskb/src/include/linux/context_tracking_state.h:5, from /kisskb/src/include/linux/hardirq.h:5, from /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:12: /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1201:39: warning: array subscript 'struct cmd_ds_802_11_associate_response[0]' is partly outside array bounds of 'unsigned char[203]' [-Warray-bounds] 1201 | resp_ie_len = le16_to_cpu(resp->hdr.size) | ^~ /kisskb/src/include/uapi/linux/swab.h:102:54: note: in definition of macro '__swab16' 102 | #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) | ^ /kisskb/src/include/linux/byteorder/generic.h:91:21: note: in expansion of macro '__le16_to_cpu' 91 | #define le16_to_cpu __le16_to_cpu | ^~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1201:23: note: in expansion of macro 'le16_to_cpu' 1201 | resp_ie_len = le16_to_cpu(resp->hdr.size) | ^~~~~~~~~~~ /kisskb/src/drivers/net/wireless/marvell/libertas/cfg.c:1068:47: note: referencing an object of size 203 allocated by 'kzalloc' 1068 | struct cmd_ds_802_11_associate *cmd = kzalloc(LBS_ASSOC_MAX_CMD_SIZE, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1069 | GFP_KERNEL); | ~~~~~~~~~~~ /kisskb/src/drivers/infiniband/core/user_mad.c: In function 'ib_umad_write': /kisskb/src/drivers/infiniband/core/user_mad.c:564:50: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[140]' [-Warray-bounds] 564 | hdr_len = ib_get_mad_data_offset(rmpp_mad->mad_hdr.mgmt_class); | ^~ /kisskb/src/drivers/infiniband/core/user_mad.c:509:18: note: referencing an object of size 140 allocated by 'kzalloc.constprop' 509 | packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/infiniband/core/user_mad.c:566:42: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[140]' [-Warray-bounds] 566 | if (ib_is_mad_class_rmpp(rmpp_mad->mad_hdr.mgmt_class) | ^~ /kisskb/src/drivers/infiniband/core/user_mad.c:509:18: note: referencing an object of size 140 allocated by 'kzalloc.constprop' 509 | packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/infiniband/core/user_mad.c:618:25: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[140]' [-Warray-bounds] 618 | rmpp_mad->mad_hdr.tid = *tid; | ^~ /kisskb/src/drivers/infiniband/core/user_mad.c:509:18: note: referencing an object of size 140 allocated by 'kzalloc.constprop' 509 | packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/infiniband/core/user_mad.c:622:44: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[140]' [-Warray-bounds] 622 | && ib_is_mad_class_rmpp(rmpp_mad->mad_hdr.mgmt_class) | ^~ /kisskb/src/drivers/infiniband/core/user_mad.c:509:18: note: referencing an object of size 140 allocated by 'kzalloc.constprop' 509 | packet = kzalloc(sizeof *packet + IB_MGMT_RMPP_HDR, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/mm_types.h:18, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/net/wireless/ath/ath6kl/usb.c:18: In function 'flush_scheduled_work', inlined from 'ath6kl_usb_flush_all' at /kisskb/src/drivers/net/wireless/ath/ath6kl/usb.c:481:2: /kisskb/src/include/linux/workqueue.h:610:9: warning: call to '__warn_flushing_systemwide_wq' declared with attribute warning: Please avoid flushing system-wide workqueues. [-Wattribute-warning] 610 | __warn_flushing_systemwide_wq(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Inconsistent kallsyms data Try make KALLSYMS_EXTRA_PASS=1 as a workaround make[1]: *** [/kisskb/src/Makefile:1250: vmlinux] Error 1 make[1]: *** Deleting file 'vmlinux' make: *** [Makefile:228: __sub-make] Error 2 Command 'make -s -j 120 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:02:38.231596