Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fpu fix from Borislav Petkov:

- Do FPU AP initialization on Xen PV too which got missed by the recent
boot reordering work

* tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86/xen: Fix secondary processors' FPU initialization

+1
+1
arch/x86/xen/smp_pv.c
··· 63 63 cr4_init(); 64 64 cpuhp_ap_sync_alive(); 65 65 cpu_init(); 66 + fpu__init_cpu(); 66 67 touch_softlockup_watchdog(); 67 68 68 69 /* PVH runs in ring 0 and allows us to do native syscalls. Yay! */