From da0caf9dc226477a8de2ac40bdd28108c8a3a3b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 17 Apr 2024 10:52:11 +0200 Subject: [PATCH] config: disable CONFIG_N_GSM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rather exotic driver with frequent security issues over the past months, see - CVE-2023-6546 - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=67c37756898a - https://lore.kernel.org/all/DB9PR10MB5881D2170678C169FB42A423E0082@DB9PR10MB5881.EURPRD10.PROD.OUTLOOK.COM/ Signed-off-by: Fabian Grünbichler --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 2718672..f19a5b8 100755 --- a/debian/rules +++ b/debian/rules @@ -102,6 +102,7 @@ PMX_CONFIG_OPTS= \ -e CONFIG_ARCH_HAS_CPU_FINALIZE_INIT \ -d CONFIG_GDS_FORCE_MITIGATION \ -d CONFIG_WQ_CPU_INTENSIVE_REPORT \ +-d CONFIG_N_GSM \ -d UBSAN_BOUNDS \ debian/control: $(wildcard debian/*.in)