This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 70868a180501 Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/l [...] new 2112ff5ce0c1 iov_iter: track truncated size new 89c2b3b74918 io_uring: reexpand under-reexpanded iters new 7b7699c09f66 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/s [...] new e24d12b7442a init: split get_fs_names new f9259be6a9e7 init: allow mounting arbitrary non-blockdevice filesystems [...] new 6e7c1770a212 fs: simplify get_filesystem_list / get_all_fs_names new e2e694b9e6f3 Merge branch 'work.init' of git://git.kernel.org/pub/scm/l [...] new 7bb698f09bdd fs: Move notify_change permission checks into may_setattr new d75b9fa053e4 gfs2: Switch to may_setattr in gfs2_setattr new 7b871c7713d1 Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/l [...] new 2297791c92d0 s390/cio: dont unregister subchannel from child-drivers new 436fc4feeabb s390: add kmemleak annotation in stack_alloc() new 15256194eff6 s390/entry: make oklabel within CHKSTG macro local new 81912856e0fb s390/configs: enable CONFIG_KFENCE in debug_defconfig new 88b604263f3d s390/unwind: use current_frame_address() to unwind current task new a052096bdd68 s390/topology: fix topology information when calling cpu h [...] new 2e8275285a60 s390/mm: fix kernel doc comments new 5dddfaac4c25 s390/cpum_cf: move array from header to C file new 44bead2545f1 s390/con3270: use proper type for tasklet function new 7a928af413c3 s390/ctrlchar: fix kernel doc comment new 19379d456f7b s390/cio: fix kernel doc comment new ebd9cc659369 s390/pci: fix clp_get_state() handling of -ENODEV new 85ad27215ca5 s390/pci: read clp_list_pci_req only once new 68c32eb2707a s390: remove xpram device driver new 7d665612dd5a s390/hmcdrv_ftp: fix kernel doc comment new ff8a58b0ae73 s390/sclp: add __nonstring annotation new f6beebb15eee scsi: zfcp: fix kernel doc comments new 2c57ad602493 s390/zcrypt: remove incorrect kernel doc indicators new 9652cb805c44 s390/ftrace: remove incorrect __va usage new bb9c14ad267d hugetlbfs: s390 is always 64bit new f154c806676a Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/li [...]
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/Kconfig | 1 + arch/s390/configs/debug_defconfig | 1 + arch/s390/configs/defconfig | 1 - arch/s390/configs/zfcpdump_defconfig | 1 - arch/s390/include/asm/cpu_mcf.h | 7 - arch/s390/include/asm/smp.h | 1 + arch/s390/include/asm/stacktrace.h | 20 +- arch/s390/include/asm/unwind.h | 8 +- arch/s390/kernel/entry.S | 4 +- arch/s390/kernel/ftrace.c | 4 +- arch/s390/kernel/perf_cpum_cf.c | 8 + arch/s390/kernel/setup.c | 10 +- arch/s390/kernel/smp.c | 9 +- arch/s390/kernel/topology.c | 13 +- arch/s390/mm/gmap.c | 11 +- arch/s390/mm/pgtable.c | 4 +- arch/s390/pci/pci_clp.c | 9 +- drivers/s390/block/Kconfig | 11 - drivers/s390/block/Makefile | 1 - drivers/s390/block/xpram.c | 416 --------------------------------- drivers/s390/char/con3270.c | 7 +- drivers/s390/char/ctrlchar.c | 11 +- drivers/s390/char/hmcdrv_ftp.c | 2 +- drivers/s390/char/sclp.c | 2 +- drivers/s390/cio/blacklist.c | 5 +- drivers/s390/cio/device.c | 21 +- drivers/s390/cio/device_id.c | 2 +- drivers/s390/crypto/zcrypt_api.c | 14 +- drivers/s390/crypto/zcrypt_cex2a.c | 8 +- drivers/s390/crypto/zcrypt_cex2c.c | 10 +- drivers/s390/crypto/zcrypt_cex4.c | 8 +- drivers/s390/crypto/zcrypt_msgtype50.c | 18 +- drivers/s390/crypto/zcrypt_msgtype6.c | 38 +-- drivers/s390/scsi/zfcp_dbf.c | 4 +- drivers/s390/scsi/zfcp_fsf.c | 2 +- drivers/s390/scsi/zfcp_qdio.c | 2 +- drivers/s390/scsi/zfcp_unit.c | 4 +- fs/Kconfig | 3 +- fs/attr.c | 50 ++-- fs/filesystems.c | 27 ++- fs/gfs2/inode.c | 4 +- fs/io_uring.c | 2 + include/linux/fs.h | 4 +- include/linux/uio.h | 6 +- init/do_mounts.c | 90 +++++-- 45 files changed, 264 insertions(+), 620 deletions(-) delete mode 100644 drivers/s390/block/xpram.c