This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from dc06fe51d26e Merge tag 'rtc-5.9' of git://git.kernel.org/pub/scm/linux/ [...] new 9f457179244a mm: memcontrol: fix warning when allocating the root cgroup new 2c7f8937ef91 exfat: remove EXFAT_SB_DIRTY flag new 3db3c3fb840e exfat: write multiple sectors at once new 8b0c47177381 exfat: add error check when updating dir-entries new 4dc7d35e09ba exfat: optimize exfat_zeroed_cluster() new 7018ec68f082 exfat: retain 'VolumeFlags' properly new ff419b61fd66 Merge tag 'exfat-for-5.9-rc1' of git://git.kernel.org/pub/ [...] new b63da6c8dfa9 xfs: delete duplicated words + other fixes new 96cf2a2c7556 xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_init new 69307ade14de Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/sc [...] new 1e6e238c3002 btrfs: inode: fix NULL pointer dereference if inode doesn' [...] new bf53d4687b8f btrfs: only search for left_info if there is no right_info [...] new 27942c9971cc btrfs: fix messages after changing compression level by remount new 3ef3959b29c4 btrfs: don't show full path of bind mounts in subvol= new 4f26433e9b3e btrfs: fix memory leaks after failure to lookup checksums [...] new faa008899a4d btrfs: make sure SB_I_VERSION doesn't get unset by remount new c15c2ec07a26 btrfs: check correct variable after allocation in btrfs_ba [...] new 62ab2cc04ddc btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_ [...] new 881a3a11c2b8 btrfs: fix return value mixup in btrfs_get_extent new c57dd1f2f6a7 btrfs: trim: fix underflow in trim length to prevent acces [...] new 23c2c8c6fa32 Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/li [...] new f0cbd3b83ed4 s390/atomic: circumvent gcc 10 build regression new ba925fa35057 s390/gmap: improve THP splitting new 75d3e7f4769d s390/test_unwind: fix possible memleak in test_unwind() new 75be6b98eda4 s390/pkey: remove redundant variable initialization new 535e4fc623fa s390/numa: set node distance to LOCAL_DISTANCE new 929a343b8586 s390/Kconfig: add missing ZCRYPT dependency to VFIO_AP new 0990d836cecb s390/debug: debug feature version 3 new 12bbf0962afa s390/time: remove select CLOCKSOURCE_VALIDATE_LAST_CYCLE again new b450eeb0c973 s390/numa: move code to arch/s390/kernel new 990f227371a4 Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/lin [...]
The 31 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: arch/s390/Kbuild | 1 - arch/s390/Kconfig | 2 +- arch/s390/include/asm/atomic.h | 12 ++++++-- arch/s390/include/asm/debug.h | 17 ++++-------- arch/s390/include/asm/topology.h | 6 ---- arch/s390/kernel/Makefile | 1 + arch/s390/kernel/debug.c | 32 +++++++++++---------- arch/s390/{numa => kernel}/numa.c | 0 arch/s390/lib/test_unwind.c | 1 + arch/s390/mm/gmap.c | 27 +++++++++++++----- arch/s390/numa/Makefile | 2 -- drivers/s390/crypto/pkey_api.c | 4 +-- fs/btrfs/backref.c | 2 +- fs/btrfs/extent-io-tree.h | 2 ++ fs/btrfs/extent-tree.c | 14 ++++++++++ fs/btrfs/free-space-cache.c | 4 +-- fs/btrfs/inode.c | 18 ++++++++---- fs/btrfs/super.c | 30 +++++++++++++++----- fs/btrfs/sysfs.c | 8 ++++-- fs/btrfs/tree-log.c | 8 ++---- fs/btrfs/volumes.c | 4 +++ fs/exfat/balloc.c | 4 +-- fs/exfat/dir.c | 32 +++++++++++---------- fs/exfat/exfat_fs.h | 14 +++++----- fs/exfat/exfat_raw.h | 5 ++-- fs/exfat/fatent.c | 58 ++++++++------------------------------- fs/exfat/file.c | 9 ++++-- fs/exfat/inode.c | 13 +++++---- fs/exfat/misc.c | 22 +++++++++++++-- fs/exfat/namei.c | 32 ++++++++++----------- fs/exfat/super.c | 48 +++++++++++++++++++++----------- fs/xfs/libxfs/xfs_sb.c | 2 +- fs/xfs/xfs_attr_list.c | 2 +- fs/xfs/xfs_buf_item.c | 2 +- fs/xfs/xfs_buf_item_recover.c | 2 +- fs/xfs/xfs_dquot.c | 2 +- fs/xfs/xfs_export.c | 2 +- fs/xfs/xfs_inode.c | 4 +-- fs/xfs/xfs_inode_item.c | 4 +-- fs/xfs/xfs_iomap.c | 2 +- fs/xfs/xfs_log_cil.c | 2 +- fs/xfs/xfs_log_recover.c | 2 +- fs/xfs/xfs_refcount_item.c | 2 +- fs/xfs/xfs_reflink.c | 2 +- fs/xfs/xfs_sysfs.h | 6 ++-- fs/xfs/xfs_trans_ail.c | 4 +-- mm/memcontrol.c | 6 ---- 47 files changed, 266 insertions(+), 212 deletions(-) rename arch/s390/{numa => kernel}/numa.c (100%) delete mode 100644 arch/s390/numa/Makefile