Re: [RFC 0/4] klp-build: simple OOT module support
Miroslav Benes <[email protected]> Fri, 19 Jun 2026 14:28:12 +0200 (CEST)
| Newsgroups | org.kernel.vger.live-patching |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 12 May 2026, Song Liu wrote: > Hi Joe, > > On Tue, May 12, 2026 at 3:11 PM Joe Lawrence <[email protected]> wrote: > > > > This patchset introduces support for patching basic out-of-tree (OOT) > > modules. The primary motivation is to streamline testing for objtool klp > > diff by providing a flexible and stable environment. > > Thanks for this work! > > I would like to add to the motivation here: > > It is actually useful to livepatch OOT modules in production. > When using kpatch-build, we (Meta) generally do not patch OOT > modules. But there was one case where we had to do it, and it > required quite some manual work. > > If we can make building livepatch for OOT easy, we are likely to > use it regularly in the future. I know I am late, sorry about that, but I also think it is a nice feature to have. Testing would definitely benefit. Miroslav