This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dcde98da9970 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 1d1898f65616 tracing/histogram: Fix sorting on old "cpu" value new 1d02b444b8d1 tracing: Fix return value of __setup handlers new f40a33f5ea54 Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/sc [...] new 58dbe9b373df powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MM [...] new 9bdeaca18bf6 Merge tag 'powerpc-5.17-5' of git://git.kernel.org/pub/scm [...] new 40cd58dbf121 x86/kvm: Don't use PV TLB/yield when mwait is advertised new 3c51d0a6c761 x86/kvm: Don't waste memory if kvmclock is disabled new 92e68cc55877 x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vC [...] new 9ee83635d872 KVM: x86: Yield to IPI target vCPU only if it is busy new c6c937d673aa KVM: x86/mmu: Passing up the error state of mmu_alloc_shad [...] new 8d25b7beca7e KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_run new f81664f76004 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new c992fa1fd523 btrfs: subpage: fix a wrong check on subpage->writers new d99478874355 btrfs: fix lost prealloc extents beyond eof after full fsync new a50e1fcbc9b8 btrfs: do not WARN_ON() if we have PageError set new a6ab66eb8541 btrfs: tree-checker: use u64 for item data end to avoid overflow new b4be6aefa73c btrfs: do not start relocation until in progress drops are done new 5fd76bf31ccf btrfs: fix relocation crash due to premature return from b [...] new d4aef1e122d8 btrfs: qgroup: fix deadlock between rescan worker and remo [...] new 4751dc99627e btrfs: add missing run of delayed items after unlink durin [...] new ca93e44bfb5f btrfs: fallback to blocking mode when doing async dio over [...] new 3ee65c0f0778 Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/s [...]
The 22 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/powerpc/include/asm/book3s/64/mmu.h | 2 +- arch/powerpc/include/asm/kexec_ranges.h | 2 +- arch/x86/kernel/kvm.c | 4 +- arch/x86/kernel/kvmclock.c | 3 ++ arch/x86/kvm/mmu/mmu.c | 2 +- arch/x86/kvm/x86.c | 25 ++++++------ fs/btrfs/ctree.h | 10 +++++ fs/btrfs/disk-io.c | 10 +++++ fs/btrfs/extent-tree.c | 10 +++++ fs/btrfs/extent_io.c | 16 ++++++-- fs/btrfs/inode.c | 28 ++++++++++++++ fs/btrfs/qgroup.c | 9 ++++- fs/btrfs/relocation.c | 13 +++++++ fs/btrfs/root-tree.c | 15 ++++++++ fs/btrfs/subpage.c | 2 +- fs/btrfs/transaction.c | 65 +++++++++++++++++++++++++++++++- fs/btrfs/transaction.h | 1 + fs/btrfs/tree-checker.c | 18 ++++----- fs/btrfs/tree-log.c | 61 ++++++++++++++++++++++++------ kernel/trace/trace.c | 4 +- kernel/trace/trace_events_hist.c | 6 +-- kernel/trace/trace_kprobe.c | 2 +- 22 files changed, 258 insertions(+), 50 deletions(-)