kpatch/test/integration
Josh Poimboeuf 401680a7c9 create-diff-object: tracepoint & jump label fixes
The current approach of trying to include the tracepoint-related
sections doesn't work at all.  The new tracepoints don't show up in
"perf list".

And also, with one patch (issue #219) I've seen a panic in
jump_label_del_module().  I suspect it's because the kernel is confused
by dynamic relocations' changing of the jump table after it was
registered with the jump table code.

I think the best approach for now is to just always exclude these
sections.  It should be harmless, with the only consequence being that
tracepoints and jump labels can't be enabled in patched functions (which
is already the case with the current code anyway).

Fixes #221.
2014-05-30 15:20:08 -05:00
..
.gitignore test: add much quicker combined test option 2014-05-27 09:40:24 -05:00
bug-table-section.patch test: add basic tests for special sections 2014-05-15 17:14:25 -05:00
cmdline-string-LOADED.test test: add cmdline-string test 2014-05-05 16:05:00 -05:00
cmdline-string.patch test: add cmdline-string test 2014-05-05 16:05:00 -05:00
data-read-mostly.patch create-diff-object: tracepoint & jump label fixes 2014-05-30 15:20:08 -05:00
fixup-section.patch create-diff-object: support fixup and related sections 2014-05-27 12:47:45 -05:00
kpatch-test test: add much quicker combined test option 2014-05-27 09:40:24 -05:00
Makefile test: add much quicker combined test option 2014-05-27 09:40:24 -05:00
meminfo-cmdline-LOADED.test test: add meminfo-cmdline test 2014-05-05 16:05:00 -05:00
meminfo-cmdline.patch test: add meminfo-cmdline test 2014-05-05 16:05:00 -05:00
meminfo-init2-FAIL.patch test: make .init sections can't be changed 2014-05-05 17:05:49 -05:00
meminfo-init-FAIL.patch test: make .init sections can't be changed 2014-05-05 17:05:49 -05:00
meminfo-string-LOADED.test create integration test framework 2014-04-26 16:23:05 -05:00
meminfo-string.patch create integration test framework 2014-04-26 16:23:05 -05:00
multiple.test test: add test for loading multiple modules 2014-05-05 20:03:57 -05:00
parainstructions-section.patch test: add basic tests for special sections 2014-05-15 17:14:25 -05:00
replace.test test: add custom test for kpatch replace 2014-05-05 17:05:44 -05:00
smp-locks-section.patch test: add basic tests for special sections 2014-05-15 17:14:25 -05:00
tracepoints-section.patch create-diff-object: support tracepoints and related sections 2014-05-27 12:47:45 -05:00