From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 309F6C43334 for ; Fri, 22 Jul 2022 14:54:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235355AbiGVOy3 (ORCPT ); Fri, 22 Jul 2022 10:54:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbiGVOy1 (ORCPT ); Fri, 22 Jul 2022 10:54:27 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7DAF295C19; Fri, 22 Jul 2022 07:54:26 -0700 (PDT) Received: from zn.tnic (p200300ea97297665329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:9729:7665:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id D72031EC04E4; Fri, 22 Jul 2022 16:54:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1658501660; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=mCR4LQOlJZ0Afghe45GGJBA2iWSsio2lR2y8ckrkB7s=; b=cqNhHILaFs4aUzopyZ7JeqcY13E4ZhnfRpMeWD0Cl6aUh2kDSkxaQkrkt3Vvxc/VuvmZp9 tdE1Mzb6vnzert1LktwimuOkVwifuyr9KxM8AOtVLRYS42uEMzXiHZXVwNOq6eiym+ns4j AQDXrfUvrKllqOi3Pkhp/7omjh6BbO4= Date: Fri, 22 Jul 2022 16:54:16 +0200 From: Borislav Petkov To: Lukas Bulwahn Cc: Dave Hansen , x86@kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/configs: update configs in x86_debug.config Message-ID: References: <20220722121815.27535-1-lukas.bulwahn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220722121815.27535-1-lukas.bulwahn@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 22, 2022 at 02:18:15PM +0200, Lukas Bulwahn wrote: > Commit 4675ff05de2d ("kmemcheck: rip it out") removes kmemcheck and its > corresponding build config KMEMCHECK. > > Commit 0f620cefd775 ("objtool: Rename "VMLINUX_VALIDATION" -> > "NOINSTR_VALIDATION"") renamed the debug config option. > > Adjust x86_debug.config to those changes in debug configs. > > Signed-off-by: Lukas Bulwahn > --- > kernel/configs/x86_debug.config | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/kernel/configs/x86_debug.config b/kernel/configs/x86_debug.config > index dcd86f32f4ed..6fac5b405334 100644 > --- a/kernel/configs/x86_debug.config > +++ b/kernel/configs/x86_debug.config > @@ -7,12 +7,11 @@ CONFIG_DEBUG_SLAB=y > CONFIG_DEBUG_KMEMLEAK=y > CONFIG_DEBUG_PAGEALLOC=y > CONFIG_SLUB_DEBUG_ON=y > -CONFIG_KMEMCHECK=y While at it, you might also whack the last mention of KMEMCHECK: $ git grep KMEMCHECK kernel/configs/x86_debug.config:10:CONFIG_KMEMCHECK=y tools/testing/selftests/wireguard/qemu/debug.config:21:CONFIG_HAVE_ARCH_KMEMCHECK=y Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette