This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b8a98b6bf66a Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/ [...] new 250552b925ce KVM: nVMX: Don't use Enlightened MSR Bitmap for L3 new ee3a4f666207 KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation new 1ebfaa11ebb5 KVM: x86: Wait for IPIs to be delivered when handling Hype [...] new 3244867af8c0 KVM: x86: Ignore sparse banks size for an "all CPUs", non- [...] new c8cc43c1eae2 selftests: KVM: avoid failures due to reserved HyperTransp [...] new 777ab82d7ce0 KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode new d07898eaf399 KVM: x86: Don't WARN if userspace mucks with RCX during st [...] new 10e7a099bfd8 selftests: KVM: Add test to verify KVM doesn't explode on [...] new b9172f9e8844 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 42288cb44c4b wait: add wake_up_pollfree() new a880b28a71e3 binder: use wake_up_pollfree() new 9537bae0da1f signalfd: use wake_up_pollfree() new 363bee27e258 aio: keep poll requests on waitqueue until completed new 50252e4b5e98 aio: fix use-after-free due to missing POLLFREE handling new 4b3749865374 aio: Fix incorrect usage of eventfd_signal_allowed() new 0d21e6684779 Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub [...] new ee7f3666995d tracefs: Have new files inherit the ownership of their parent new 48b27b6b5191 tracefs: Set all files to the same group ownership as the [...] new 7d5b7cad79da ftrace: Use direct_ops hash in unregister_ftrace_direct new fea3ffa48c6d ftrace: Add cleanup to unregister_ftrace_direct_multi new e1067a07cfbc ftrace/samples: Add module to test multi direct modify interface new c24be24aed40 tracing: Fix possible memory leak in __create_synth_event( [...] new 257dcf29232b Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/sc [...] new 838322658325 hwmon: (corsair-psu) fix plain integer used as NULL pointer new dbd3e6eaf3d8 hwmon: (dell-smm) Fix warning on /proc/i8k creation error new 214f52525506 hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value() new 0e4190d762ef hwmon: (sht4x) Fix EREMOTEIO errors new a2ca752055ed hwmon: (pwm-fan) Ensure the fan going on in .probe() new 1e050cd539b8 Merge tag 'hwmon-for-v5.16-rc5' of git://git.kernel.org/pu [...] new 444dd878e85f PM: runtime: Fix pm_runtime_active() kerneldoc comment new d46bca632ca4 Merge tag 'pm-5.16-rc5' of git://git.kernel.org/pub/scm/li [...] new 11f8cb8903ba ACPI: tools: Fix compilation when output directory is not present new 9e65da135b39 Merge tag 'acpi-5.16-rc5' of git://git.kernel.org/pub/scm/ [...]
The 33 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: 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 +- fs/aio.c | 186 +++++++++++++++++---- fs/signalfd.c | 12 +- 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 +++++++++++++ 30 files changed, 671 insertions(+), 92 deletions(-) create mode 100644 samples/ftrace/ftrace-direct-multi-modify.c create mode 100644 tools/testing/selftests/kvm/x86_64/userspace_io_test.c