Re: [PATCH v2 32/53] klp-build: Remove redundant SRC and OBJ variables
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW6tG20xWmjK9PxeW53ybMF5EL+zu=URpQ=VM4fyBqROWw@mail.gmail.com> |
On Fri, May 1, 2026 at 5:09 AM Josh Poimboeuf <[email protected]> wrote: > > SRC and OBJ are both set to $(pwd) and are always identical. The script > already enforces that klp-build runs from the kernel root directory, and > builds are done in-place, making these variables unnecessary. > > Suggested-by: Song Liu <[email protected]> > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>