mirror of
https://github.com/dynup/kpatch
synced 2024-12-11 16:04:40 +00:00
6b7d576341
In preparation for dynamic symbol linking, the symbol lookup logic is going to move into create-diff-obj anyway. We might as well minimize the code duplication and pull this into create-diff-obj. This avoids having to re-parse the ELF file modify it in-place. Signed-off-by: Seth Jennings <sjenning@redhat.com> Conflicts: kpatch-build/kpatch-build
17 lines
244 B
Plaintext
17 lines
244 B
Plaintext
*.o
|
|
*.o.cmd
|
|
*.o.d
|
|
*.ko
|
|
*.ko.cmd
|
|
*.mod.c
|
|
*.swp
|
|
.tmp_versions
|
|
Module.symvers
|
|
kpatch-build/lookup.o
|
|
kpatch-build/lookup
|
|
kpatch-build/create-diff-object
|
|
kpatch-build/link-vmlinux-syms
|
|
man/kpatch.1.gz
|
|
man/kpatch-build.1.gz
|
|
test/integration/test.log
|