From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 From: gerben@altlinux.org To: devel-kernel@lists.altlinux.org Date: Thu, 3 Oct 2024 15:29:08 +0300 Message-ID: <20241003123101.1664531-2-gerben@altlinux.org> X-Mailer: git-send-email 2.42.2 In-Reply-To: <20241003123101.1664531-1-gerben@altlinux.org> References: <20241003123101.1664531-1-gerben@altlinux.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [d-kernel] [PATCH] config: unset CONFIG_TRACE_ROUTER and CONFIG_TRACE_SINK X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2024 12:31:07 -0000 Archived-At: List-Archive: List-Post: From: Denis Rastyogin 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