This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 105a36f3694e Merge tag 'kbuild-fixes-v6.0-3' of git://git.kernel.org/pu [...] new 085aacaa7316 i2c: imx: If pm_runtime_get_sync() returned 1 device acces [...] new 2c2c72ec111f MAINTAINERS: remove Nehal Shah from AMD MP2 I2C DRIVER new 9d55e7b0bdf9 Documentation: i2c: fix references to other documents new 2a5be6d1340c i2c: mlxbf: incorrect base address passed during io write new de24aceb07d4 i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_star [...] new 37f071ec327b i2c: mlxbf: Fix frequency calculation new b7af938f4379 i2c: mux: harden i2c_mux_alloc() against integer overflows new f0cc7c00089b Merge tag 'i2c-for-6.0-rc7' of git://git.kernel.org/pub/sc [...] new 149d17140bce pmem: fix a name collision new 69053101e096 ndtest: Cleanup all of blk namespace specific code new d34213ebfea3 nvdimm/namespace: drop nested variable in create_namespace_pmem() new 17d9c15c9b9e fsdax: Fix infinite loop in dax_iomap_rw() new 67feaba413ec devdax: Fix soft-reservation memory description new b3bbcc5d1da1 Merge branch 'for-6.0/dax' into libnvdimm-fixes new 4207d59567c0 Merge tag 'dax-and-nvdimm-fixes-v6.0-final' of git://git.k [...] new 4fca50d440cc ext4: make mballoc try target group first even with mb_opt [...] new 1940265ede66 ext4: avoid unnecessary spreading of allocations among groups new 613c5a85898d ext4: make directory inode spreading reflect flexbg size new a9f2a2931d0e ext4: use locality group preallocation for small closed files new 83e80a6e3543 ext4: use buckets for cr 1 block scan instead of rbtree new 29a5b8a137ac ext4: fix bug in extents parsing when eh_entries == 0 and [...] new 80fa46d6b9e7 ext4: limit the number of retries after discarding preallo [...] new 5e049663f678 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
The 23 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/i2c/dev-interface.rst | 2 +- Documentation/i2c/slave-interface.rst | 6 +- Documentation/i2c/writing-clients.rst | 4 +- MAINTAINERS | 1 - drivers/dax/hmem/device.c | 1 + drivers/i2c/busses/i2c-imx.c | 2 +- drivers/i2c/busses/i2c-mlxbf.c | 68 +++----- drivers/i2c/i2c-mux.c | 5 +- drivers/nvdimm/namespace_devs.c | 2 - drivers/nvdimm/pmem.c | 6 +- fs/dax.c | 3 + fs/ext4/ext4.h | 10 +- fs/ext4/extents.c | 4 + fs/ext4/ialloc.c | 2 +- fs/ext4/mballoc.c | 318 +++++++++++++++------------------- fs/ext4/mballoc.h | 1 - tools/testing/nvdimm/test/ndtest.c | 77 -------- 17 files changed, 198 insertions(+), 314 deletions(-)