Linux/linux 01d1dffarch/s390 Kconfig Makefile, arch/s390/boot startup.c

Merge tag 's390-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull more s390 updates from Vasily Gorbik:

 - Make stack unwinder reliable and suitable for livepatching. Add
   unwinder testing module.

 - Fixes for CALL_ON_STACK helper used for stack switching.

 - Fix unwinding from bpf code.

 - Fix getcpu and remove compat support in vdso code.

 - Fix address space control registers initialization.

 - Save KASLR offset for early dumps.

 - Handle new FILTERED_BY_HYPERVISOR reply code in crypto code.

 - Minor perf code cleanup and potential memory leak fix.

 - Add couple of error messages for corner cases during PCI device
   creation.

* tag 's390-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (33 commits)
  s390: remove compat vdso code
  s390/livepatch: Implement reliable stack tracing for the consistency model
  s390/unwind: add stack pointer alignment sanity checks
  s390/unwind: filter out unreliable bogus %r14
  s390/unwind: start unwinding from reliable state
  s390/test_unwind: add program check context tests
  s390/test_unwind: add irq context tests
  s390/test_unwind: print verbose unwinding results
  s390/test_unwind: add CALL_ON_STACK tests
  s390: fix register clobbering in CALL_ON_STACK
  s390/test_unwind: require that unwinding ended successfully
  s390/unwind: add a test for the internal API
  s390/unwind: always inline get_stack_pointer
  s390/pci: add error message on device number limit
  s390/pci: add error message for UID collision
  s390/cpum_sf: Check for SDBT and SDB consistency
  s390/cpum_sf: Use TEAR_REG macro consistantly
  s390/cpum_sf: Remove unnecessary check for pending SDBs
  s390/cpum_sf: Replace function name in debug statements
  s390/kaslr: store KASLR offset for early dumps
  ...
DeltaFile
+347-0arch/s390/lib/test_unwind.c
+0-179arch/s390/kernel/vdso32/clock_gettime.S
+0-142arch/s390/kernel/vdso32/vdso32.lds.S
+73-63arch/s390/kernel/perf_cpum_sf.c
+0-103arch/s390/kernel/vdso32/gettimeofday.S
+51-29arch/s390/kernel/unwind_bc.c
+0-66arch/s390/kernel/vdso32/Makefile
+0-44arch/s390/kernel/vdso32/clock_getres.S
+43-0arch/s390/kernel/stacktrace.c
+3-39arch/s390/kernel/vdso.c
+30-6arch/s390/include/asm/stacktrace.h
+0-33arch/s390/kernel/vdso32/getcpu.S
+15-3arch/s390/Kconfig
+0-15arch/s390/kernel/vdso32/vdso32_wrapper.S
+0-13arch/s390/kernel/vdso32/note.S
+11-2arch/s390/include/asm/vdso.h
+9-3arch/s390/mm/maccess.c
+1-8arch/s390/kernel/setup.c
+4-4arch/s390/include/asm/unwind.h
+6-1arch/s390/kernel/smp.c
+4-3arch/s390/kernel/dumpstack.c
+7-0arch/s390/include/asm/perf_event.h
+5-0arch/s390/pci/pci.c
+5-0arch/s390/boot/startup.c
+1-3arch/s390/kernel/vdso64/getcpu.S
+3-1arch/s390/kernel/machine_kexec.c
+1-2arch/s390/kernel/asm-offsets.c
+3-0arch/s390/lib/Makefile
+1-1arch/s390/kernel/head64.S
+2-0drivers/s390/crypto/zcrypt_error.h
+1-1arch/s390/include/asm/cpu_mf.h
+1-1arch/s390/include/asm/processor.h
+0-1arch/s390/kernel/vdso32/.gitignore
+0-1arch/s390/Makefile
+0-1arch/s390/kernel/Makefile
+627-76835 files

UnifiedSplitRaw