kpatch/test/unit
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
..
objs@42df5fbc85 create-diff-object: Ignore kpatch_ignored functions/sections missing ftrace hook 2020-04-23 08:22:50 +01:00
Makefile test/unit: Don't automatically rebase submodule 2019-07-15 18:49:00 -05:00
Makefile.include Merge pull request #1006 from sm00th/unit_fail 2019-07-24 09:58:14 -05:00