This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4bdec23f971b Merge tag 'hwmon-for-v6.3-rc4' of git://git.kernel.org/pub [...] new 6de4b1ab470f xfs: try to idiot-proof the allocators new 9eb775968b68 xfs: walk all AGs if TRYLOCK passed to xfs_alloc_vextent_i [...] new e6fbb7167ed0 xfs: add tracepoints for each of the externally visible al [...] new 3cfb9290da3d xfs: test dir/attr hash when loading module new d704426300f2 Merge tag 'xfs-6.3-fixes-3' of git://git.kernel.org/pub/sc [...] new 1470afefc3c4 cpumask: introduce for_each_cpu_or new 8b57b11cca88 pcpcntrs: fix dying cpu summation race new 7ba85fba47bd fork: remove use of percpu_counter_sum_all new e9b60c7f9713 pcpcntr: remove percpu_counter_sum_all() new f768b35a2371 Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/sc [...] new fcde88af6a78 xfs: pass the correct cursor to xfs_iomap_prealloc_size new e2e63b071b2d xfs: clear incore AGFL_RESET state if it's not needed new 4dfb02d5cae8 xfs: fix mismerged tracepoints new 5b9ff397a26a Merge tag 'xfs-6.3-fixes-7' of git://git.kernel.org/pub/sc [...]
The 14 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: fs/xfs/Makefile | 1 + fs/xfs/libxfs/xfs_alloc.c | 38 ++- lib/crc32test.c => fs/xfs/xfs_dahash_test.c | 448 ++++++++-------------------- fs/xfs/xfs_dahash_test.h | 12 + fs/xfs/xfs_iomap.c | 5 +- fs/xfs/xfs_super.c | 5 + fs/xfs/xfs_trace.h | 7 + include/linux/cpumask.h | 17 ++ include/linux/find.h | 37 +++ include/linux/percpu_counter.h | 6 - kernel/fork.c | 5 - lib/find_bit.c | 9 + lib/percpu_counter.c | 37 +-- 13 files changed, 272 insertions(+), 355 deletions(-) copy lib/crc32test.c => fs/xfs/xfs_dahash_test.c (65%) create mode 100644 fs/xfs/xfs_dahash_test.h