mirror of
https://github.com/dynup/kpatch
synced 2025-04-11 03:31:20 +00:00
Calling __flush_tlb_local() may result in a kernel warning: STATIC_NOPV void native_flush_tlb_local(void) { /* * Preemption or interrupts must be disabled to protect the access * to the per CPU variable and to prevent being preempted between * read_cr3() and write_cr3(). */ WARN_ON_ONCE(preemptible()); so use another paravirt call like slow_down_io() instead. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> |
||
---|---|---|
.. | ||
data-new-LOADED.test | ||
data-new.patch | ||
gcc-static-local-var-6.patch | ||
macro-callbacks.patch | ||
module-LOADED.test | ||
module.patch | ||
multiple.test | ||
new-function.patch | ||
new-globals.patch | ||
shadow-newpid-LOADED.test | ||
shadow-newpid.patch | ||
special-static.patch | ||
symvers-disagreement-FAIL.patch | ||
syscall-LOADED.test | ||
syscall.patch | ||
warn-detect-FAIL.patch |