• Linus Torvalds's avatar
    Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux · aabfea8d
    Linus Torvalds authored
    Pull more s390 updates from Vasily Gorbik:
    
     - Fix integer overflow during stack frame unwind with invalid
       backchain.
    
     - Cleanup unused symbol export in zcrypt code.
    
     - Fix MIO addressing control activation in PCI code and expose its
       usage via sysfs.
    
     - Fix kernel image signature verification report presence detection.
    
     - Fix irq registration in vfio-ap code.
    
     - Add CPU measurement counters for newer machines.
    
     - Add base DASD thin provisioning support and code cleanups.
    
    * tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (21 commits)
      s390/unwind: avoid int overflow in outside_of_stack
      s390/zcrypt: remove the exporting of ap_query_configuration
      s390/pci: add mio_enabled attribute
      s390: fix setting of mio addressing control
      s390/ipl: Fix detection of has_secure attribute
      s390: vfio-ap: fix irq registration
      s390/cpumf: Add extended counter set definitions for model 8561 and 8562
      s390/dasd: Handle out-of-space constraint
      s390/dasd: Add discard support for ESE volumes
      s390/dasd: Use ALIGN_DOWN macro
      s390/dasd: Make dasd_setup_queue() a discipline function
      s390/dasd: Add new ioctl to release space
      s390/dasd: Add dasd_sleep_on_queue_interruptible()
      s390/dasd: Add missing intensity definition
      s390/dasd: Fix whitespace
      s390/dasd: Add dynamic formatting support for ESE volumes
      s390/dasd: Recognise data for ESE volumes
      s390/dasd: Put sub-order definitions in a separate section
      s390/dasd: Make layout analysis ESE compatible
      s390/dasd: Remove old defines and function
      ...
    aabfea8d
vfio_ap_ops.c 34.2 KB