kpatch/kmod/core
Josh Poimboeuf c36e90e188 kmod/core: fix relocation writes across page boundaries
The integration test suite was intermittently giving the following
error:

  [192685.907072] kpatch: write to 0xffffffffa082bffe failed for symbol call_netdevice_notifiers_info

The error was caused by a write across a page boundary without first
making the second page read/write.
2014-06-26 16:37:05 -05:00
..
core.c kmod/core: fix relocation writes across page boundaries 2014-06-26 16:37:05 -05:00
kpatch.h fix review comments 2014-06-18 12:23:38 -05:00
Makefile kmod/core: check for needed kernel config options 2014-05-02 16:11:55 -05:00