Revision 9784edd73a08ea08d0ce5606e1f0f729df688c59 authored by Linus Torvalds on 05 June 2022, 17:55:23 UTC, committed by Linus Torvalds on 05 June 2022, 17:55:23 UTC
Pull x86 microcode updates from Thomas Gleixner:

 - Disable late microcode loading by default. Unless the HW people get
   their act together and provide a required minimum version in the
   microcode header for making a halfways informed decision its just
   lottery and broken.

 - Warn and taint the kernel when microcode is loaded late

 - Remove the old unused microcode loader interface

 - Remove a redundant perf callback from the microcode loader

* tag 'x86-microcode-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/microcode: Remove unnecessary perf callback
  x86/microcode: Taint and warn on late loading
  x86/microcode: Default-disable late loading
  x86/microcode: Rip out the OLD_INTERFACE
2 parent s a925128 + 0c0fe08
History
File Mode Size
Kconfig -rw-r--r-- 2.9 KB
Makefile -rw-r--r-- 580 bytes
core-card.c -rw-r--r-- 20.3 KB
core-cdev.c -rw-r--r-- 45.8 KB
core-device.c -rw-r--r-- 33.4 KB
core-iso.c -rw-r--r-- 9.6 KB
core-topology.c -rw-r--r-- 14.2 KB
core-transaction.c -rw-r--r-- 35.8 KB
core.h -rw-r--r-- 7.3 KB
init_ohci1394_dma.c -rw-r--r-- 9.0 KB
net.c -rw-r--r-- 41.7 KB
nosy-user.h -rw-r--r-- 629 bytes
nosy.c -rw-r--r-- 17.1 KB
nosy.h -rw-r--r-- 9.8 KB
ohci.c -rw-r--r-- 105.0 KB
ohci.h -rw-r--r-- 7.0 KB
sbp2.c -rw-r--r-- 45.9 KB

back to top