Re: [PATCH v3 4/6] livepatch: Add sample livepatch module

2024-08-28 Thread Jeff Johnson
On 8/27/24 05:30, Lukas Hruska wrote: > From: Josh Poimboeuf > > Add a new livepatch sample in samples/livepatch/ to make use of symbols > that must be post-processed to enable load-time relocation resolution. > As the new sample is to be used as an example, it is annotated with > KLP_RELOC_SYMBO

[PATCH v3 4/6] livepatch: Add sample livepatch module

2024-08-27 Thread Lukas Hruska
From: Josh Poimboeuf Add a new livepatch sample in samples/livepatch/ to make use of symbols that must be post-processed to enable load-time relocation resolution. As the new sample is to be used as an example, it is annotated with KLP_RELOC_SYMBOL macro. The livepatch sample updates the functio