This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 702c31e8564c Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/lin [...] new bf2f1eeed0b5 s390: add unreachable() to dump_fault_info() to fix -Wmayb [...] new d83623c5eab2 s390: mark __cpacf_check_opcode() and cpacf_query_func() a [...] new 1354b38b3ddf s390/pci: fix struct definition for set PCI function new dcd33b23c9f3 s390/pci: fix assignment of bus resources new 7379e652797c s390/zcrypt: Fix wrong dispatching for control domain CPRBs new bef9f0ba300a s390/crypto: fix gcm-aes-s390 selftest failures new 1c2c7029c008 s390/crypto: fix possible sleep during spinlock aquired new 2850ef62e13e MAINTAINERS: Farewell Martin Schwidefsky new 674459be1169 MAINTAINERS: add Vasily Gorbik and Christian Borntraeger for s390 new 27a03b1a71b9 Merge tag 's390-5.2-3' of git://git.kernel.org/pub/scm/lin [...] new 41349672e3cb xen/pvcalls: Remove set but not used variable new d10e0cc113c9 xenbus: Avoid deadlock during suspend due to open transactions new 8164c5719b86 Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org [...] new 558b523d4628 x86/ima: Check EFI_RUNTIME_SERVICES before using new f40019475bbb ima: fix wrong signed policy requirement when not appraising new 221be106d75c evm: check hash algorithm passed to init_desc() new 8cdc23a3d9ec ima: show rules with IMA_INMASK correctly new d266b3f5cac0 Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.o [...]
The 18 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: CREDITS | 8 ++ MAINTAINERS | 6 +- arch/s390/crypto/aes_s390.c | 156 ++++++++++++++++++++++--------- arch/s390/crypto/des_s390.c | 7 +- arch/s390/include/asm/ap.h | 4 +- arch/s390/include/asm/cpacf.h | 4 +- arch/s390/include/asm/pci_clp.h | 25 +++-- arch/s390/mm/fault.c | 4 +- arch/s390/pci/pci.c | 5 +- arch/s390/pci/pci_clp.c | 6 +- arch/x86/kernel/ima_arch.c | 5 + drivers/s390/crypto/ap_bus.c | 26 +++++- drivers/s390/crypto/ap_bus.h | 3 + drivers/s390/crypto/zcrypt_api.c | 17 +++- drivers/xen/pvcalls-front.c | 4 - drivers/xen/xenbus/xenbus.h | 3 + drivers/xen/xenbus/xenbus_dev_frontend.c | 18 ++++ drivers/xen/xenbus/xenbus_xs.c | 7 +- security/integrity/evm/evm_crypto.c | 3 + security/integrity/ima/ima_policy.c | 28 +++--- 20 files changed, 245 insertions(+), 94 deletions(-)