From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 2251725B311 for ; Tue, 25 Nov 2025 10:50:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764067835; cv=none; b=iAPRoy5WMmRggrSU27nAM4PNqEv/8KHhTTcySekDhlXj0Lt4ZD5zymErJBp8Wd0ScBWJpr1OmVv9Wp3Jo7l+390Yi+Au7zBBD68vImip+QdhPX2EfH9pze/B5X7Xir3WsWL96M5GsD0utXxP1T12yMYN+ox3givzWczTP5Cx8iU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764067835; c=relaxed/simple; bh=F+POw91QnpH938QXEBRF5/o9gQAPNCjC2O3+/AeWMIE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=lh8N8OLyUSqsHC435X8alYhhWsMbtypsEhNbiUo9Zi0wuZeXdnkyiswcZl/089TVpn9Sdnd9l+wA3y6BNxNgu2SuHUmv3XHP5LI50WoSOmMIGglzXinyQzJgu6u/RfM9mt1adtzNTQpmIEirSRqDCoaApDeS2jVmnQb0UzHyEiM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F28E014BF; Tue, 25 Nov 2025 02:50:24 -0800 (PST) Received: from [10.163.47.245] (unknown [10.163.47.245]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D61AA3F86F; Tue, 25 Nov 2025 02:50:28 -0800 (PST) Message-ID: <44c43197-e881-458e-837e-2aec673aaf97@arm.com> Date: Tue, 25 Nov 2025 16:20:26 +0530 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] mm: Fix DEBUG_RODATA_TEST indentation in Kconfig To: Geert Uytterhoeven , Andrew Morton , David Hildenbrand , Lorenzo Stoakes , "Liam R . Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Kees Cook , Jinbum Park Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <74f39b1bffc6ed802088cb3e7d17b4c82330e8b3.1764058676.git.geert@linux-m68k.org> Content-Language: en-US From: Anshuman Khandual In-Reply-To: <74f39b1bffc6ed802088cb3e7d17b4c82330e8b3.1764058676.git.geert@linux-m68k.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 25/11/25 1:49 PM, Geert Uytterhoeven wrote: > Most of the DEBUG_RODATA_TEST section is indented by four spaces instead > of the customary single TAB. > > Fixes: 2959a5f726f6510d ("mm: add arch-independent testcases for RODATA") > Signed-off-by: Geert Uytterhoeven Reviewed-by: Anshuman Khandual > --- > mm/Kconfig.debug | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/mm/Kconfig.debug b/mm/Kconfig.debug > index 32b65073d0cccaf5..7638d75b27db8cf1 100644 > --- a/mm/Kconfig.debug > +++ b/mm/Kconfig.debug > @@ -175,10 +175,10 @@ config DEBUG_PAGE_REF > nil until the tracepoints are actually enabled. > > config DEBUG_RODATA_TEST > - bool "Testcase for the marking rodata read-only" > - depends on STRICT_KERNEL_RWX > + bool "Testcase for the marking rodata read-only" > + depends on STRICT_KERNEL_RWX > help > - This option enables a testcase for the setting rodata read-only. > + This option enables a testcase for the setting rodata read-only. > > config ARCH_HAS_DEBUG_WX > bool