Hi,

I just wanted to gently follow up to see if you had a chance to review this patch. Please let me know if there is anything I can clarify or improve.

Thanks!

On 2/10/26 7:51 PM, Aleksei Oladko wrote:
The sched kselftest Makefile adds -Wl,-rpath=./ to the linker flags.
This rpath is not required, as the test binaries do not rely on shared
libraries from the build directory.

Signed-off-by: Aleksei Oladko <[email protected]>
---
  tools/testing/selftests/sched/Makefile | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/testing/selftests/sched/Makefile 
b/tools/testing/selftests/sched/Makefile
index 099ee9213557..0e4581ded9d6 100644
--- a/tools/testing/selftests/sched/Makefile
+++ b/tools/testing/selftests/sched/Makefile
@@ -4,8 +4,7 @@ ifneq ($(shell $(CC) --version 2>&1 | head -n 1 | grep clang),)
  CLANG_FLAGS += -no-integrated-as
  endif
-CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) -Wl,-rpath=./ \
-         $(CLANG_FLAGS)
+CFLAGS += -O2 -Wall -g -I./ $(KHDR_INCLUDES) $(CLANG_FLAGS)
  LDLIBS += -lpthread
TEST_GEN_FILES := cs_prctl_test

Reply via email to