This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2f5065a0bc9d Merge tag 'acpi-6.1-rc4' of git://git.kernel.org/pub/scm/l [...] new 7433632c9ff6 ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake [...] new 0e792b89e680 ftrace: Fix use-after-free for dynamic ftrace_ops new 4a6f316d6855 kprobe: reverse kp->flags when arm_kprobe failed new d05ea35e7eea fprobe: Check rethook_alloc() return in rethook initialization new 61b304b73ab4 tracing/fprobe: Fix to check whether fprobe is registered [...] new 66f0919c953e tracing: kprobe: Fix memory leak in test_gen_kprobe/kretpr [...] new 8391aa4b4cf4 Merge tag 'trace-v6.1-rc3' of git://git.kernel.org/pub/scm [...] new 8abcaeaed381 cifs: always iterate smb sessions using primary channel new 23d9b9b757e8 cifs: avoid unnecessary iteration of tcp sessions new 542228db2f28 cifs: fix use-after-free on the link name new 90153f928bee Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfre [...] new 9a8c5b0d0615 ext4: update the backup superblock's at the end of the onl [...] new 17a0bc9bd697 ext4: fix BUG_ON() when directory entry has invalid rec_len new 1b8f787ef547 ext4: fix warning in 'ext4_da_release_space' new 9f2a1d9fb33a ext4: fix wrong return err in ext4_load_and_init_journal() new 0d043351e5ba ext4: fix fortify warning in fs/ext4/fast_commit.c:1551 new 9761070d14db Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...] new 354d8a4b1656 x86/xen: silence smatch warning in pmu_msr_chk_emulated() new 4bff677b3015 x86/xen: simplify sysenter and syscall setup new 6e8c78d32b5c Merge tag 'for-linus-6.1-rc4-tag' of git://git.kernel.org/ [...] new 145dfad998ea KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs new 18e897d213cb KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supporte [...] new b333b8ebb85d KVM: VMX: Ignore guest CPUID for host userspace writes to [...] new 074c00800719 KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_ap [...] new 8670866b236e KVM: x86: Fix a typo about the usage of kvcalloc() new 146201496604 Merge branch 'kvm-master' into HEAD new 6853a71726b6 KVM: arm64: Use correct accessor to parse stage-1 PTEs new b6bcdc9f6b83 KVM: arm64: Fix bad dereference on MTE-enabled systems new 7a2726ec3290 KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to [...] new 4151bb636acf KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE new be0ddf5293a7 arm64: booting: Document our requirements for fine grained [...] new f4298cac2bfc Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub [...] new 089d1c31224e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
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: Documentation/arm64/booting.rst | 8 ++++ arch/arm64/kvm/hyp/exception.c | 3 +- arch/arm64/kvm/hyp/include/hyp/switch.h | 20 ++++++++ arch/arm64/kvm/hyp/nvhe/mem_protect.c | 2 +- arch/arm64/kvm/hyp/nvhe/switch.c | 26 ----------- arch/arm64/kvm/hyp/vhe/switch.c | 8 ---- arch/x86/kvm/cpuid.c | 2 +- arch/x86/kvm/vmx/capabilities.h | 19 ++------ arch/x86/kvm/vmx/vmx.c | 18 +++++--- arch/x86/kvm/x86.c | 3 ++ arch/x86/xen/pmu.c | 2 +- arch/x86/xen/setup.c | 23 +++------- fs/cifs/cifsfs.c | 26 ++++++++++- fs/cifs/inode.c | 5 -- fs/cifs/misc.c | 6 ++- fs/cifs/smb2misc.c | 81 ++++++++++++++++++--------------- fs/cifs/smb2ops.c | 30 +++++++----- fs/cifs/smb2transport.c | 19 +++++--- fs/ext4/fast_commit.c | 5 +- fs/ext4/ioctl.c | 3 +- fs/ext4/migrate.c | 3 +- fs/ext4/namei.c | 10 +++- fs/ext4/resize.c | 5 ++ fs/ext4/super.c | 2 +- kernel/kprobes.c | 5 +- kernel/trace/fprobe.c | 5 +- kernel/trace/ftrace.c | 16 ++----- kernel/trace/kprobe_event_gen_test.c | 18 +++----- kernel/trace/ring_buffer.c | 11 +++++ virt/kvm/kvm_main.c | 3 ++ 30 files changed, 214 insertions(+), 173 deletions(-)