# git rev-parse -q --verify 44948bd49d878dad6c9707e34f4a06df73c3a800^{commit} 44948bd49d878dad6c9707e34f4a06df73c3a800 already have revision, skipping fetch # git checkout -q -f -B kisskb 44948bd49d878dad6c9707e34f4a06df73c3a800 # git clean -qxdf # < git log -1 # commit 44948bd49d878dad6c9707e34f4a06df73c3a800 # Author: Mark Brown # Date: Fri Feb 25 02:10:12 2022 +0000 # # Add linux-next specific files for 20220224 # # Signed-off-by: Mark Brown # < /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 44948bd49d878dad6c9707e34f4a06df73c3a800 # < make -s -j 32 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 32 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 32 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:7674:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:7674:warning: override: CPU_BIG_ENDIAN changes choice state .config:7677:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:7678:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:7683:warning: override: reassigning to symbol UBSAN # make -s -j 32 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/kernel/sched/core.c:1719:12: warning: 'sysctl_sched_uclamp_handler' defined but not used [-Wunused-function] 1719 | static int sysctl_sched_uclamp_handler(struct ctl_table *table, int write, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/rt.c:3020:12: warning: 'sched_rr_handler' defined but not used [-Wunused-function] 3020 | static int sched_rr_handler(struct ctl_table *table, int write, void *buffer, | ^~~~~~~~~~~~~~~~ /kisskb/src/kernel/sched/rt.c:2981:12: warning: 'sched_rt_handler' defined but not used [-Wunused-function] 2981 | static int sched_rt_handler(struct ctl_table *table, int write, void *buffer, | ^~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp.c: In function 'drm_dp_get_adjust_request_post_cursor': /kisskb/src/drivers/gpu/drm/dp/drm_dp.c:59:27: warning: array subscript 10 is outside array bounds of 'const u8[6]' {aka 'const unsigned char[6]'} [-Warray-bounds] 59 | return link_status[r - DP_LANE0_1_STATUS]; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/dp/drm_dp.c:210:51: note: while referencing 'link_status' 210 | u8 drm_dp_get_adjust_request_post_cursor(const u8 link_status[DP_LINK_STATUS_SIZE], | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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); | ~~~~~~~~~~~ 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/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/arch/powerpc/include/asm/page.h:11, from /kisskb/src/arch/powerpc/include/asm/mmu.h:149, from /kisskb/src/arch/powerpc/include/asm/lppaca.h:46, from /kisskb/src/arch/powerpc/include/asm/paca.h:17, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/thread_info.h:23, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/percpu.h:6, 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/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/arch/powerpc/include/asm/page.h:11, from /kisskb/src/arch/powerpc/include/asm/mmu.h:149, from /kisskb/src/arch/powerpc/include/asm/lppaca.h:46, from /kisskb/src/arch/powerpc/include/asm/paca.h:17, from /kisskb/src/arch/powerpc/include/asm/current.h:13, from /kisskb/src/include/linux/thread_info.h:23, from /kisskb/src/include/asm-generic/preempt.h:5, from ./arch/powerpc/include/generated/asm/preempt.h:1, from /kisskb/src/include/linux/preempt.h:78, from /kisskb/src/include/linux/percpu.h:6, 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/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c: In function 'brcmf_cfg80211_connect': /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2176:24: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2176 | ext_join_params->ssid_le.SSID_len = cpu_to_le32(ssid_len); | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2183:24: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2183 | ext_join_params->scan_le.scan_type = -1; | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2184:24: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2184 | ext_join_params->scan_le.home_time = cpu_to_le32(-1); | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2212:32: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2212 | ext_join_params->scan_le.active_time = cpu_to_le32(-1); | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2213:32: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2213 | ext_join_params->scan_le.passive_time = cpu_to_le32(-1); | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2214:32: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2214 | ext_join_params->scan_le.nprobes = cpu_to_le32(-1); | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2192:32: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2192 | ext_join_params->assoc_le.chanspec_num = cpu_to_le32(1); | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2194:32: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2194 | ext_join_params->assoc_le.chanspec_list[0] = | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2200:32: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2200 | ext_join_params->scan_le.active_time = | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2202:32: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2202 | ext_join_params->scan_le.passive_time = | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2208:32: warning: array subscript 'struct brcmf_ext_join_params_le[0]' is partly outside array bounds of 'unsigned char[70]' [-Warray-bounds] 2208 | ext_join_params->scan_le.nprobes = | ^~ /kisskb/src/drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:2170:27: note: referencing an object of size between 68 and 70 allocated by 'kzalloc.constprop' 2170 | ext_join_params = kzalloc(join_params_size, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:04:54.149152