Re: [PATCH v2 32/53] klp-build: Remove redundant SRC and OBJ variables
Miroslav Benes <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <177798039058.9921.15977854439225629333.b4-review@b4> |
On Thu, 30 Apr 2026 21:08:20 -0700, 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. Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav