Re: [PATCH] selftests: Fix Makefile to run targets even the ones in SKIP_TARGETS
From: David Hunter
Date: Mon Sep 22 2025 - 18:57:36 EST
On 9/20/25 00:19, I Viswanath wrote:
> Signed-off-by: I Viswanath <viswanathiyyappan@xxxxxxxxx>
> ---
> make --silent summary=1 TARGETS="bpf size" kselftest
>
> make[3]: Entering directory '/home/user/kernel-dev/linux-next/tools/testing/selftests/bpf'
>
> Auto-detecting system features:
> ... llvm: [ OFF ]
>
Hi Viswaneth,
After the "---" usually the change log is placed. The change log
contains the changes from version 1. Also if this is a version 2 patch,
it is best to note it in the subject line. The v2 helps people keep up
with which patch is the most recent.
Thanks,
David Hunter