Re: [PATCH] EDAC: i82443bxgx: Fix invalid memory type assignment

2018-08-15 Thread Borislav Petkov
On Wed, Aug 15, 2018 at 06:01:27PM +0200, Takashi Iwai wrote: > I just followed the old percept: read the source, Luke. You're a wise jedi :) > OK, feel free to drop that. Nah, I can take it - I'll just drop the CC:stable thing. Thx. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails

Re: [PATCH] EDAC: i82443bxgx: Fix invalid memory type assignment

2018-08-15 Thread Takashi Iwai
On Wed, 15 Aug 2018 17:57:52 +0200, Borislav Petkov wrote: > > On Fri, Aug 10, 2018 at 04:15:20PM +0200, Takashi Iwai wrote: > > The i82443bxgx_edac driver assigns an invalid negative value when an > > unknown DRAM type is detected. Drop the unnecessary '-' that brings > > misbehavior. > > > > F

Re: [PATCH] EDAC: i82443bxgx: Fix invalid memory type assignment

2018-08-15 Thread Borislav Petkov
On Fri, Aug 10, 2018 at 04:15:20PM +0200, Takashi Iwai wrote: > The i82443bxgx_edac driver assigns an invalid negative value when an > unknown DRAM type is detected. Drop the unnecessary '-' that brings > misbehavior. > > Fixes: 5a2c675c8919 ("drivers/edac: new i82443bxgz MC driver") > Cc: > Sig