This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0a924817d2ed Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.sa [...] new ea011ee10231 io_uring: protect cq_timeouts with timeout_lock new 6971253f0787 io_uring: revise completion_lock locking new e5f30f6fb29a io_uring: ease timeout flush locking requirements new a8cf95f93610 io_uring: fix overflow handling regression new 44a84da45272 io_uring: use call_rcu_hurry if signaling an eventfd new 6434ec0186b8 io_uring: don't use TIF_NOTIFY_SIGNAL to test for availabi [...] new 35d90f95cfa7 io_uring: include task_work run after scheduling in wait f [...] new 990a4de57e44 io_uring/net: ensure compat import handlers clear free_iov new 6c3e8955d4bd io_uring/net: fix cleanup after recycle new 5ad70eb27d2b MAINTAINERS: io_uring: Add include/trace/events/io_uring.h new 5d4740fc787d Merge tag 'io_uring-6.2-2022-12-19' of git://git.kernel.dk/linux new 64dc8c732f5c block, bfq: fix possible uaf for 'bfqq->bic' new 452af7dc5903 block, bfq: don't return bfqg from __bfq_bic_change_cgroup() new 337366e02b37 block, bfq: replace 0/1 with false/true in bic apis new ff1cc97b1f4c block/blk-iocost (gcc13): keep large values in a new enum new 85c50197716c loop: Fix the max_loop commandline argument treatment when [...] new 813e693023ba blk-iolatency: Fix memory leak on add_disk() failures new 1eb206208b0f block, bfq: only do counting of pending-request for BFQ_GR [...] new d36a9ea5e776 block: fix use-after-free of q->q_usage_counter new 53eab8e76667 block: don't clear REQ_ALLOC_CACHE for non-polled requests new 569c3a283c96 Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linux new e78a11174de9 RISC-V: KVM: Add exit logic to main.c new b3f2575a9934 RISC-V: KVM: use vma_lookup() instead of find_vma_intersection() new af934432e4a1 RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails new 3e2d4756e2e5 RISC-V: KVM: Simplify kvm_arch_prepare_memory_region() new e482d9e33d5b RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config() new fabd6179d082 RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h new 1343c61a7032 RISC-V: KVM: Remove redundant includes of asm/csr.h new e81af89baebf RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg() new 23fe562e45c5 RISC-V: KVM: Move sbi related struct and functions to kvm_ [...] new a1a44e227ce6 RISC-V: Export sbi_get_mvendorid() and friends new 52ec4b695dbe RISC-V: KVM: Save mvendorid, marchid, and mimpid when crea [...] new 6ebbdecff6ae RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, [...] new 7a5189c58b3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new d5f30a7da8ea tracing: Fix race where eprobes can be called before the event new 63a4dc0a0bb0 test_kprobes: Fix implicit declaration error of test_kprobes new 0c76ef3f26d5 kprobes: Fix check for probe enabled in kill_kprobe() new 3b7ddab8a19a kprobes: kretprobe events missing on 2-core KVM guest new b26a124cbfa8 tracing/probes: Add symstr type for dynamic events new d4505aa6afae tracing/probes: Reject symbol/symstr type for uprobe new af9b3fa15d6d Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/ [...] new bfa87ac86ce9 rv/monitors: Move monitor structure in rodata new 9d2f6060fe4c Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/l [...]
The 43 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/trace/kprobes.rst | 3 +- Documentation/trace/kprobetrace.rst | 8 +- MAINTAINERS | 1 + arch/riscv/include/asm/kvm_host.h | 16 ++-- arch/riscv/include/asm/kvm_vcpu_sbi.h | 6 ++ arch/riscv/include/uapi/asm/kvm.h | 3 + arch/riscv/kernel/sbi.c | 3 + arch/riscv/kvm/main.c | 6 ++ arch/riscv/kvm/mmu.c | 6 +- arch/riscv/kvm/vcpu.c | 85 +++++++++++++++++----- arch/riscv/kvm/vcpu_sbi_base.c | 13 ++-- arch/riscv/kvm/vcpu_sbi_hsm.c | 1 - arch/riscv/kvm/vcpu_sbi_replace.c | 1 - arch/riscv/kvm/vcpu_sbi_v01.c | 1 - block/bfq-cgroup.c | 16 ++-- block/bfq-iosched.c | 13 +++- block/bfq-iosched.h | 4 + block/bfq-wf2q.c | 8 +- block/blk-cgroup.c | 2 + block/blk-core.c | 9 ++- block/blk-iocost.c | 2 + drivers/block/loop.c | 28 +++---- include/linux/bio.h | 3 +- io_uring/io_uring.c | 40 +++++++--- io_uring/io_uring.h | 14 +--- io_uring/net.c | 3 +- io_uring/rw.c | 2 +- io_uring/timeout.c | 14 ++-- kernel/kprobes.c | 24 +++--- kernel/trace/rv/monitors/wip/wip.h | 2 +- kernel/trace/rv/monitors/wwnr/wwnr.h | 2 +- kernel/trace/trace.c | 2 +- kernel/trace/trace_probe.c | 65 +++++++++++------ kernel/trace/trace_probe.h | 19 +++-- kernel/trace/trace_probe_tmpl.h | 47 +++++++++++- kernel/trace/trace_uprobe.c | 3 +- .../ftrace/test.d/kprobe/uprobe_syntax_errors.tc | 5 ++ tools/verification/dot2/dot2c.py | 2 +- 38 files changed, 315 insertions(+), 167 deletions(-)