This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a111daf0c53a Linux 5.19-rc3 new 05b252cccb2e udmabuf: add back sanity check new c4cf6785599b mm/slub: Move the stackdepot related allocation out of IRQ [...] new eeaa345e1285 mm/slub: add missing TID updates on slab deactivation new 59b785fe2abb Merge tag 'slab-for-5.19-fixup' of git://git.kernel.org/pu [...] new 1d98cdf7fa2b perf unwind: Fix uninitialized variable new ec906102e5b7 perf test: Fix "perf stat CSV output linter" test on s390 new 94725994cfd7 libperf evsel: Open shouldn't leak fd on failure new cc2145526c98 perf test: Fix variable length array undefined behavior in [...] new 67e7d771580e perf beauty: Update copy of linux/socket.h with the kernel [...] new 72dcae8efd42 perf test: Record only user callchains on the "Check Arm64 [...] new b236371421df perf test topology: Use !strncmp(right platform) to fix gu [...] new e5287e6dd3b0 perf expr: Allow exponents on floating point values new 51ba539f5bdb perf arm-spe: Don't set data source if it's not a memory o [...] new 2e323f360a7b tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources new 37402d5d061b tools headers arm64: Sync arm64's cputype.h with the kerne [...] new c788ef61ef2a perf metrics: Ensure at least 1 id per metric new 140cd9ec8fdd tools headers UAPI: Sync linux/prctl.h with the kernel sources new c5b3a0946bbe Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git:/ [...] new 566d3c57eb52 scsi: scsi_debug: Fix zone transition to full condition new f6eed15f3ea7 scsi: iscsi: Exclude zero from the endpoint ID range new da8badd7d358 scsi: ufs: Simplify ufshcd_clear_cmd() new d1a7644648b7 scsi: ufs: Support clearing multiple commands at once new 2acd76e7b859 scsi: ufs: Fix a race between the interrupt handler and th [...] new 1d3e0980782f scsi: storvsc: Correct reporting of Hyper-V I/O size limits new 72ea7fe0db73 scsi: ibmvfc: Allocate/free queue resource only during pro [...] new aeaadcde1a60 scsi: ibmvfc: Store vhost pointer during subcrq allocation new 78ca55889a54 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 27 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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 +- 23 files changed, 326 insertions(+), 168 deletions(-) delete mode 100644 tools/perf/tests/shell/lib/perf_csv_output_lint.py