public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
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.18 merge window
Date: Tue, 5 Jun 2018 08:34:07 +0200	[thread overview]
Message-ID: <20180605083407.75d14c96@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:

 - A rework for the s390 arch random code, the TRNG instruction is rather
   slow and should not be used on the interrupt path

 - A fix for a memory leak in the zcrypt driver

 - Changes to the early boot code to add a compile time check for code that
   may not use the .bss section, with the goal to avoid initrd corruptions

 - Add an interface to get the physical network ID (pnetid), this is
   useful to group network devices that are attached to the same network

 - Some cleanup for the linker script

 - Some code improvement for the dasd driver

 - Two fixes for the perf sampling support


Harald Freudenberger (2):
      s390/archrandom: Rework arch random implementation.
      s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.

Heiko Carstens (3):
      s390/early: get rid of memmove_early
      s390/early: get rid of #ifdef CONFIG_BLK_DEV_INITRD
      s390/early: move functions which may not access bss section to extra file

Martin Schwidefsky (1):
      s390: remove closung punctuation from spectre messages

Masahiro Yamada (1):
      s390: remove no-op macro VMLINUX_SYMBOL()

Sebastian Ott (3):
      s390/cio: add helper to query utility strings per given ccw device
      s390/cio: add test for ccwgroup device
      s390/dasd: simplify locking in dasd_times_out

Thomas Richter (2):
      perf: fix invalid bit in diagnostic entry
      s390/cpum_sf: Add data entry sizes to sampling trailer entry

Ursula Braun (1):
      s390/net: add pnetid support

Vasily Gorbik (1):
      s390: introduce compile time check for empty .bss section

 arch/s390/Kconfig                     |   4 ++
 arch/s390/crypto/arch_random.c        | 103 ++++++++++++++++++++++++++++++++--
 arch/s390/include/asm/archrandom.h    |  13 +----
 arch/s390/include/asm/ccwdev.h        |   1 +
 arch/s390/include/asm/ccwgroup.h      |  10 ++++
 arch/s390/include/asm/cpu_mf.h        |   6 +-
 arch/s390/include/asm/pnet.h          |  23 ++++++++
 arch/s390/kernel/Makefile             |  27 +++++----
 arch/s390/kernel/early.c              |  80 --------------------------
 arch/s390/kernel/early_nobss.c        |  65 +++++++++++++++++++++
 arch/s390/kernel/entry.h              |   1 +
 arch/s390/kernel/head64.S             |   8 ++-
 arch/s390/kernel/nospec-branch.c      |   4 +-
 arch/s390/kernel/vmlinux.lds.S        |   4 +-
 arch/s390/lib/Makefile                |   3 +
 arch/s390/net/Makefile                |   1 +
 arch/s390/net/pnet.c                  |  80 ++++++++++++++++++++++++++
 arch/s390/scripts/Makefile.chkbss     |  14 +++++
 drivers/s390/block/dasd.c             |  31 +++++-----
 drivers/s390/char/Makefile            |   3 +
 drivers/s390/cio/ccwgroup.c           |   6 ++
 drivers/s390/cio/device_ops.c         |  31 ++++++++++
 drivers/s390/crypto/ap_bus.h          |  17 ++++--
 drivers/s390/crypto/zcrypt_api.c      |  15 ++++-
 drivers/s390/crypto/zcrypt_msgtype6.c |  51 +++++++----------
 25 files changed, 435 insertions(+), 166 deletions(-)
 create mode 100644 arch/s390/include/asm/pnet.h
 create mode 100644 arch/s390/kernel/early_nobss.c
 create mode 100644 arch/s390/net/pnet.c
 create mode 100644 arch/s390/scripts/Makefile.chkbss

                 reply	other threads:[~2018-06-05  6:34 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=20180605083407.75d14c96@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