Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix patches not detecting libcrypto as livepatchable #161

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

giulianobelinassi
Copy link
Collaborator

libcrypto.so.1.1 required to read around 200 symbols in order for patch to detect it as a livepatchable library. Hence we bump the number of symbols to read from 64 to 8000. This value of 8000 is found by analyzing all libraries found in /usr/lib64 and its subfolders for how many symbols it would need to be read in order to decide if the library is livepatchable.

Workarround #159

libcrypto.so.1.1 required to read around 200 symbols in order for
`patch` to detect it as a livepatchable library.  Hence we bump
the number of symbols to read from 64 to 8000.  This value of 8000 is
found by analyzing all libraries found in /usr/lib64 and its subfolders
for how many symbols it would need to be read in order to decide if
the library is livepatchable.

Workarround SUSE#159

Signed-off-by: Giuliano Belinassi <[email protected]>
@giulianobelinassi giulianobelinassi merged commit a208967 into SUSE:master Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant