mirror of
https://github.com/dynup/kpatch
synced 2025-03-08 03:38:00 +00:00
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> |
||
---|---|---|
.. | ||
integration | ||
unit | ||
difftree.sh | ||
test-functions.sh |