On Thu, Aug 17, 2017 at 04:36:00PM +0200, Juerg Haefliger wrote: > I'm trying to grok the find_kobj function. Am I assuming correctly > that it tries to find which module (or vmlinux) was recompiled as a > result of the applied patch? So KOBJFILE is always either vmlinux or a > .ko?
find_kobj takes a (changed) .o file as an argument and finds the .ko (or vmlinux) which the .o file eventually ends up linked into. So yes, KOBJFILE will either be vmlinux or a .ko. -- Josh _______________________________________________ kpatch mailing list [email protected] https://www.redhat.com/mailman/listinfo/kpatch
