[d-kernel] [PATCH] config: unset CONFIG_TRACE_ROUTER and CONFIG_TRACE_SINK

gerben на altlinux.org gerben на altlinux.org
Чт Окт 3 15:29:08 MSK 2024


From: Denis Rastyogin <gerben на altlinux.org>

Disable n_tracerouter in the config because of it's unsupported, unused and obsolete.
It occurs different false positive errors during kernel's fuzzing, for example:
various 'possible deadlocks'.

It has already been removed from upstream in the commit bacc2a4ee89f [1].

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8ba59e9dee31246fc34b4d4bec032093e9c06510
---
 config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config b/config
index 7d191141a01c7..42f86715f9b75 100644
--- a/config
+++ b/config
@@ -4350,8 +4350,8 @@ CONFIG_N_HDLC=m
 CONFIG_N_GSM=m
 CONFIG_NOZOMI=m
 CONFIG_NULL_TTY=m
-CONFIG_TRACE_ROUTER=m
-CONFIG_TRACE_SINK=m
+# CONFIG_TRACE_ROUTER=m is not set
+# CONFIG_TRACE_SINK=m is not set
 CONFIG_HVC_DRIVER=y
 CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
-- 
2.42.2



Подробная информация о списке рассылки devel-kernel