From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4508972609951933595==" MIME-Version: 1.0 From: Takashi Iwai To: lkp@lists.01.org Subject: Re: [EDAC] general protection fault: 0000 [#1] SMP Date: Sun, 15 Feb 2015 09:39:03 +0100 Message-ID: In-Reply-To: <1423986778.5538.11.camel@intel.com> List-Id: --===============4508972609951933595== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable At Sun, 15 Feb 2015 15:52:58 +0800, Huang Ying wrote: > = > FYI, we noticed the below changes on > = > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp edac-for-3.21 > commit 7d4e4cb735b7f746c27571b6dd43ba5572a1eef4 ("EDAC: i7core: Use stati= c attribute groups for sysfs entries") My bad, I must have forgotten refreshing the patch after rebasing and testing. Please put the additional patch below. thanks, Takashi -- 8< -- From: Takashi Iwai Subject: [PATCH] EDAC: i7core: Add missing NULL terminator to i7core_dev_at= trs[] ... forgotten in the commit 'EDAC: i7core: Use static attribute groups for sysfs entries'. Reported-by: Huang Ying Signed-off-by: Takashi Iwai --- drivers/edac/i7core_edac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c index 90f6ba57f0d3..01087a38da22 100644 --- a/drivers/edac/i7core_edac.c +++ b/drivers/edac/i7core_edac.c @@ -1162,6 +1162,7 @@ static struct attribute *i7core_dev_attrs[] =3D { &dev_attr_inject_type.attr, &dev_attr_inject_eccmask.attr, &dev_attr_inject_enable.attr, + NULL }; = ATTRIBUTE_GROUPS(i7core_dev); -- = 2.3.0 --===============4508972609951933595==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754633AbbBOIjH (ORCPT ); Sun, 15 Feb 2015 03:39:07 -0500 Received: from cantor2.suse.de ([195.135.220.15]:39332 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751084AbbBOIjF (ORCPT ); Sun, 15 Feb 2015 03:39:05 -0500 Date: Sun, 15 Feb 2015 09:39:03 +0100 Message-ID: From: Takashi Iwai To: Huang Ying Cc: Borislav Petkov , LKML , LKP ML Subject: Re: [LKP] [EDAC] general protection fault: 0000 [#1] SMP In-Reply-To: <1423986778.5538.11.camel@intel.com> References: <1423986778.5538.11.camel@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.4 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Sun, 15 Feb 2015 15:52:58 +0800, Huang Ying wrote: > > FYI, we noticed the below changes on > > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp edac-for-3.21 > commit 7d4e4cb735b7f746c27571b6dd43ba5572a1eef4 ("EDAC: i7core: Use static attribute groups for sysfs entries") My bad, I must have forgotten refreshing the patch after rebasing and testing. Please put the additional patch below. thanks, Takashi -- 8< -- From: Takashi Iwai Subject: [PATCH] EDAC: i7core: Add missing NULL terminator to i7core_dev_attrs[] ... forgotten in the commit 'EDAC: i7core: Use static attribute groups for sysfs entries'. Reported-by: Huang Ying Signed-off-by: Takashi Iwai --- drivers/edac/i7core_edac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c index 90f6ba57f0d3..01087a38da22 100644 --- a/drivers/edac/i7core_edac.c +++ b/drivers/edac/i7core_edac.c @@ -1162,6 +1162,7 @@ static struct attribute *i7core_dev_attrs[] = { &dev_attr_inject_type.attr, &dev_attr_inject_eccmask.attr, &dev_attr_inject_enable.attr, + NULL }; ATTRIBUTE_GROUPS(i7core_dev); -- 2.3.0