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 CF433C54E94 for ; Thu, 26 Jan 2023 00:02:37 +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=WV/juAeeBjlfcQ25LPbTgqAAOCc53tOaJTCJuvAsh7g=; b=mhxz+0QZH9HLjq mwmpvcKQg19PNXyp3IuCaQsU3yyhrKUFGr/JHw75XxHDWUatqv821VR0iHwjjpj74gMDm+J8cXNf5 NmEfJtVELK/WxVDI+hANuqB8HyEjJqB/RXTbLwP/ymBoaB9A1D1tF6VS/cFkF9yKiLca0i9dKarxn 7r+tw5bHN9LPrg6bbDqoIF/yVBDWHs5gHv/cSe6lwSHQ3REZwV3qzeazvx1HoMC+YL3ve09u+lMht veKC/lM6uTHBsNNsqL/Imow2Jxult8EqehC+dQiTQs2yU0CEJh6TpboZpg2aB9QaGmpfLfCf3PoIR IgSQWy1Fvth1wKxFutDQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKpi5-0097gq-Gn; Thu, 26 Jan 2023 00:01:45 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKpi2-0097g1-Ok for linux-arm-kernel@lists.infradead.org; Thu, 26 Jan 2023 00:01:43 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 230AB616E0; Thu, 26 Jan 2023 00:01:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85048C433EF; Thu, 26 Jan 2023 00:01:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674691301; bh=vQxUdUdJsdYmOxPYK224jvt2dsWcgE2MfqvjuBxoUAM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n1pLccEcveb41MfnNXpnWodTyAJ0H0ZuKOPMYTzLRTG4DaRRa/6RANdCMs3EyBiGj 6V+J2qpRrudvDUdcxfsVwJi0CL1P/Iq0lU0RQrvloMuNN5CKP6Al3kjwWWX4S6kzqU If8Dqh0EWn0RiKj8cI97g0Q71XvBxA1T8auH2WkNEliUxf5rR9jp8FGEcucJoOA7lH hov0Z8Zauq4iG1iaHzbDbE4owlks5Hw7eaMglCvEZMkN+kOR95jOaFW+UwyF044XuC 9idcRsZiSv7V7VkZ3i13IIcnwr7ztrez9M2DECKQDCCguHGY4Lg5eeUD5Siy3RGLyA fHr6KrpKcQNiw== Date: Thu, 26 Jan 2023 08:01:34 +0800 From: Shawn Guo To: Mark Brown Cc: Russell King , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Don't enable PROVE_LOCKING Message-ID: <20230126000133.GI20713@T480> References: <20230106-imx-no-prove-locking-v1-1-7aef671c4ce2@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230106-imx-no-prove-locking-v1-1-7aef671c4ce2@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230125_160142_856274_84A0ED1A X-CRM114-Status: GOOD ( 11.99 ) 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 Fri, Jan 06, 2023 at 11:12:33PM +0000, Mark Brown wrote: > For some reason that is unclear to me the i.MX defconfig for v6 and v7 > boards enables PROVE_LOCKING. Since the defconfigs are generally > intended to be more production style configurations this doesn't seem > particularly intentional so drop this from the defconfig. > > Signed-off-by: Mark Brown Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel