You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
This patch probably won't work anyway because it patches a system call function, which is a known limitation of kpatch. But it gave me an unexpected error:
[master] ~/git/kpatch $ kpatch-build/kpatch-build -t vmlinux ~/aio.patch
Using cache at /home/jpoimboe/.kpatch/src
Testing patch file
checking file fs/aio.c
Building original kernel
Building patched kernel
Extracting new and modified ELF sections
aio.o: changed function: SyS_io_cancel
aio.o: found hook: kpatch_unload_aio_max_nr
aio.o: found hook: kpatch_load_aio_max_nr
/home/jpoimboe/git/kpatch/kpatch-build/create-diff-object: kpatch_create_dynamic_rela_sections: 2090: lookup_local_symbol .LC1 (aio.c) needed for __bug_table
ERROR: kpatch build failed. Check /tmp/kpatch-build-1407945223.log for more details.
The text was updated successfully, but these errors were encountered:
This patch probably won't work anyway because it patches a system call function, which is a known limitation of kpatch. But it gave me an unexpected error:
The text was updated successfully, but these errors were encountered: