From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-x242.google.com (mail-vk0-x242.google.com [IPv6:2607:f8b0:400c:c05::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zFbW22zWqzF0QT for ; Tue, 9 Jan 2018 00:20:41 +1100 (AEDT) Received: by mail-vk0-x242.google.com with SMTP id m15so7261135vkf.13 for ; Mon, 08 Jan 2018 05:20:41 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180104153525.A03F56E5E6@localhost.localdomain> References: <20180104153525.A03F56E5E6@localhost.localdomain> From: Balbir Singh Date: Tue, 9 Jan 2018 00:20:38 +1100 Message-ID: Subject: Re: [PATCH] powerpc: restore alphabetic order in Kconfig To: Christophe Leroy Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Scott Wood , "linux-kernel@vger.kernel.org" , "open list:LINUX FOR POWERPC (32-BIT AND 64-BIT)" Content-Type: text/plain; charset="UTF-8" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Jan 5, 2018 at 2:35 AM, Christophe Leroy wrote: > This patch restores the alphabetic order which was broken by > commit 1e0fc9d1eb2b0 ("powerpc/Kconfig: Enable STRICT_KERNEL_RWX > for some configs") > > Fixes: 1e0fc9d1eb2b0 ("powerpc/Kconfig: Enable STRICT_KERNEL_RWX for some configs") > Signed-off-by: Christophe Leroy > --- Acked-by: Balbir Singh