mbox series

[SRU,Artful,0/1] EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode

Message ID cover.1519761266.git.joseph.salisbury@canonical.com
Headers show
Series EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode | expand

Message

Joseph Salisbury March 1, 2018, 6:51 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1743856

== SRU Justification ==
The sb_edac needs this patch to enable EDAC to know of the existence of 
some DIMMs attached to channels while figuring out the size of the DIMMs 
and the cluster mode is SNC2 or SNC4.  

All the thread connected with this issue is described here https://www.spinics.net/lists/linux-edac/msg08170.html.
   
Commit 24281a2f4ca569d44e44e4cbc500cf08e7bb4c36 is in mailine as of v4.15-rc1. 

== Fix ==
commit 24281a2f4ca569d44e44e4cbc500cf08e7bb4c36
Author: Luis Felipe Sandoval Castro <luis.felipe.sandoval.castro@intel.com>
Date:   Thu Sep 28 08:54:42 2017 -0500

    EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode

== Regression Potential ==
Low. Limited to EDAC checking dimm capacity.  

== Test Case ==
A test kernel was built with this patch and tested by the original bug reporter.
The bug reporter states the test kernel resolved the bug.


Luis Felipe Sandoval Castro (1):
  EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode

 drivers/edac/sb_edac.c | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

Comments

Joseph Salisbury March 1, 2018, 6:55 p.m. UTC | #1
On 03/01/2018 01:52 PM, Joseph Salisbury wrote:
> BugLink: http://bugs.launchpad.net/bugs/1743856
>
> == SRU Justification ==
> The sb_edac needs this patch to enable EDAC to know of the existence of 
> some DIMMs attached to channels while figuring out the size of the DIMMs 
> and the cluster mode is SNC2 or SNC4.  
>
> All the thread connected with this issue is described here https://www.spinics.net/lists/linux-edac/msg08170.html.
>    
> Commit 24281a2f4ca569d44e44e4cbc500cf08e7bb4c36 is in mailine as of v4.15-rc1. 
>
> == Fix ==
> commit 24281a2f4ca569d44e44e4cbc500cf08e7bb4c36
> Author: Luis Felipe Sandoval Castro <luis.felipe.sandoval.castro@intel.com>
> Date:   Thu Sep 28 08:54:42 2017 -0500
>
>     EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode
>
> == Regression Potential ==
> Low. Limited to EDAC checking dimm capacity.  
>
> == Test Case ==
> A test kernel was built with this patch and tested by the original bug reporter.
> The bug reporter states the test kernel resolved the bug.
>
>
> Luis Felipe Sandoval Castro (1):
>   EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode
>
>  drivers/edac/sb_edac.c | 19 +++----------------
>  1 file changed, 3 insertions(+), 16 deletions(-)
>
Ignore this one.  Duplicate of the SRU request with the same subject.
Kleber Sacilotto de Souza March 2, 2018, 11:19 a.m. UTC | #2
On 03/01/18 19:52, Joseph Salisbury wrote:
> BugLink: http://bugs.launchpad.net/bugs/1743856
> 
> == SRU Justification ==
> The sb_edac needs this patch to enable EDAC to know of the existence of 
> some DIMMs attached to channels while figuring out the size of the DIMMs 
> and the cluster mode is SNC2 or SNC4.  
> 
> All the thread connected with this issue is described here https://www.spinics.net/lists/linux-edac/msg08170.html.
>    
> Commit 24281a2f4ca569d44e44e4cbc500cf08e7bb4c36 is in mailine as of v4.15-rc1. 
> 
> == Fix ==
> commit 24281a2f4ca569d44e44e4cbc500cf08e7bb4c36
> Author: Luis Felipe Sandoval Castro <luis.felipe.sandoval.castro@intel.com>
> Date:   Thu Sep 28 08:54:42 2017 -0500
> 
>     EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode
> 
> == Regression Potential ==
> Low. Limited to EDAC checking dimm capacity.  
> 
> == Test Case ==
> A test kernel was built with this patch and tested by the original bug reporter.
> The bug reporter states the test kernel resolved the bug.
> 
> 
> Luis Felipe Sandoval Castro (1):
>   EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode
> 
>  drivers/edac/sb_edac.c | 19 +++----------------
>  1 file changed, 3 insertions(+), 16 deletions(-)
> 

Clean cherry-pick, good test results.

Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Kleber Sacilotto de Souza March 2, 2018, 1:45 p.m. UTC | #3
On 03/01/18 19:52, Joseph Salisbury wrote:
> BugLink: http://bugs.launchpad.net/bugs/1743856
> 
> == SRU Justification ==
> The sb_edac needs this patch to enable EDAC to know of the existence of 
> some DIMMs attached to channels while figuring out the size of the DIMMs 
> and the cluster mode is SNC2 or SNC4.  
> 
> All the thread connected with this issue is described here https://www.spinics.net/lists/linux-edac/msg08170.html.
>    
> Commit 24281a2f4ca569d44e44e4cbc500cf08e7bb4c36 is in mailine as of v4.15-rc1. 
> 
> == Fix ==
> commit 24281a2f4ca569d44e44e4cbc500cf08e7bb4c36
> Author: Luis Felipe Sandoval Castro <luis.felipe.sandoval.castro@intel.com>
> Date:   Thu Sep 28 08:54:42 2017 -0500
> 
>     EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode
> 
> == Regression Potential ==
> Low. Limited to EDAC checking dimm capacity.  
> 
> == Test Case ==
> A test kernel was built with this patch and tested by the original bug reporter.
> The bug reporter states the test kernel resolved the bug.
> 
> 
> Luis Felipe Sandoval Castro (1):
>   EDAC, sb_edac: Fix missing DIMM sysfs entries with KNL SNC2/SNC4 mode
> 
>  drivers/edac/sb_edac.c | 19 +++----------------
>  1 file changed, 3 insertions(+), 16 deletions(-)
> 

Applied to artful/master-next-backlog branch.

Thanks,
Kleber