Hello Linus, please pull s390 changes for 6.1-rc3. Thank you, Vasily The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740: Linux 6.1-rc2 (2022-10-23 15:27:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.1-3 for you to fetch changes up to e38de4804421b064a9c73c5a9b7f3df96b863e4b: s390/vfio-ap: Fix memory allocation for mdev_types array (2022-10-26 14:47:31 +0200) ---------------------------------------------------------------- s390 updates for 6.1-rc3 - Remove outdated linux390 link from MAINTAINERS. - Add few missing EX_TABLE entries to inline assemblies. - Fix raw data collection for pai_ext PMU. - Add kernel image secure boot trailer for future firmware versions. - Fix out-of-bounds access on cio_ignore free. - Fix memory allocation of mdev_types array in vfio-ap. ---------------------------------------------------------------- Heiko Carstens (4): MAINTAINERS: remove outdated linux390 link s390/uaccess: add missing EX_TABLE entries to __clear_user() s390/futex: add missing EX_TABLE entry to __futex_atomic_op() s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_inuser() Jason J. Herne (1): s390/vfio-ap: Fix memory allocation for mdev_types array Peter Oberparleiter (2): s390/boot: add secure boot trailer s390/cio: fix out-of-bounds access on cio_ignore free Thomas Richter (1): s390/pai: fix raw data collection for PMU pai_ext MAINTAINERS | 12 ------------ arch/s390/boot/vmlinux.lds.S | 13 +++++++++++-- arch/s390/include/asm/futex.h | 3 ++- arch/s390/kernel/perf_pai_ext.c | 1 + arch/s390/lib/uaccess.c | 6 +++--- arch/s390/pci/pci_mmio.c | 8 ++++---- drivers/s390/cio/css.c | 8 ++------ drivers/s390/crypto/vfio_ap_private.h | 2 +- 8 files changed, 24 insertions(+), 29 deletions(-)