Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Apr 2018 16:04:10 +0000 (09:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 9 Apr 2018 16:04:10 +0000 (09:04 -0700)
Pull s390 updates from Martin Schwidefsky:

 - Improvements for the spectre defense:
    * The spectre related code is consolidated to a single file
      nospec-branch.c
    * Automatic enable/disable for the spectre v2 defenses (expoline vs.
      nobp)
    * Syslog messages for specve v2 are added
    * Enable CONFIG_GENERIC_CPU_VULNERABILITIES and define the attribute
      functions for spectre v1 and v2

 - Add helper macros for assembler alternatives and use them to shorten
   the code in entry.S.

 - Add support for persistent configuration data via the SCLP Store Data
   interface. The H/W interface requires a page table that uses 4K pages
   only, the code to setup such an address space is added as well.

 - Enable virtio GPU emulation in QEMU. To do this the depends
   statements for a few common Kconfig options are modified.

 - Add support for format-3 channel path descriptors and add a binary
   sysfs interface to export the associated utility strings.

 - Add a sysfs attribute to control the IFCC handling in case of
   constant channel errors.

 - The vfio-ccw changes from Cornelia.

 - Bug fixes and cleanups.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (40 commits)
  s390/kvm: improve stack frame constants in entry.S
  s390/lpp: use assembler alternatives for the LPP instruction
  s390/entry.S: use assembler alternatives
  s390: add assembler macros for CPU alternatives
  s390: add sysfs attributes for spectre
  s390: report spectre mitigation via syslog
  s390: add automatic detection of the spectre defense
  s390: move nobp parameter functions to nospec-branch.c
  s390/cio: add util_string sysfs attribute
  s390/chsc: query utility strings via fmt3 channel path descriptor
  s390/cio: rename struct channel_path_desc
  s390/cio: fix unbind of io_subchannel_driver
  s390/qdio: split up CCQ handling for EQBS / SQBS
  s390/qdio: don't retry EQBS after CCQ 96
  s390/qdio: restrict buffer merging to eligible devices
  s390/qdio: don't merge ERROR output buffers
  s390/qdio: simplify math in get_*_buffer_frontier()
  s390/decompressor: trim uncompressed image head during the build
  s390/crypto: Fix kernel crash on aes_s390 module remove.
  s390/defkeymap: fix global init to zero
  ...

1  2 
arch/s390/kernel/entry.S
drivers/s390/block/dasd.c
drivers/s390/net/qeth_core_main.c
drivers/tty/Kconfig
drivers/video/console/Kconfig

Simple merge
Simple merge
Simple merge
Simple merge
index 198574b7dbeff4c9beb7f77b686609f1ab078ff5,b99e719d30c29f694552a584f930f022c3569b2d..4110ba7d7ca9070f783c8e23aa55adca9f1247dc
@@@ -6,9 -6,10 +6,9 @@@ menu "Console display driver support
  
  config VGA_CONSOLE
        bool "VGA text console" if EXPERT || !X86
 -      depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \
 -              !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
 +      depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC &&  !SUPERH && \
                (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
-               !ARM64 && !ARC && !MICROBLAZE && !OPENRISC && !NDS32
 -              !ARM64 && !ARC && !MICROBLAZE && !OPENRISC && HAS_IOMEM && !S390
++              !ARM64 && !ARC && !MICROBLAZE && !OPENRISC && !NDS32 && !S390
        default y
        help
          Saying Y here will allow you to use Linux in text mode through a