lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 15 Feb 2015 11:16:24 +0100
From:	Borislav Petkov <bp@...e.de>
To:	Takashi Iwai <tiwai@...e.de>
Cc:	Huang Ying <ying.huang@...el.com>,
	LKML <linux-kernel@...r.kernel.org>, LKP ML <lkp@...org>
Subject: Re: [LKP] [EDAC] general protection fault: 0000 [#1] SMP

On Sun, Feb 15, 2015 at 09:39:03AM +0100, Takashi Iwai wrote:
> 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@...e.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@...el.com>
> Signed-off-by: Takashi Iwai <tiwai@...e.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);

As the edac-for-3.21 branch is not frozen yet, I'll merge this hunk with
the commit mentioned above.

Thanks guys!

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ