From: Vasily Gorbik <gor@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>,
Christian Borntraeger <borntraeger@de.ibm.com>,
linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org
Subject: [GIT PULL] s390 updates for 5.6-rc3
Date: Sat, 22 Feb 2020 14:04:00 +0100 [thread overview]
Message-ID: <your-ad-here.call-01582376640-ext-7410@work.hours> (raw)
Hello Linus,
please pull s390 changes for 5.6-rc3. One of the changes touches
kernel/sysctl.c which simply removes s390 specific dead code.
Thank you,
Vasily
The following changes since commit 11a48a5a18c63fd7621bb050228cebf13566e4d8:
Linux 5.6-rc2 (2020-02-16 13:16:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.6-4
for you to fetch changes up to 2db01da8d25f0420c411e788a9e1ba39269ae37b:
s390/qdio: fill SBALEs with absolute addresses (2020-02-19 17:26:32 +0100)
----------------------------------------------------------------
s390 updates for 5.6-rc3
- Remove ieee_emulation_warnings sysctl which is a dead code.
- Avoid triggering rebuild of the kernel during make install.
- Enable protected virtualization guest support in default configs.
- Fix cio_ignore seq_file .next function to increase position index. And
use kobj_to_dev instead of container_of in cio code.
- Fix storage block address lists to contain absolute addresses in
qdio code.
- Few clang warnings and spelling fixes.
----------------------------------------------------------------
Christian Borntraeger (1):
s390/defconfig: enable CONFIG_PROTECTED_VIRTUALIZATION_GUEST
Geert Uytterhoeven (1):
s390/pkey/zcrypt: spelling s/crytp/crypt/
Julian Wiedmann (2):
s390/qdio: fill SL with absolute addresses
s390/qdio: fill SBALEs with absolute addresses
Masahiro Yamada (1):
s390: make 'install' not depend on vmlinux
Nathan Chancellor (2):
s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init_range
s390/kaslr: Fix casts in get_random
Stephen Kitt (1):
s390: remove obsolete ieee_emulation_warnings
Vasily Averin (1):
s390/cio: cio_ignore_proc_seq_next should increase position index
chenqiwu (1):
s390/cio: use kobj_to_dev() API
arch/s390/Makefile | 2 +-
arch/s390/boot/Makefile | 2 +-
arch/s390/boot/kaslr.c | 2 +-
arch/s390/configs/debug_defconfig | 28 ++++++++++-----------
arch/s390/configs/defconfig | 11 ++++-----
arch/s390/include/asm/page.h | 2 +-
arch/s390/include/asm/processor.h | 1 -
arch/s390/include/asm/qdio.h | 6 ++---
drivers/s390/cio/blacklist.c | 5 ++--
drivers/s390/cio/chp.c | 4 +--
drivers/s390/cio/qdio_setup.c | 3 ++-
drivers/s390/crypto/zcrypt_ep11misc.c | 4 +--
drivers/s390/net/qeth_core_main.c | 46 +++++++++++++++++------------------
drivers/s390/scsi/zfcp_fsf.c | 2 +-
drivers/s390/scsi/zfcp_qdio.c | 6 ++---
drivers/s390/scsi/zfcp_qdio.h | 6 ++---
kernel/sysctl.c | 9 -------
17 files changed, 64 insertions(+), 75 deletions(-)
next reply other threads:[~2020-02-22 13:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-22 13:04 Vasily Gorbik [this message]
2020-02-22 19:45 ` [GIT PULL] s390 updates for 5.6-rc3 pr-tracker-bot
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=your-ad-here.call-01582376640-ext-7410@work.hours \
--to=gor@linux.ibm.com \
--cc=borntraeger@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