kpatch/test/integration/linux-5.18.0
Joe Lawrence 8aa91803be test/integration: tweak paravirt call in module.patch
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>
2022-06-16 11:06:10 -04:00
..
data-new-LOADED.test test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
data-new.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
gcc-static-local-var-6.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
macro-callbacks.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
module-LOADED.test test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
module.patch test/integration: tweak paravirt call in module.patch 2022-06-16 11:06:10 -04:00
multiple.test test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
new-function.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
new-globals.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
shadow-newpid-LOADED.test test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
shadow-newpid.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
special-static.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
symvers-disagreement-FAIL.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
syscall-LOADED.test test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
syscall.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00
warn-detect-FAIL.patch test/integration: add upstream 5.18.0 patches 2022-06-16 11:06:07 -04:00