Re: [PATCH v1 0/5] livepatch: klp-convert tool - Minimal version

2024-04-11 Thread Lukas Hruska
Hi, > > Do we have anything that blocks klp-convert-mini to be merged, or something > > that > > needs to be fixed? > > there is feedback from Petr and I agree with him that a selftest would be > appropriate. > > Lukas, are you planning to send v2 with everything addressed? Yes, I definitely

Re: [PATCH v1 0/5] livepatch: klp-convert tool - Minimal version

2024-04-10 Thread Miroslav Benes
Hi, > > Summary of changes in this minimal version > > > > > > - rebase for v6.5 > > - cleaned-up SoB chains (suggested by pmladek) > > - klp-convert: remove the symbol map auto-resolving solution > > - klp-convert: add macro for flagging variables inside a LP src to be

Re: [PATCH v1 0/5] livepatch: klp-convert tool - Minimal version

2024-04-10 Thread Marcos Paulo de Souza
On Mon, 6 Nov 2023 17:25:08 +0100 Lukas Hruska wrote: > Summary > --- > > This is a significantly simplified version of the original klp-convert tool. > The klp-convert code has never got a proper review and also clean ups > were not easy. The last version was v7, see > https://lore.kerne

[PATCH v1 0/5] livepatch: klp-convert tool - Minimal version

2023-11-06 Thread Lukas Hruska
Summary --- This is a significantly simplified version of the original klp-convert tool. The klp-convert code has never got a proper review and also clean ups were not easy. The last version was v7, see https://lore.kernel.org/r/20230306140824.3858543-1-joe.lawre...@redhat.com The main chan