From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1339470490.7404.34.camel@yhuang-dev> Subject: Re: [BUGFIX] ACPI, APEI, Avoid too much error reporting in runtime From: Huang Ying To: Ben Hutchings Cc: Len Brown , linux-kernel@vger.kernel.org, Tony Luck , linux-acpi@vger.kernel.org, stable@vger.kernel.org Date: Tue, 12 Jun 2012 11:08:10 +0800 In-Reply-To: <1339421127.4942.8.camel@deadeye.wl.decadent.org.uk> References: <1339395822-12032-1-git-send-email-ying.huang@intel.com> <1339421127.4942.8.camel@deadeye.wl.decadent.org.uk> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: On Mon, 2012-06-11 at 14:25 +0100, Ben Hutchings wrote: > On Mon, 2012-06-11 at 14:23 +0800, Huang Ying wrote: > > This patch fixed the following bug. > > > > https://bugzilla.kernel.org/show_bug.cgi?id=43282 > > > > This is caused by a firmware bug checking (checking generic address > > register provided by firmware) in runtime. The checking should be > > done in address mapping time instead of runtime to avoid too much > > error reporting in runtime. > > > > Reported-by: Pawel Sikora > > Signed-off-by: Huang Ying > > Tested-by: Jean Delvare > [...] > > This is not the correct way to submit a patch for stable. See > Documentation/stable_kernel_rules.txt. Thanks for reminding. Will resend the patch. Best Regards, Huang Ying