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
Livepatch metadata is embeded on the ELF file on the .ulp section.
Currently we do this on ulp side so we do not depend on libelf, but we should actually do this on libpulp.so side, as it would help us catch some bugs.
The text was updated successfully, but these errors were encountered:
Livepatch metadata is embeded on the ELF file on the .ulp section.
Currently we do this on ulp side so we do not depend on libelf, but we should actually do this on libpulp.so side, as it would help us catch some bugs.
The text was updated successfully, but these errors were encountered: