From bf290681ef08f4037625ee38b3dfe16ed912272e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 19 Jun 2025 10:20:03 +0200 Subject: [PATCH] add nolibc to the ignore_list --- ignore_list | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ignore_list b/ignore_list index 59ae20103a1..afe9bbf8496 100644 --- a/ignore_list +++ b/ignore_list @@ -42,3 +42,7 @@ fs/xfs/ # Input drivers drivers/input/* + +# nolibc +tools/include/nolibc/* +tools/testing/selftests/nolibc/* -- 2.47.2