From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
linux-s390 <linux-s390@vger.kernel.org>,
Heiko Carstens <heiko.carstens@de.ibm.com>
Subject: [GIT PULL] s390 patches for the 4.17 merge window #2
Date: Fri, 13 Apr 2018 15:19:48 +0200 [thread overview]
Message-ID: <20180413151948.6dd1e894@mschwideX1> (raw)
Hi Linus,
please pull from the 'for-linus' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus
to receive the following updates:
Three notable larger changes next to the usual bug fixing:
* Update the email addresses in MAINTAINERS for the s390 folks to use
the simpler linux.ibm.com domain instead of the old linux.vnet.ibm.com
* An update for the zcrypt device driver that removes some old and
obsolete interfaces and add support for up to 256 crypto adapters
* A rework of the IPL aka boot code
Harald Freudenberger (6):
s390/crypto: Adjust s390 aes and paes cipher priorities
s390/zcrypt: remove unused functions and declarations
s390/zcrypt: Make ap init functions static.
s390/zcrypt: Remove deprecated ioctls.
s390/zcrypt: Remove deprecated zcrypt proc interface.
s390/zcrypt: Support up to 256 crypto adapters.
Heiko Carstens (2):
s390/compat: fix setup_frame32
MAINTAINERS: update s390 maintainers email addresses
Julian Wiedmann (3):
s390/ccwgroup: require at least one ccw device
s390/qdio: clear intparm during shutdown
s390/qdio: lock device while installing IRQ handler
Martin Schwidefsky (1):
s390: correct nospec auto detection init order
Vasily Gorbik (11):
s390/ipl: ensure loadparm valid flag is set
s390/ipl: unite diag308 and scsi boot ipl blocks
s390/ipl: get rid of ipl_ssid and ipl_devno
s390/ipl: move ipl_flags to ipl.c
s390/ipl: rely on diag308 store to get ipl info
s390/ipl: correct ipl parmblock valid checks
s390/ipl: avoid adding scpdata to cmdline during ftp/dvd boot
s390: assume diag308 set always works
s390/ipl: remove non-existing functions declaration
s390/ipl: correct kdump reipl block checksum calculation
s390/ipl: remove reipl_method and dump_method
MAINTAINERS | 34 +--
arch/s390/boot/compressed/misc.c | 23 --
arch/s390/crypto/aes_s390.c | 8 +-
arch/s390/crypto/paes_s390.c | 8 +-
arch/s390/include/asm/ap.h | 6 +-
arch/s390/include/asm/cio.h | 10 -
arch/s390/include/asm/ipl.h | 25 +-
arch/s390/include/asm/nospec-branch.h | 1 +
arch/s390/include/asm/reset.h | 20 --
arch/s390/include/uapi/asm/zcrypt.h | 163 ++++++------
arch/s390/kernel/compat_signal.c | 2 +-
arch/s390/kernel/early.c | 14 +-
arch/s390/kernel/ipl.c | 376 +++++----------------------
arch/s390/kernel/machine_kexec.c | 2 +-
arch/s390/kernel/nospec-branch.c | 8 +-
arch/s390/kernel/reipl.S | 87 -------
arch/s390/kernel/relocate_kernel.S | 54 +---
arch/s390/kernel/setup.c | 3 +
drivers/s390/cio/ccwgroup.c | 5 +-
drivers/s390/cio/cio.c | 257 -------------------
drivers/s390/cio/ioasm.c | 24 --
drivers/s390/cio/ioasm.h | 1 -
drivers/s390/cio/qdio_main.c | 4 +-
drivers/s390/cio/qdio_setup.c | 2 +
drivers/s390/crypto/ap_bus.c | 32 +--
drivers/s390/crypto/ap_bus.h | 5 +-
drivers/s390/crypto/ap_debug.h | 3 -
drivers/s390/crypto/pkey_api.c | 41 +--
drivers/s390/crypto/zcrypt_api.c | 471 ++++++++++------------------------
drivers/s390/crypto/zcrypt_api.h | 26 +-
30 files changed, 357 insertions(+), 1358 deletions(-)
delete mode 100644 arch/s390/include/asm/reset.h
reply other threads:[~2018-04-13 13:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180413151948.6dd1e894@mschwideX1 \
--to=schwidefsky@de.ibm.com \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox