This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from b8a98b6bf66a Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/ [...] adds 250552b925ce KVM: nVMX: Don't use Enlightened MSR Bitmap for L3 adds ee3a4f666207 KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation adds 1ebfaa11ebb5 KVM: x86: Wait for IPIs to be delivered when handling Hype [...] adds 3244867af8c0 KVM: x86: Ignore sparse banks size for an "all CPUs", non- [...] adds c8cc43c1eae2 selftests: KVM: avoid failures due to reserved HyperTransp [...] adds 777ab82d7ce0 KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode adds d07898eaf399 KVM: x86: Don't WARN if userspace mucks with RCX during st [...] adds 10e7a099bfd8 selftests: KVM: Add test to verify KVM doesn't explode on [...] adds b9172f9e8844 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] adds 42288cb44c4b wait: add wake_up_pollfree() adds a880b28a71e3 binder: use wake_up_pollfree() adds 9537bae0da1f signalfd: use wake_up_pollfree() adds 363bee27e258 aio: keep poll requests on waitqueue until completed adds 50252e4b5e98 aio: fix use-after-free due to missing POLLFREE handling adds 4b3749865374 aio: Fix incorrect usage of eventfd_signal_allowed() adds 0d21e6684779 Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub [...] adds ee7f3666995d tracefs: Have new files inherit the ownership of their parent adds 48b27b6b5191 tracefs: Set all files to the same group ownership as the [...] adds 7d5b7cad79da ftrace: Use direct_ops hash in unregister_ftrace_direct adds fea3ffa48c6d ftrace: Add cleanup to unregister_ftrace_direct_multi adds e1067a07cfbc ftrace/samples: Add module to test multi direct modify interface adds c24be24aed40 tracing: Fix possible memory leak in __create_synth_event( [...] adds 257dcf29232b Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/sc [...] adds 838322658325 hwmon: (corsair-psu) fix plain integer used as NULL pointer adds dbd3e6eaf3d8 hwmon: (dell-smm) Fix warning on /proc/i8k creation error adds 214f52525506 hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value() adds 0e4190d762ef hwmon: (sht4x) Fix EREMOTEIO errors adds a2ca752055ed hwmon: (pwm-fan) Ensure the fan going on in .probe() adds 1e050cd539b8 Merge tag 'hwmon-for-v5.16-rc5' of git://git.kernel.org/pu [...] adds 444dd878e85f PM: runtime: Fix pm_runtime_active() kerneldoc comment adds d46bca632ca4 Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/li [...] adds 11f8cb8903ba ACPI: tools: Fix compilation when output directory is not present adds 9e65da135b39 Merge tag 'acpi-5.16-rc5' of git://git.kernel.org/pub/scm/ [...] adds f872f73601b9 thermal: int340x: Fix VCoRefLow MMIO bit offset for TGL adds b9902641b50d Merge tag 'thermal-5.16-rc5' of git://git.kernel.org/pub/s [...] adds b10252c7ae9c nfsd: Fix nsfd startup race (again) adds 548ec0805c39 nfsd: fix use-after-free due to delegation race adds e80bdc5ed065 Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linux adds 51a08bdeca27 cifs: Fix crash on unload of cifs_arc4.ko adds 9de0737d5ba0 cifs: fix ntlmssp auth when there is no key exchange adds e1b96811e212 Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfr [...] adds d815b3f2f273 btrfs: fix error pointer dereference in btrfs_ioctl_rm_dev_v2() adds f981fec12cc5 btrfs: fail if fstrim_range->start == U64_MAX adds c2e39305299f btrfs: clear extent buffer uptodate when we fail to write it adds 68b85589ba81 btrfs: call mapping_set_error() on btree inode with a write error adds 84c254489299 btrfs: fix re-dirty process of tree-log nodes adds da5e817d9d75 btrfs: free exchange changeset on failures adds 5911f5382022 btrfs: zoned: clear data relocation bg on zone finish adds 8289ed9f93be btrfs: replace the BUG_ON in btrfs_del_root_ref with prope [...] adds 6f513529296f Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes: arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/hyperv.c | 7 +- arch/x86/kvm/vmx/vmx.c | 22 ++- arch/x86/kvm/x86.c | 12 +- drivers/android/binder.c | 21 +-- drivers/hwmon/corsair-psu.c | 2 +- drivers/hwmon/dell-smm-hwmon.c | 7 +- drivers/hwmon/nct6775.c | 2 +- drivers/hwmon/pwm-fan.c | 2 - drivers/hwmon/sht4x.c | 4 +- .../intel/int340x_thermal/processor_thermal_rfim.c | 2 +- fs/aio.c | 186 +++++++++++++++++---- fs/btrfs/delalloc-space.c | 12 +- fs/btrfs/extent-tree.c | 3 + fs/btrfs/extent_io.c | 14 ++ fs/btrfs/ioctl.c | 6 +- fs/btrfs/root-tree.c | 3 +- fs/btrfs/tree-log.c | 5 +- fs/btrfs/zoned.c | 2 + fs/cifs/sess.c | 54 ++++-- fs/nfsd/nfs4recover.c | 1 + fs/nfsd/nfs4state.c | 9 +- fs/nfsd/nfsctl.c | 14 +- fs/signalfd.c | 12 +- fs/smbfs_common/cifs_arc4.c | 13 -- fs/tracefs/inode.c | 76 +++++++++ include/linux/pm_runtime.h | 2 +- include/linux/wait.h | 26 +++ include/uapi/asm-generic/poll.h | 2 +- kernel/sched/wait.c | 7 + kernel/trace/ftrace.c | 8 +- kernel/trace/trace_events_synth.c | 11 +- samples/ftrace/Makefile | 1 + samples/ftrace/ftrace-direct-multi-modify.c | 152 +++++++++++++++++ tools/power/acpi/Makefile.config | 1 + tools/power/acpi/Makefile.rules | 1 + tools/testing/selftests/kvm/.gitignore | 1 + tools/testing/selftests/kvm/Makefile | 1 + tools/testing/selftests/kvm/include/kvm_util.h | 9 + tools/testing/selftests/kvm/lib/kvm_util.c | 2 +- tools/testing/selftests/kvm/lib/x86_64/processor.c | 68 ++++++++ .../selftests/kvm/x86_64/svm_int_ctl_test.c | 2 +- .../selftests/kvm/x86_64/userspace_io_test.c | 114 +++++++++++++ 43 files changed, 758 insertions(+), 143 deletions(-) create mode 100644 samples/ftrace/ftrace-direct-multi-modify.c create mode 100644 tools/testing/selftests/kvm/x86_64/userspace_io_test.c