On Wed, Feb 25, 2026 at 04:54:36PM -0800, Song Liu wrote:
> Add selftests for the klp-build toolchain. This includes kernel side test
> code and .patch files. The tests cover both livepatch to vmlinux and kernel
> modules.
>
> Check tools/testing/selftests/livepatch/test_patches/README for
> instructions to run these tests.
>
> Signed-off-by: Song Liu <[email protected]>
This patch has some whitespace errors:
/tmp/a:505: space before tab in indent.
int i, sum = x;
/tmp/a:506: trailing whitespace.
/tmp/a:507: space before tab in indent.
for (i = 0; i < len; i++)
/tmp/a:510: space before tab in indent.
if (sum > 1000)
/tmp/a:511: space before tab in indent.
sum = 0;
warning: squelched 28 whitespace errors
warning: 33 lines add whitespace errors.
--
Josh