This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/linux.
from 05c6ca8512f2 Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/ [...] adds a111daf0c53a Linux 5.19-rc3 adds 05b252cccb2e udmabuf: add back sanity check adds c4cf6785599b mm/slub: Move the stackdepot related allocation out of IRQ [...] adds eeaa345e1285 mm/slub: add missing TID updates on slab deactivation adds 59b785fe2abb Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pu [...] adds 1d98cdf7fa2b perf unwind: Fix uninitialized variable adds ec906102e5b7 perf test: Fix "perf stat CSV output linter" test on s390 adds 94725994cfd7 libperf evsel: Open shouldn't leak fd on failure adds cc2145526c98 perf test: Fix variable length array undefined behavior in [...] adds 67e7d771580e perf beauty: Update copy of linux/socket.h with the kernel [...] adds 72dcae8efd42 perf test: Record only user callchains on the "Check Arm64 [...] adds b236371421df perf test topology: Use !strncmp(right platform) to fix gu [...] adds e5287e6dd3b0 perf expr: Allow exponents on floating point values adds 51ba539f5bdb perf arm-spe: Don't set data source if it's not a memory o [...] adds 2e323f360a7b tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources adds 37402d5d061b tools headers arm64: Sync arm64's cputype.h with the kerne [...] adds c788ef61ef2a perf metrics: Ensure at least 1 id per metric adds 140cd9ec8fdd tools headers UAPI: Sync linux/prctl.h with the kernel sources adds c5b3a0946bbe Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git:/ [...] adds 566d3c57eb52 scsi: scsi_debug: Fix zone transition to full condition adds f6eed15f3ea7 scsi: iscsi: Exclude zero from the endpoint ID range adds da8badd7d358 scsi: ufs: Simplify ufshcd_clear_cmd() adds d1a7644648b7 scsi: ufs: Support clearing multiple commands at once adds 2acd76e7b859 scsi: ufs: Fix a race between the interrupt handler and th [...] adds 1d3e0980782f scsi: storvsc: Correct reporting of Hyper-V I/O size limits adds 72ea7fe0db73 scsi: ibmvfc: Allocate/free queue resource only during pro [...] adds aeaadcde1a60 scsi: ibmvfc: Store vhost pointer during subcrq allocation adds 78ca55889a54 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
No new revisions were added by this update.
Summary of changes: Makefile | 2 +- drivers/dma-buf/udmabuf.c | 5 +- drivers/scsi/ibmvscsi/ibmvfc.c | 82 +++++++++++++++++----- drivers/scsi/ibmvscsi/ibmvfc.h | 2 +- drivers/scsi/scsi_debug.c | 22 +++++- drivers/scsi/scsi_transport_iscsi.c | 7 +- drivers/scsi/storvsc_drv.c | 27 +++++-- drivers/ufs/core/ufshcd.c | 76 ++++++++++++-------- mm/slub.c | 43 ++++++++++-- tools/arch/arm64/include/asm/cputype.h | 12 +++- tools/arch/x86/include/uapi/asm/kvm.h | 11 +-- tools/include/uapi/linux/prctl.h | 9 +++ tools/lib/perf/evsel.c | 17 +++-- tools/perf/tests/bp_account.c | 16 ++++- tools/perf/tests/expr.c | 2 + tools/perf/tests/shell/lib/perf_csv_output_lint.py | 48 ------------- tools/perf/tests/shell/stat+csv_output.sh | 69 +++++++++++------- tools/perf/tests/shell/test_arm_callgraph_fp.sh | 2 +- tools/perf/tests/topology.c | 2 +- tools/perf/trace/beauty/include/linux/socket.h | 7 +- tools/perf/util/arm-spe.c | 22 +++--- tools/perf/util/expr.l | 2 +- tools/perf/util/metricgroup.c | 9 +++ tools/perf/util/unwind-libunwind-local.c | 2 +- 24 files changed, 327 insertions(+), 169 deletions(-) delete mode 100644 tools/perf/tests/shell/lib/perf_csv_output_lint.py