This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 028192fea1de Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesk [...] new f034fc50d3c7 perf tools: Fix misleading add event PMU debug message new d73f5d14e0cd perf stat: Fix error check return value of hashmap__new(), [...] new a668cc07f990 perf tools: Fix segfault accessing sample_id xyarray new 23380e4d5330 perf record: Fix per-thread option new 8cb7a188ac33 perf bench: Fix numa testcase to check if CPU used to bind [...] new f58faed7fb3f perf bench: Fix numa bench to fix usage of affinity for ma [...] new e2dec4884454 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-14' of git:/ [...] new ce64763c6385 testing/selftests/mqueue: Fix mq_perf_tests to free the al [...] new bb34e0dba38e Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.ke [...] new c4212f3eb89f io_uring: flag the fact that linked file assignment is sane new 6f83ab22adcb io_uring: io_kiocb_update_pos() should not touch file for [...] new 2804ecd8d3e3 io_uring: move apoll->events cache new 82733d168cbd io_uring: stop using io_wq_work as an fd placeholder new 0f8da75b51ac io_uring: fix assign file locking issue new 565c5e616e80 io_uring: move io_uring_rsrc_update2 validation new d8a3ba9c143b io_uring: verify that resv2 is 0 in io_uring_rsrc_update2 new 6fb53cf8ff2c io_uring: verify resv is 0 in ringfd register/unregister new d2347b9695da io_uring: verify pad field is 0 in io_get_ext_arg new e941976659f1 io_uring: use right issue_flags for splice/tee new cce64ef01308 io_uring: fix poll file assign deadlock new 7179c3ce3dbf io_uring: fix poll error reporting new 701521403cfb io_uring: abort file assignment prior to assigning creds new 0647b9cc7fea Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.d [...] new 868e6139c521 block: move lower_48_bits() to block new b97687527be8 asm-generic: fix __get_unaligned_be48() on 32 bit platforms new 8535c0185d14 block: fix offset/size check in bio_trim() new 3e3876d322ae block: null_blk: end timed out poll request new ccf16413e520 block/compat_ioctl: fix range check in BLKGETSIZE new 3d973a76e54c block: don't print I/O error warning for dead disks new b42b6f4485e3 nvme: don't print verbose errors for internal passthrough [...] new 00ff400e6dee nvme: add a quirk to disable namespace identifiers new a98a945b80f8 nvme-pci: disable namespace identifiers for the MAXIO MAP1 [...] new 66dd346b84d7 nvme-pci: disable namespace identifiers for Qemu controllers new 89a2ee91edd9 Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.or [...] new fb649bda6f56 Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/l [...]
The 35 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: block/bio.c | 2 +- block/blk-mq.c | 3 +- block/ioctl.c | 2 +- drivers/block/null_blk/main.c | 2 +- drivers/nvme/host/core.c | 27 +++-- drivers/nvme/host/nvme.h | 5 + drivers/nvme/host/pci.c | 9 +- fs/io-wq.h | 1 - fs/io_uring.c | 98 ++++++++++-------- include/asm-generic/unaligned.h | 2 +- include/linux/kernel.h | 9 -- include/linux/t10-pi.h | 9 ++ include/uapi/linux/io_uring.h | 1 + tools/lib/perf/evlist.c | 3 +- tools/perf/bench/numa.c | 136 ++++++++++++++++++------- tools/perf/builtin-record.c | 22 +++- tools/perf/util/header.c | 51 ++++++++++ tools/perf/util/header.h | 1 + tools/perf/util/parse-events.c | 5 +- tools/perf/util/stat.c | 3 +- tools/testing/selftests/mqueue/mq_perf_tests.c | 25 +++-- 21 files changed, 300 insertions(+), 116 deletions(-)