# git rev-parse -q --verify 3e71713c9e75c34fc03f55ea86b381856ca952ee^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 3e71713c9e75c34fc03f55ea86b381856ca952ee^{commit} 3e71713c9e75c34fc03f55ea86b381856ca952ee # git checkout -q -f -B kisskb 3e71713c9e75c34fc03f55ea86b381856ca952ee # git clean -qxdf # < git log -1 # commit 3e71713c9e75c34fc03f55ea86b381856ca952ee # Merge: 2d0de93ca251 a5d20d42a2f2 # Author: Linus Torvalds # Date: Fri Apr 29 11:34:07 2022 -0700 # # Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull perf tools fixes from Arnaldo Carvalho de Melo: # # - Fix Intel PT (Processor Trace) timeless decoding with perf.data # directory. # # - ARM SPE (Statistical Profiling Extensions) address fixes, for # synthesized events and for SPE events with physical addresses. Add a # simple 'perf test' entry to make sure this doesn't regress. # # - Remove arch specific processing of kallsyms data to fixup symbol end # address, fixing excessive memory consumption in the annotation code. # # * tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: # perf symbol: Remove arch__symbols__fixup_end() # perf symbol: Update symbols__fixup_end() # perf symbol: Pass is_kallsyms to symbols__fixup_end() # perf test: Add perf_event_attr test for Arm SPE # perf arm-spe: Fix SPE events with phys addresses # perf arm-spe: Fix addresses of synthesized SPE events # perf intel-pt: Fix timeless decoding with perf.data directory # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 3e71713c9e75c34fc03f55ea86b381856ca952ee # < make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=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_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:8077:warning: override: reassigning to symbol STANDALONE .config:8080:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ vmlinux.o: warning: objtool: ibt_selftest()+0x11: sibling call from callable instruction with modified stack frame vmlinux.o: warning: objtool: __fentry__()+0x8c: call without frame pointer save/setup vmlinux.o: warning: objtool: ibt_selftest()+0x1e: return with modified stack frame Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:15:21.941589