This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 251a1524293d Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 46c4c9d1beb7 pipe: increase minimum default pipe size to 2 pages new e39cdacf2f66 pcmcia: i82092: fix a null pointer dereference bug new 611ffd8acc4b Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm [...] new fa7a549d321a KVM: x86: accept userspace interrupt only if no event is injected new 2e2f1e8d0450 KVM: x86: hyper-v: Check access to hypercall before readin [...] new f5714bbb5b31 KVM: x86: Introduce trace_kvm_hv_hypercall_done() new 4e62aa96d6e5 KVM: x86: hyper-v: Check if guest is allowed to use XMM re [...] new 2476b5a1b16c KVM: selftests: Test access to XMM fast hypercalls new 85cd39af14f4 KVM: Do not leak memory for duplicate debugfs directories new 179c6c27bf48 KVM: SVM: Fix off-by-one indexing when nullifying last use [...] new bb2baeb214a7 KVM: SVM: improve the code readability for ASID management new 13c2c3cfe019 KVM: selftests: fix hyperv_clock test new d5aaad6f8342 KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit builds new 97fcc07be81d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 7561c14d8a4d s390/vdso: add .got.plt in vdso linker script new 88731c8f3636 s390/boot: fix zstd build for -march=z900 new ecd92e2167c3 s390: update defconfigs new 130951bbc61f Merge tag 's390-5.14-4' of git://git.kernel.org/pub/scm/li [...] new ff41c28c4b54 tracing: Fix NULL pointer dereference in start_creating new 2c05caa7ba88 tracing / histogram: Give calculation hist_fields a size new a9d10ca49865 tracing: Reject string operand in the histogram expression new b18b851ba85a scripts/recordmcount.pl: Remove check_objcopy() and $can_u [...] new 1c0cec64a7cc scripts/tracing: fix the bug that can't parse raw_trace_func new 51397dc6f283 tracing: Quiet smp_processor_id() use in preemptable warni [...] new 3c3e9027071c Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/sc [...] new 345daff2e994 ucounts: Fix race condition between alloc_ucounts and put_ucounts new 6209049ecfc1 Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/l [...] new 4c156084daa8 selinux: correct the return value when loads initial sids new 0b53abfc5f66 Merge tag 'selinux-pr-20210805' of git://git.kernel.org/pu [...] new e04480920d1e Bluetooth: defer cleanup of resources in hci_unregister_dev()
The 30 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: Makefile | 1 - arch/s390/boot/compressed/Makefile | 1 + arch/s390/boot/compressed/clz_ctz.c | 2 + arch/s390/configs/debug_defconfig | 2 +- arch/s390/configs/defconfig | 2 +- arch/s390/kernel/vdso32/vdso32.lds.S | 1 + arch/s390/kernel/vdso64/vdso64.lds.S | 1 + arch/x86/kvm/hyperv.c | 18 ++++++-- arch/x86/kvm/mmu/mmu.c | 2 +- arch/x86/kvm/svm/sev.c | 45 +++++++++++--------- arch/x86/kvm/trace.h | 15 +++++++ arch/x86/kvm/x86.c | 13 +++++- drivers/pcmcia/i82092.c | 1 + fs/pipe.c | 19 ++++++++- include/net/bluetooth/hci_core.h | 1 + kernel/trace/trace.c | 4 +- kernel/trace/trace_events_hist.c | 24 ++++++++++- kernel/trace/trace_hwlat.c | 2 +- kernel/ucount.c | 10 +++-- net/bluetooth/hci_core.c | 16 +++---- net/bluetooth/hci_sock.c | 49 +++++++++++++++------- net/bluetooth/hci_sysfs.c | 3 ++ scripts/recordmcount.pl | 40 ------------------ scripts/tracing/draw_functrace.py | 6 +-- security/selinux/ss/policydb.c | 10 ++--- .../testing/selftests/kvm/include/x86_64/hyperv.h | 5 ++- tools/testing/selftests/kvm/x86_64/hyperv_clock.c | 2 +- .../testing/selftests/kvm/x86_64/hyperv_features.c | 41 ++++++++++++++++-- virt/kvm/kvm_main.c | 18 +++++++- 29 files changed, 236 insertions(+), 118 deletions(-) create mode 100644 arch/s390/boot/compressed/clz_ctz.c