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_check_binutils/master-aarch64 in repository toolchain/ci/linux.
from 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 [...] adds cb78d1b5efff afs: Fix dynamic root getattr adds 31e70e527806 btrfs: fix hang during unmount when block group reclaim ta [...] adds 0591f0403621 btrfs: prevent remounting to v1 space cache for subpage mount adds e3a4167c880c btrfs: add error messages to all unrecognized mount options adds ff872b76b3d8 Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/s [...] adds 60050ffe3d77 certs: Move load_certificate_list() to be with the asymmet [...] adds 3cde3174eb91 certs: Add FIPS selftests adds 0273fd423b2f Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm [...] adds 34705a57e7df efi: sysfb_efi: remove unnecessary <asm/efi.h> include adds aa6d1ed107eb efi/x86: libstub: Fix typo in __efi64_argmap* name adds ca1fdab7fd27 Merge tag 'efi-urgent-for-v5.19-1' of git://git.kernel.org [...]
No new revisions were added by this update.
Summary of changes: arch/x86/include/asm/efi.h | 2 +- certs/Makefile | 4 +- certs/blacklist.c | 8 +- certs/common.h | 9 - certs/system_keyring.c | 6 +- crypto/asymmetric_keys/Kconfig | 10 + crypto/asymmetric_keys/Makefile | 2 + crypto/asymmetric_keys/selftest.c | 224 +++++++++++++++++++++ .../asymmetric_keys/x509_loader.c | 8 +- crypto/asymmetric_keys/x509_parser.h | 9 + crypto/asymmetric_keys/x509_public_key.c | 8 +- drivers/dma-buf/udmabuf.c | 5 +- drivers/firmware/efi/sysfb_efi.c | 2 - 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 ++++--- fs/afs/inode.c | 3 +- fs/btrfs/disk-io.c | 13 +- fs/btrfs/super.c | 47 ++++- include/keys/asymmetric-type.h | 3 + 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 +- 39 files changed, 648 insertions(+), 204 deletions(-) delete mode 100644 certs/common.h create mode 100644 crypto/asymmetric_keys/selftest.c rename certs/common.c => crypto/asymmetric_keys/x509_loader.c (87%) delete mode 100644 tools/perf/tests/shell/lib/perf_csv_output_lint.py