]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Aug 2025 13:52:28 +0000 (09:52 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Aug 2025 13:52:28 +0000 (09:52 -0400)
commit0f74d9cf52f5f4437c92dd94a3b2ef007450d419
treee8d02968252d2d9f12591a3c91bc311b19dda1f1
parenta69dfb4e0acb22fb6347656626520157948b3aa8
parentd4932a1b148bb6121121e56bad312c4339042d70
Merge tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Borislav Petkov:

 - Fix the GDS mitigation detection on some machines after the recent
   attack vectors conversion

 - Filter out the invalid machine reset reason value -1 when running as
   a guest as in such cases the reason why the machine was rebooted does
   not make a whole lot of sense

 - Init the resource control machinery on Hygon hw in order to avoid a
   division by zero and to actually enable the feature on hw which
   supports it

* tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/bugs: Fix GDS mitigation selecting when mitigation is off
  x86/CPU/AMD: Ignore invalid reset reason value
  x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helper