]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
livepatch/klp-build: add Makefile with check target
authorJoe Lawrence <joe.lawrence@redhat.com>
Tue, 10 Mar 2026 20:37:45 +0000 (16:37 -0400)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Mon, 16 Mar 2026 19:46:48 +0000 (12:46 -0700)
commit0573bcc4ffca498a6c644b0e1ccbe1a6d9b96a5c
treeffc15a80245a5a1c0cd276a293ea5e3e98caacfd
parente4dbf70615e52255de3ff943ac08e0bbd080dcd6
livepatch/klp-build: add Makefile with check target

Add a standalone Makefile with a 'check' target that runs static code
analysis (shellcheck) on the klp-build script(s).  This is intended
strictly as a development aid.

Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
Link: https://patch.msgid.link/20260310203751.1479229-7-joe.lawrence@redhat.com
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
scripts/livepatch/Makefile [new file with mode: 0644]