All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: lkp@lists.01.org
Subject: Re: [EDAC] general protection fault: 0000 [#1] SMP
Date: Sun, 15 Feb 2015 09:39:03 +0100	[thread overview]
Message-ID: <s5hbnkvy3fc.wl-tiwai@suse.de> (raw)
In-Reply-To: <1423986778.5538.11.camel@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]

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 <tiwai@suse.de>
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 <ying.huang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 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


WARNING: multiple messages have this Message-ID (diff)
From: Takashi Iwai <tiwai@suse.de>
To: Huang Ying <ying.huang@intel.com>
Cc: Borislav Petkov <bp@suse.de>, LKML <linux-kernel@vger.kernel.org>,
	LKP ML <lkp@01.org>
Subject: Re: [LKP] [EDAC] general protection fault: 0000 [#1] SMP
Date: Sun, 15 Feb 2015 09:39:03 +0100	[thread overview]
Message-ID: <s5hbnkvy3fc.wl-tiwai@suse.de> (raw)
In-Reply-To: <1423986778.5538.11.camel@intel.com>

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 <tiwai@suse.de>
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 <ying.huang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 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


  reply	other threads:[~2015-02-15  8:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-15  7:52 [EDAC] general protection fault: 0000 [#1] SMP Huang Ying
2015-02-15  7:52 ` [LKP] " Huang Ying
2015-02-15  8:39 ` Takashi Iwai [this message]
2015-02-15  8:39   ` Takashi Iwai
2015-02-15 10:16   ` Borislav Petkov
2015-02-15 10:16     ` [LKP] " Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hbnkvy3fc.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=lkp@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.