You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The find-debuginfo.diff hack is meant to stop CTF information being
stripped out of the kernel modules. However, after the CTF decoupling
work in bug 27124490, this hack serves no purpose: CTF is normally found
in a separate archive file, is only built into modules when the modules
are out-of-tree, and the in-kernel-tree kernel-uek.spec is not used by
out-of-tree modules in any case.
So the patch can simply be removed, with all its potential for
occasional failure. (Out-of-tree module authors will still have to do
something similar to ensure their CTF is not lost, if they contribute
types that they would like DTrace to be able to see: but this was true
before this patch was removed and will still be true afterwards.)
Orabug: 29043023
Signed-off-by: Nick Alcock <[email protected]>
Reviewed-by: Victor Erminpour <[email protected]>
0 commit comments