This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1f5abbd77e2c Merge tag 'thermal-6.2-rc3' of git://git.kernel.org/pub/sc [...] new a23529989a8f crypto: caam - fix CAAM io mem access in blob_gen new 736f88689c69 crypto: arm64/sm4 - fix possible crash with CFI enabled new 90bc52c525fd Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/ [...] new c07311b5509f perf/x86/rapl: Treat Tigerlake like Icelake new f52853a668bf perf/x86/rapl: Add support for Intel Meteor Lake new 57512b57dcfa perf/x86/rapl: Add support for Intel Emerald Rapids new d7a0853d650b Merge tag 'perf-urgent-2023-01-06' of git://git.kernel.org [...] new 0a6564ebd953 perf tools: Fix resources leak in perf_data__open_dir() new a8f54d940196 perf tools riscv: Fix build error on riscv due to missing [...] new 55c41f2e4f7e perf help: Use HAVE_LIBTRACEEVENT to filter out unsupporte [...] new f24fb53984cf perf tools: Don't include signature in version strings new 77fe30fed1c0 perf tools: Fix segfault when trying to process tracepoint [...] new b963c1d6261e perf test record_probe_libc_inet_pton: Fix failure due to [...] new f89fb55714b6 perf build: Don't propagate subdir to submakes for install [...] new d8d85ce86dc8 perf lock contention: Fix core dump related to not finding [...] new fb710ddee75f perf test record_probe_libc_inet_pton: Fix test on s/390 w [...] new 2d656b0f81b2 perf stat: Fix handling of unsupported cgroup events when [...] new 54b353a20c7e perf stat: Fix handling of --for-each-cgroup with --bpf-co [...] new 481028dbf1da perf tools: Fix build on uClibc systems by adding missing [...] new 56f814583923 Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git: [...] new b2d473a6019e riscv, kprobes: Stricter c.jr/c.jalr decoding new b9b916aee671 riscv: uaccess: fix type of 0 variable on error in get_user() new a389e54642a8 Merge tag 'riscv-for-linus-6.2-rc3' of git://git.kernel.or [...] new 946c2923e763 btrfs: fix ASSERT em->len condition in btrfs_get_extent new 77177ed17d24 btrfs: add error message for metadata level mismatch new 1d854e4fbabb btrfs: fix false alert on bad tree level check new 2f2e84ca6066 btrfs: fix off-by-one in delalloc search during lseek new d73a27b86fc7 btrfs: handle case when repair happens with dev-replace new 39f501d68ec1 btrfs: always report error in run_one_delayed_ref() new 2ba48b20049b btrfs: fix compat_ro checks against remount new fc7b76c4a4d1 Merge tag 'for-6.2-rc2-tag' of git://git.kernel.org/pub/sc [...] new 83c7423d1eb6 udf: Fix extension of the last extent in the file new 23970a1c9475 udf: initialize newblock to 0 new 7b8c854cfe8c Merge tag 'fixes_for_v6.2-rc3' of git://git.kernel.org/pub [...] new 461ab10ef7e6 ceph: switch to vfs_inode_has_locks() to fix file lock bug new 8e1858710d9a ceph: avoid use-after-free in ceph_fl_release_lock() new 5c1a712f7128 Merge tag 'ceph-for-6.2-rc3' of https://github.com/ceph/ce [...] new 191f8453fc99 ARM: renumber bits related to _TIF_WORK_MASK new 93387d499e49 Merge tag 'tif-notify-signal-2023-01-06' of git://git.kern [...] new af82425c6a2d io_uring/io-wq: free worker if task_work creation is canceled new 9ffa13ff78a0 io_uring: pin context while queueing deferred tw new f26cc9593581 io_uring: lockdep annotate CQ locking new 59b745bb4e0b io_uring: move 'poll_multi_queue' bool in io_ring_ctx new 12521a5d5cb7 io_uring: fix CQ waiting timeout handling new ef1a4a770994 Merge tag 'io_uring-2023-01-06' of git://git.kernel.dk/linux new 613b14884b85 block: handle bio_split_to_limits() NULL return new 9cea62b2cbab block: don't allow splitting of a REQ_NOWAIT bio new fa8e442e832a ublk: honor IO_URING_F_NONBLOCK for handling control command new ee4b4e224856 Revert "block: bio_copy_data_iter" new 050a4f341f35 Revert "block: remove devnode callback from struct block_d [...] new 4b83e99ee709 Revert "pktcdvd: remove driver." new b2b50d572135 block: Remove "select SRCU" new a689b938df39 Merge tag 'block-2023-01-06' of git://git.kernel.dk/linux
The 53 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/ABI/testing/debugfs-pktcdvd | 18 + Documentation/ABI/testing/sysfs-class-pktcdvd | 97 + MAINTAINERS | 7 + arch/arm/include/asm/thread_info.h | 13 +- arch/arm64/crypto/sm4-ce-ccm-core.S | 5 +- arch/arm64/crypto/sm4-ce-gcm-core.S | 5 +- arch/riscv/include/asm/uaccess.h | 2 +- arch/riscv/kernel/probes/simulate-insn.h | 4 +- arch/x86/events/rapl.c | 5 + block/Kconfig | 1 - block/bio.c | 37 +- block/blk-merge.c | 14 +- block/blk-mq.c | 5 +- block/genhd.c | 11 + drivers/block/Kconfig | 43 + drivers/block/Makefile | 1 + drivers/block/drbd/drbd_req.c | 2 + drivers/block/pktcdvd.c | 2944 ++++++++++++++++++++ drivers/block/ps3vram.c | 2 + drivers/block/ublk_drv.c | 3 + drivers/crypto/caam/blob_gen.c | 2 +- drivers/md/dm.c | 2 + drivers/md/md.c | 2 + drivers/nvme/host/multipath.c | 2 + drivers/s390/block/dcssblk.c | 2 + fs/btrfs/bio.c | 11 +- fs/btrfs/disk-io.c | 11 +- fs/btrfs/disk-io.h | 2 +- fs/btrfs/extent-io-tree.c | 2 +- fs/btrfs/extent-tree.c | 7 +- fs/btrfs/extent_io.c | 30 +- fs/btrfs/file.c | 2 +- fs/btrfs/inode.c | 2 +- fs/btrfs/super.c | 2 +- fs/ceph/caps.c | 2 +- fs/ceph/locks.c | 24 +- fs/ceph/super.h | 1 - fs/udf/inode.c | 6 +- include/linux/bio.h | 2 + include/linux/blkdev.h | 1 + include/linux/fs.h | 3 + include/linux/io_uring_types.h | 3 +- include/linux/pktcdvd.h | 197 ++ include/uapi/linux/pktcdvd.h | 112 + io_uring/io-wq.c | 1 + io_uring/io_uring.c | 19 +- io_uring/io_uring.h | 15 + tools/perf/Documentation/Makefile | 2 +- tools/perf/Makefile.perf | 10 +- tools/perf/arch/riscv/util/unwind-libdw.c | 2 +- tools/perf/builtin-lock.c | 2 + tools/perf/command-list.txt | 10 +- .../tests/shell/record+probe_libc_inet_pton.sh | 3 +- tools/perf/util/PERF-VERSION-GEN | 2 +- tools/perf/util/bpf_counter_cgroup.c | 14 +- tools/perf/util/cgroup.c | 23 +- tools/perf/util/data.c | 2 + tools/perf/util/generate-cmdlist.sh | 19 +- tools/perf/util/sort.c | 12 + tools/perf/util/trace-event.h | 1 + 60 files changed, 3686 insertions(+), 100 deletions(-) create mode 100644 Documentation/ABI/testing/debugfs-pktcdvd create mode 100644 Documentation/ABI/testing/sysfs-class-pktcdvd create mode 100644 drivers/block/pktcdvd.c create mode 100644 include/linux/pktcdvd.h create mode 100644 include/uapi/linux/pktcdvd.h