[PATCH 3/3] PR4886: Check build-id in module_init function if able.
Roland McGrath
roland@redhat.com
Wed Oct 1 21:44:00 GMT 2008
> I'm not sure when the build-id is updated, but interested in your
> enhancement. :-)
> If I'm using an out-of-tree driver, is build-id updated when I updated
> the driver's source code but didn't change running kernel?
> In other words, would each driver have its build-id which is different
> from other drivers and kernel?
Yes, every non-identical build of a .ko file should result in a distinct
build ID embedded in that .ko file. Only if you rebuild the same code to
get the same binary should get you the same build ID. (The build IDs of
the related kernel or of other .ko's have nothing to do with this.)
Thanks,
Roland
More information about the Systemtap
mailing list