Merge branch 'fixes' into features
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 12 Apr 2021 10:45:38 +0000 (12:45 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 12 Apr 2021 10:45:38 +0000 (12:45 +0200)
commit0ee3f73914d93e47bb0146371bc66ca2982970c9
treea93c8c65f92862aa77c7d348bddb0054aa59097e
parent8bc00c04d87ee151fb8fe18ed7e7af8c785843f2
parenta994eddb947ea9ebb7b14d9a1267001699f0a136
Merge branch 'fixes' into features

* fixes:
  s390/entry: save the caller of psw_idle
  s390/entry: avoid setting up backchain in ext|io handlers
  s390/setup: use memblock_free_late() to free old stack
  s390/irq: fix reading of ext_params2 field from lowcore
  s390/unwind: add machine check handler stack
  s390/cpcmd: fix inline assembly register clobbering
  MAINTAINERS: add backups for s390 vfio drivers
  s390/vdso: fix initializing and updating of vdso_data
  s390/vdso: fix tod_steering_delta type
  s390/vdso: copy tod_steering_delta value to vdso_data page

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>