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 'for-linus-6.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen fix from Juergen Gross:
"Just a single patch fixing a sparse warning"

* tag 'for-linus-6.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
x86/xen: Fix sparse warning in enlighten_pv.c

+1 -1
+1 -1
arch/x86/xen/enlighten_pv.c
··· 108 108 * calls. 109 109 */ 110 110 DEFINE_PER_CPU(bool, xen_in_preemptible_hcall); 111 - EXPORT_SYMBOL_GPL(xen_in_preemptible_hcall); 111 + EXPORT_PER_CPU_SYMBOL_GPL(xen_in_preemptible_hcall); 112 112 113 113 /* 114 114 * In case of scheduling the flag must be cleared and restored after