All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] s390 updates for 5.6-rc3
@ 2020-02-22 13:04 Vasily Gorbik
  2020-02-22 19:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Vasily Gorbik @ 2020-02-22 13:04 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Heiko Carstens, Christian Borntraeger, linux-kernel, linux-s390

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(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] s390 updates for 5.6-rc3
  2020-02-22 13:04 [GIT PULL] s390 updates for 5.6-rc3 Vasily Gorbik
@ 2020-02-22 19:45 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-02-22 19:45 UTC (permalink / raw)
  To: Vasily Gorbik
  Cc: Linus Torvalds, Heiko Carstens, Christian Borntraeger,
	linux-kernel, linux-s390

The pull request you sent on Sat, 22 Feb 2020 14:04:00 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-5.6-4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/591dd4c10146e541b9f7a461cb6b638ab313718d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-22 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-22 13:04 [GIT PULL] s390 updates for 5.6-rc3 Vasily Gorbik
2020-02-22 19:45 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.