Hello Linus, please pull s390 changes for 5.19-rc7. Note, a patch in linux-next has different description and misses Fixes & Link: "s390/ap: fixes bug in the AP bus's __verify_queue_reservations function" vs "s390/ap: fix error handling in __verify_queue_reservations()" in the pull request. Otherwise, the patch is exactly the same oneliner. Thank you, Alexander The following changes since commit d7d488f41b41a1b7a1df3c74f2f65eb4585f5d55: s390/qdio: Fix spelling mistake (2022-06-23 14:05:43 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.19-6 for you to fetch changes up to 2f23256c0ea20627c91ea2d468cda945f68c3395: s390/ap: fix error handling in __verify_queue_reservations() (2022-07-06 17:43:29 -0400) ---------------------------------------------------------------- s390 updates for 5.19-rc7 - Fix building of out-of-tree kernel modules without a pre-built kernel in case CONFIG_EXPOLINE_EXTERN=y. - Fix a reference counting error that could prevent unloading of zcrypt modules. ---------------------------------------------------------------- Tony Krowiak (1): s390/ap: fix error handling in __verify_queue_reservations() Vasily Gorbik (2): s390/nospec: build expoline.o for modules_prepare target s390/nospec: remove unneeded header includes arch/s390/Makefile | 8 +++++++- arch/s390/include/asm/nospec-insn.h | 2 -- arch/s390/lib/Makefile | 3 ++- arch/s390/lib/expoline/Makefile | 3 +++ arch/s390/lib/{ => expoline}/expoline.S | 0 drivers/s390/crypto/ap_bus.c | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 arch/s390/lib/expoline/Makefile rename arch/s390/lib/{ => expoline}/expoline.S (100%)