]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Jun 2019 03:19:17 +0000 (11:19 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 Jun 2019 03:19:17 +0000 (11:19 +0800)
commit1898f9df9fe9ca3b11838e8c785c0faf61a5b481
tree867c17795b2d2b3e154ec5a742ed26ae1ec6dc96
parent8a29b384f26cca78d09d445f3a76c50c0f0e8cf6
parent194ac7812e2cceba298a7c91abe716c3697e3f2b
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull SMP fixes from Thomas Gleixner:
 "Two small changes for the cpu hotplug code:

   - Prevent out of bounds access which actually might crash the machine
     caused by a missing bounds check in the fail injection code

   - Warn about unsupported migitation mode command line arguments to
     make people aware that they typoed the paramater. Not necessarily a
     fix but quite some people tripped over that"

* 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  cpu/hotplug: Fix out-of-bounds read when setting fail state
  cpu/speculation: Warn on unsupported mitigations= parameter