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.2 KB
Makefile -rw-r--r-- 544 bytes
mtk_rpmsg.c -rw-r--r-- 10.4 KB
qcom_glink_native.c -rw-r--r-- 44.5 KB
qcom_glink_native.h -rw-r--r-- 1017 bytes
qcom_glink_rpm.c -rw-r--r-- 7.9 KB
qcom_glink_smem.c -rw-r--r-- 6.9 KB
qcom_glink_ssr.c -rw-r--r-- 4.1 KB
qcom_smd.c -rw-r--r-- 41.0 KB
rpmsg_char.c -rw-r--r-- 11.9 KB
rpmsg_char.h -rw-r--r-- 1.3 KB
rpmsg_core.c -rw-r--r-- 19.7 KB
rpmsg_ctrl.c -rw-r--r-- 5.8 KB
rpmsg_internal.h -rw-r--r-- 3.8 KB
rpmsg_ns.c -rw-r--r-- 3.2 KB
virtio_rpmsg_bus.c -rw-r--r-- 30.4 KB

back to top