lkml.org 
[lkml]   [2018]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
On Fri, Aug 10, 2018 at 04:14:26PM +0200, Takashi Iwai wrote:
> The edac_mem_types[] array misses MEM_LRDDR4 entry, and it leads to
> NULL dereference when accessed via sysfs or such.
>
> Fixes: 1e8096bb2031 ("EDAC: Add LRDDR4 DRAM type")
> Cc: <stable@vger.kernel.org>
> Signed-off-by: Takashi Iwai <tiwai@suse.de>
> ---
> drivers/edac/edac_mc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c
> index 3bb82e511eca..7d3edd713932 100644
> --- a/drivers/edac/edac_mc.c
> +++ b/drivers/edac/edac_mc.c
> @@ -215,6 +215,7 @@ const char * const edac_mem_types[] = {
> [MEM_LRDDR3] = "Load-Reduced-DDR3-RAM",
> [MEM_DDR4] = "Unbuffered-DDR4",
> [MEM_RDDR4] = "Registered-DDR4",
> + [MEM_LRDDR4] = "Load-Reduced-DDR4-RAM",
> [MEM_NVDIMM] = "Non-volatile-RAM",
> };
> EXPORT_SYMBOL_GPL(edac_mem_types);
> --

Applied, thanks.

--
Regards/Gruss,
Boris.

ECO tip #101: Trim your mails when you reply.
--

\
 
 \ /
  Last update: 2018-08-17 15:15    [W:0.158 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site