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
hvc
ipwireless
serdev
serial
vt
Kconfig -rw-r--r-- 13.5 KB
Makefile -rw-r--r-- 1.0 KB
amiserial.c -rw-r--r-- 40.3 KB
ehv_bytechan.c -rw-r--r-- 21.8 KB
goldfish.c -rw-r--r-- 12.0 KB
mips_ejtag_fdc.c -rw-r--r-- 35.2 KB
moxa.c -rw-r--r-- 60.5 KB
mxser.c -rw-r--r-- 48.7 KB
n_gsm.c -rw-r--r-- 83.7 KB
n_hdlc.c -rw-r--r-- 22.9 KB
n_null.c -rw-r--r-- 1.3 KB
n_tty.c -rw-r--r-- 62.4 KB
nozomi.c -rw-r--r-- 45.9 KB
pty.c -rw-r--r-- 24.2 KB
rpmsg_tty.c -rw-r--r-- 6.9 KB
synclink_gt.c -rw-r--r-- 128.0 KB
sysrq.c -rw-r--r-- 27.8 KB
tty.h -rw-r--r-- 4.0 KB
tty_audit.c -rw-r--r-- 5.6 KB
tty_baudrate.c -rw-r--r-- 6.1 KB
tty_buffer.c -rw-r--r-- 16.2 KB
tty_io.c -rw-r--r-- 88.5 KB
tty_ioctl.c -rw-r--r-- 22.6 KB
tty_jobctrl.c -rw-r--r-- 14.6 KB
tty_ldisc.c -rw-r--r-- 20.8 KB
tty_ldsem.c -rw-r--r-- 10.5 KB
tty_mutex.c -rw-r--r-- 1.2 KB
tty_port.c -rw-r--r-- 21.0 KB
ttynull.c -rw-r--r-- 2.3 KB
vcc.c -rw-r--r-- 22.1 KB

back to top