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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6622FC6FD1D for ; Thu, 23 Mar 2023 10:18:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Nxk54S0IE02LzdbXmzHMJh47gdxPFsN0HqEj3BcNWog=; b=vub6Bp9yg3jClu cAnaClValddK3YZ08nAXZS917e6gYkr1KpA/bki8KFGlaa5AP9fl1xfBfsOwm/v41m94ny3dO6Z5p okqt2NmBzddUFs9LOZ/0aKPBlFmdIkO++m2TRoqPmJ2MzdYv4Z3fdJgvEQIqxOQrFosngo90PWfLM cFUIztDaeLRcvAronlfzoxPpJsx+bnsKcAOeJBQ4uw/IuYt9WrOxOtAoeNNmYax0kHJ53Fx8ps/2C D8rkvYzta2bTOkUGXtHY2lNFLZ9Qx3V80s/E/u2U6CR8ikjnf8L8nsXQdnvd6TNnxuPOUHmzNAic/ 8rNZlElf+B1MuV6aPFAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pfI0q-001Y7j-25; Thu, 23 Mar 2023 10:17:40 +0000 Received: from mga14.intel.com ([192.55.52.115]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pfI0n-001Y6h-16 for linux-arm-kernel@lists.infradead.org; Thu, 23 Mar 2023 10:17:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679566657; x=1711102657; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=FnXm+KxPAQOleEvIez2agf6n8OX0ULT3pj5+c93lH5Q=; b=ECllBEWsBEXPjU4ydekrXhGXKXx4hk7BATT5DFRTWx0CCIusuvwW1kX9 y6jp3X2S6M6C0vP5X/DAaBlZmgYr6z25tJhGU0djq8057BzYV415id0pm bcbGBkIhrofQmtJiHD5tHmccsRbizU/pIjqgW5wRC5+bCiUwyYOh92KnG 4FoToZAGw5HcximKyj8cBoKegYbbEnPKkL5rOhZx4vRuryubsCA4ft8J2 flTsLPEmPdiU08ZcSoLtAyZh6X3wrR23vnDQRaF6VeoxP8rx363MkbY1s NCTs6FaQpP4m0XoOHeTenDEhOeEtY/+zSaBj3KaHthOlXQ3wqf2xFxh1N g==; X-IronPort-AV: E=McAfee;i="6600,9927,10657"; a="339479970" X-IronPort-AV: E=Sophos;i="5.98,283,1673942400"; d="scan'208";a="339479970" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2023 03:17:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10657"; a="825766162" X-IronPort-AV: E=Sophos;i="5.98,283,1673942400"; d="scan'208";a="825766162" Received: from stinti-mobl.ger.corp.intel.com (HELO box.shutemov.name) ([10.249.46.226]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Mar 2023 03:17:27 -0700 Received: by box.shutemov.name (Postfix, from userid 1000) id 154D8109FCC; Thu, 23 Mar 2023 13:17:25 +0300 (+03) Date: Thu, 23 Mar 2023 13:17:25 +0300 From: "Kirill A. Shutemov" To: Mike Rapoport Cc: Andrew Morton , Arnd Bergmann , Catalin Marinas , Christophe Leroy , "David S. Miller" , Dinh Nguyen , Geert Uytterhoeven , Guo Ren , John Paul Adrian Glaubitz , Max Filippov , Michael Ellerman , Rich Felker , Russell King , Will Deacon , Yoshinori Sato , Zi Yan , linux-arm-kernel@lists.infradead.org, linux-csky@vger.kernel.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mm@kvack.org, linux-sh@vger.kernel.org, linux-xtensa@linux-xtensa.org, linuxppc-dev@lists.ozlabs.org, sparclinux@vger.kernel.org Subject: Re: [PATCH 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER Message-ID: <20230323101725.2jmvpaqpzflr4mv2@box> References: <20230323092156.2545741-1-rppt@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230323092156.2545741-1-rppt@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230323_031737_388669_099DEE26 X-CRM114-Status: GOOD ( 15.47 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Mar 23, 2023 at 11:21:42AM +0200, Mike Rapoport wrote: > From: "Mike Rapoport (IBM)" > > Hi, > > Several architectures have ARCH_FORCE_MAX_ORDER in their Kconfig and > they all have wrong and misleading prompt and help text for this option. > > Besides, some define insane limits for possible values of > ARCH_FORCE_MAX_ORDER, some carefully define ranges only for a subset of > possible configurations, some make this option configurable by users for no > good reason. > > This set updates the prompt and help text everywhere and does its best to > update actual definitions of ranges where applicable. > > Mike Rapoport (IBM) (14): > arm: reword ARCH_FORCE_MAX_ORDER prompt and help text > arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER > arm64: reword ARCH_FORCE_MAX_ORDER prompt and help text > csky: drop ARCH_FORCE_MAX_ORDER > ia64: don't allow users to override ARCH_FORCE_MAX_ORDER > m68k: reword ARCH_FORCE_MAX_ORDER prompt and help text > nios2: reword ARCH_FORCE_MAX_ORDER prompt and help text > nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER > powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help text > powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDER > sh: reword ARCH_FORCE_MAX_ORDER prompt and help text > sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER > sparc: reword ARCH_FORCE_MAX_ORDER prompt and help text > xtensa: reword ARCH_FORCE_MAX_ORDER prompt and help text > > arch/arm/Kconfig | 16 +++++++++------- > arch/arm64/Kconfig | 27 ++++++++++++--------------- > arch/csky/Kconfig | 4 ---- > arch/ia64/Kconfig | 3 +-- > arch/m68k/Kconfig.cpu | 16 +++++++++------- > arch/nios2/Kconfig | 17 +++++++++-------- > arch/powerpc/Kconfig | 22 +++++++++------------- > arch/sh/mm/Kconfig | 19 +++++++++---------- > arch/sparc/Kconfig | 16 +++++++++------- > arch/xtensa/Kconfig | 16 +++++++++------- > 10 files changed, 76 insertions(+), 80 deletions(-) Acked-by: Kirill A. Shutemov -- Kiryl Shutsemau / Kirill A. Shutemov _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel