kpatch/test
Julien Thierry c1caee1468 create-diff-object: Ignore kpatch_ignored functions/sections missing ftrace hook
Some theoretically unchanged functions can have undesired changes if the
compiler decides to perform inlining in a different way (e.g. because of
newly added references). In such a case, it can be useful to discard
changes to functions that don't actually need modification.

Sadly, this currently doesn't work for functions missing the ftrace hook
(e.g. notrace code) as presence of the hook is checked before
identifying elements to ignore.

Look for functions/sections to ignore earlier.

Signed-off-by: Julien Thierry <jthierry@redhat.com>
2020-04-23 08:22:50 +01:00
..
integration test/integration: improve module integration test 2020-04-14 16:46:03 -05:00
unit create-diff-object: Ignore kpatch_ignored functions/sections missing ftrace hook 2020-04-23 08:22:50 +01:00
difftree.sh test: use readelf instead of eu-readelf 2019-05-30 17:45:44 +08:00
test-functions.sh test/unit: add a library for common functions 2018-04-20 08:16:20 -05:00