]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Mar 2019 15:35:32 +0000 (08:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Mar 2019 15:35:32 +0000 (08:35 -0700)
commitbfed6d0ffc8dba002312c2641c00ecd3bf9f9cbf
treed61f5fcd8d11f03c89ed3be58eaf13f0eb06c75b
parent97c41a6bdce506bad1cce623378656a5cb956a18
parentb6ffdf27f3d4f1e9af56effe6f86989170d71e95
Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Martin Schwidefsky:
 "Improvements and bug fixes for 5.1-rc2:

   - Fix early free of the channel program in vfio

   - On AP device removal make sure that all messages are flushed with
     the driver still attached that queued the message

   - Limit brk randomization to 32MB to reduce the chance that the heap
     of ld.so is placed after the main stack

   - Add a rolling average for the steal time of a CPU, this will be
     needed for KVM to decide when to do busy waiting

   - Fix a warning in the CPU-MF code

   - Add a notification handler for AP configuration change to react
     faster to new AP devices"

* tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/cpumf: Fix warning from check_processor_id
  zcrypt: handle AP Info notification from CHSC SEI command
  vfio: ccw: only free cp on final interrupt
  s390/vtime: steal time exponential moving average
  s390/zcrypt: revisit ap device remove procedure
  s390: limit brk randomization to 32MB
arch/s390/kernel/smp.c
drivers/s390/cio/chsc.c