Revision e1dbc5a41051d4791160727829903ec5169c7152 authored by Linus Torvalds on 24 August 2018, 16:31:34 UTC, committed by Linus Torvalds on 24 August 2018, 16:31:34 UTC
Pull s390 updates from Martin Schwidefsky:

 - A couple of patches for the zcrypt driver:
     + Add two masks to determine which AP cards and queues are host
       devices, this will be useful for KVM AP device passthrough
     + Add-on patch to improve the parsing of the new apmask and aqmask
     + Some code beautification

 - Second try to reenable the GCC plugins, the first patch set had a
   patch to do this but the merge somehow missed this

 - Remove the s390 specific GCC version check and use the generic one

 - Three patches for kdump, two bug fixes and one cleanup

 - Three patches for the PCI layer, one bug fix and two cleanups

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390: remove gcc version check (4.3 or newer)
  s390/zcrypt: hex string mask improvements for apmask and aqmask.
  s390/zcrypt: AP bus support for alternate driver(s)
  s390/zcrypt: code beautify
  s390/zcrypt: switch return type to bool for ap_instructions_available()
  s390/kdump: Remove kzalloc_panic
  s390/kdump: Fix memleak in nt_vmcoreinfo
  s390/kdump: Make elfcorehdr size calculation ABI compliant
  s390/pci: remove fmb address from debug output
  s390/pci: remove stale rc
  s390/pci: fix out of bounds access during irq setup
  s390/zcrypt: fix ap_instructions_available() returncodes
  s390: reenable gcc plugins for real
2 parent s 40c431a + 4ec8483
History
File Mode Size
auth_gss
xprtrdma
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 643 bytes
addr.c -rw-r--r-- 8.7 KB
auth.c -rw-r--r-- 21.0 KB
auth_generic.c -rw-r--r-- 7.9 KB
auth_null.c -rw-r--r-- 2.7 KB
auth_unix.c -rw-r--r-- 6.0 KB
backchannel_rqst.c -rw-r--r-- 10.8 KB
cache.c -rw-r--r-- 44.2 KB
clnt.c -rw-r--r-- 69.1 KB
debugfs.c -rw-r--r-- 7.7 KB
netns.h -rw-r--r-- 976 bytes
rpc_pipe.c -rw-r--r-- 35.8 KB
rpcb_clnt.c -rw-r--r-- 30.1 KB
sched.c -rw-r--r-- 30.3 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 8.3 KB
sunrpc.h -rw-r--r-- 1.9 KB
sunrpc_syms.c -rw-r--r-- 2.8 KB
svc.c -rw-r--r-- 38.1 KB
svc_xprt.c -rw-r--r-- 37.3 KB
svcauth.c -rw-r--r-- 3.9 KB
svcauth_unix.c -rw-r--r-- 21.0 KB
svcsock.c -rw-r--r-- 41.9 KB
sysctl.c -rw-r--r-- 3.6 KB
timer.c -rw-r--r-- 2.9 KB
xdr.c -rw-r--r-- 40.8 KB
xprt.c -rw-r--r-- 40.2 KB
xprtmultipath.c -rw-r--r-- 12.2 KB
xprtsock.c -rw-r--r-- 87.7 KB

back to top