This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d1dc87763f40 assoc_array: Fix BUG_ON during garbage collect new 690b2549b195 i2c: ismt: prevent memory corruption in ismt_access() new 23b5c7961f75 memblock tests: update style of comments for memblock_add_ [...] new e4f76c8d217e memblock tests: update style of comments for memblock_rese [...] new 60bba7b193cc memblock tests: update style of comments for memblock_remo [...] new a5550c053f6c memblock tests: update style of comments for memblock_free [...] new 000605cd1b14 memblock tests: remove completed TODO item new ca1dcc6d0c56 Merge tag 'memblock-v5.19-rc1' of git://git.kernel.org/pub [...] new 809631e2bff5 Revert "printk: wake up all waiters" new 12831f6486f9 Merge tag 'printk-for-5.19-fixup' of git://git.kernel.org/ [...] new 5d7c854593a4 livepatch: Remove klp_arch_set_pc() and asm/livepatch.h new 7c9e960c6363 Merge tag 'livepatching-for-5.19' of git://git.kernel.org/ [...] new d7a2dc523085 ceph: allow ceph.dir.rctime xattr to be updatable new 3302ffd44c3d rbd: replace usage of found with dedicated list iterator variable new 6c1dc50284c4 ceph: remove unused CEPH_MDS_LEASE_RELEASE related code new 1980b1bf17a4 ceph: stop forwarding the request when exceeding 256 times new 546a5d6122fa ceph: stop retrying the request when exceeding 256 times new 7ffe4fcea789 ceph: update the dlease for the hashed dentry when removing new 57a5df0e8653 ceph: use dedicated list iterator variable new 3ffa9d6f991f ceph: replace usage of found with dedicated list iterator [...] new 68e5ec2ec945 ceph: no need to invalidate the fscache twice new 261998c30004 ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC check new d9d58f0402a8 libceph: use swap() macro instead of taking tmp variable new ae0670633014 ceph: rename unsafe_request_wait() new 1b2ba3c5616e ceph: flush the mdlog for filesystem sync new f7a2d0688a3b ceph: disable updating the atime since cephfs won't maintain it new 5eed80fba65c ceph: try to choose the auth MDS if possible for getattr new 3459bd0c55ed ceph: redirty the page for writepage on failure new 825978fd6a0d ceph: fix possible deadlock when holding Fwb to get inline_data new 55ab55208020 ceph: fix statfs for subdir mounts new a74379543d22 ceph: try to queue a writeback if revoking fails new 2ecd0edd13a8 ceph: remove redundant variable ino new 5e56776d5215 ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLE new ea16567f1101 ceph: fix decoding of client session messages flags new af7dc8e5124d MAINTAINERS: move myself from ceph "Maintainer" to "Reviewer" new 17d8e3d90b69 Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/c [...]
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: MAINTAINERS | 6 +- arch/powerpc/include/asm/livepatch.h | 10 +- arch/powerpc/kernel/irq.c | 1 - arch/powerpc/kernel/setup_64.c | 2 +- arch/s390/include/asm/livepatch.h | 22 -- arch/x86/include/asm/livepatch.h | 20 -- drivers/block/rbd.c | 13 +- drivers/i2c/busses/i2c-ismt.c | 3 + fs/ceph/addr.c | 42 ++-- fs/ceph/caps.c | 75 +++--- fs/ceph/inode.c | 35 ++- fs/ceph/mds_client.c | 121 ++++++++-- fs/ceph/mds_client.h | 2 +- fs/ceph/quota.c | 19 +- fs/ceph/super.c | 1 + fs/ceph/super.h | 29 ++- fs/ceph/xattr.c | 10 +- include/linux/livepatch.h | 2 - kernel/livepatch/patch.c | 2 +- kernel/printk/printk.c | 2 +- net/ceph/crush/mapper.c | 5 +- tools/testing/memblock/TODO | 3 - tools/testing/memblock/tests/basic_api.c | 392 ++++++++++++++++++++++--------- 23 files changed, 538 insertions(+), 279 deletions(-) delete mode 100644 arch/s390/include/asm/livepatch.h delete mode 100644 arch/x86/include/asm/livepatch.h