From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423984AbcFIHPS (ORCPT ); Thu, 9 Jun 2016 03:15:18 -0400 Received: from muru.com ([72.249.23.125]:55771 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161792AbcFIHPQ (ORCPT ); Thu, 9 Jun 2016 03:15:16 -0400 Date: Thu, 9 Jun 2016 00:15:13 -0700 From: Tony Lindgren To: Nishanth Menon Cc: Grygorii Strashko , Russell King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP2: Enable Errata 430973 for OMAP3 Message-ID: <20160609071512.GK22406@atomide.com> References: <1463700017-18527-1-git-send-email-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463700017-18527-1-git-send-email-nm@ti.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nishanth Menon [160519 16:23]: > Enable Erratum 430973 similar to commit 5c86c5339c56 ("ARM: > omap2plus_defconfig: Enable ARM erratum 430973 for omap3") - Since > multiple defconfigs can exist from various points of view (multi_v7, > omap2plus etc.. it is always better to enable the erratum from the > Kconfig selection point of view so that downstream kernels dont have > to rediscover this all over again. This should safe to select now. Note that proc-v7.S still does not do anything with multiarch to configure it. So the bootloader still needs to enable it, or it needs to be done in the machine init like n900 does. So applying into omap-for-v4.7/fixes as it can solve some mysterious app crashers with armhf at least. Regards, Tony