This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 44889ba56cbb Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/li [...] new b48279af636d perf test: Fix offcpu test prev_state check new 3ef9fec011d4 tools arch x86: Sync the msr-index.h copy with the kernel sources new ce9f1c05d2ed perf inject: Fix --buildid-all not to eat up MMAP2 new d3e104bb024e perf tests stat+csv_output: Switch CSV separator to @ new 3de34f85bf43 perf test: Avoid counting commas in json linter new a98c0710b47d tools headers svm: Sync svm headers with the kernel sources new 25f69c69bc3c perf stat: Fix counting when initial delay configured new 31d2e6b5d44e tools headers: Update the copy of x86's mem{cpy,set}_64.S [...] new df4b933e0e51 tools headers UAPI: Sync linux/prctl.h with the kernel sources new 811f35ff59b6 tools headers: Synchronize {linux,vdso}/bits.h with the ke [...] new 5f800380af38 tools include UAPI: Synchronize linux/fcntl.h with the ker [...] new 33c53f9b5ac6 tools headers kvm: Sync uapi/{asm/linux} kvm.h headers wit [...] new 3ee7cb4fdf37 tools arch x86: Sync the msr-index.h copy with the kernel sources new 14e998ed4220 tools include UAPI: Sync linux/vhost.h with the kernel sources new 7d0930647c02 tools headers x86 cpufeatures: Sync with the kernel sources new 06a1574b94ee tools headers UAPI: Sync linux/perf_event.h with the kerne [...] new 5b201a82cd9d perf tools: Add Adrian Hunter to MAINTAINERS as a reviewer new 49be4fb28109 Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git: [...] new 01e68ce08a30 io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers new 03b3d6be73e8 io_uring/uring_cmd: ensure that device supports IOPOLL new fa780334a8c3 io_uring: silence variable ‘prev’ set but not used warning new f331c5de7960 Merge tag 'io_uring-6.3-2023-03-09' of git://git.kernel.dk/linux new fcd9531b3052 btrfs: sysfs: add size class stats new 12148367d723 btrfs: fix potential dead lock in size class loading logic new 2943868a909f btrfs: ioctl: return device fsid from DEV_INFO ioctl new c06016a02a6e btrfs: handle btrfs_del_item errors in __btrfs_update_dela [...] new 98e8d36a26c2 btrfs: fix unnecessary increment of read error stat on wri [...] new 95cd356ca23c btrfs: fix percent calculation for bg reclaim message new e4cc1483f359 btrfs: fix extent map logging bit not cleared for split ma [...] new 675dfe1223a6 btrfs: fix block group item corruption after inserting new [...] new ae195ca1a8a4 Merge tag 'for-6.3-rc1-tag' of git://git.kernel.org/pub/sc [...] new fd9a2e1d5138 NFSD: Protect against filesystem freezing new 9ca6705d9d60 SUNRPC: Fix a server shutdown leak new 92cadfcffac3 Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/lin [...] new a279adedbb52 erofs: mark z_erofs_lzma_init/erofs_pcpubuf_init w/ __init new 8f121dfb15f7 erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms new 647dd2c3f0e1 erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL" new 9ff471800b74 erofs: get rid of a useless DBG_BUGON new 3993f4f45630 erofs: use wrapper i_blocksize() in erofs_file_read_iter() new 388a810192fd Merge tag 'erofs-for-6.3-rc2-fixes' of git://git.kernel.or [...]
The 40 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: MAINTAINERS | 1 + fs/btrfs/bio.c | 2 +- fs/btrfs/block-group.c | 58 +++++++++++----------- fs/btrfs/delayed-inode.c | 2 +- fs/btrfs/extent_map.c | 7 ++- fs/btrfs/ioctl.c | 1 + fs/btrfs/sysfs.c | 42 ++++++++++++++++ fs/erofs/data.c | 2 +- fs/erofs/decompressor_lzma.c | 4 +- fs/erofs/internal.h | 4 +- fs/erofs/pcpubuf.c | 2 +- fs/erofs/zdata.c | 12 ++--- fs/erofs/zmap.c | 3 -- fs/nfsd/vfs.c | 2 + include/uapi/linux/btrfs.h | 12 ++++- io_uring/io-wq.c | 16 ++++-- io_uring/io_uring.c | 4 +- io_uring/slist.h | 5 +- io_uring/uring_cmd.c | 4 +- net/sunrpc/svc.c | 6 ++- tools/arch/arm64/include/uapi/asm/kvm.h | 1 + tools/arch/x86/include/asm/cpufeatures.h | 2 +- tools/arch/x86/include/asm/disabled-features.h | 3 +- tools/arch/x86/include/asm/msr-index.h | 31 ++++++++++++ tools/arch/x86/include/asm/required-features.h | 3 +- tools/arch/x86/include/uapi/asm/kvm.h | 34 ++++++++++++- tools/arch/x86/include/uapi/asm/svm.h | 6 +++ tools/arch/x86/lib/memcpy_64.S | 5 +- tools/arch/x86/lib/memset_64.S | 4 +- tools/include/linux/bits.h | 1 - tools/include/uapi/linux/fcntl.h | 1 + tools/include/uapi/linux/kvm.h | 9 ++++ tools/include/uapi/linux/perf_event.h | 3 ++ tools/include/uapi/linux/prctl.h | 6 +++ tools/include/uapi/linux/vhost.h | 8 +++ tools/include/vdso/bits.h | 1 + tools/perf/builtin-inject.c | 1 + tools/perf/builtin-stat.c | 15 ++---- .../perf/tests/shell/lib/perf_json_output_lint.py | 29 +++++------ tools/perf/tests/shell/stat+csv_output.sh | 23 +++++---- tools/perf/util/bpf_skel/off_cpu.bpf.c | 2 +- tools/perf/util/stat.c | 6 +-- tools/perf/util/stat.h | 1 - tools/perf/util/target.h | 12 +++++ 44 files changed, 285 insertions(+), 111 deletions(-)