Re: [PATCH 1/2] RAS/CEC: Use the right length for "cec_disable"

2017-10-07 Thread Nicolas Iooss
On Tue, Oct 3, 2017 at 11:04 AM, Borislav Petkov wrote: > On Mon, Oct 02, 2017 at 05:42:56PM +0200, Thomas Gleixner wrote: >> On Mon, 2 Oct 2017, Borislav Petkov wrote: >> > From: Nicolas Iooss >> > >> > parse_cec_param() compares a string with "cec_disable" using only 7 >> > characters of the 11

Re: [PATCH 1/2] RAS/CEC: Use the right length for "cec_disable"

2017-10-03 Thread Borislav Petkov
On Mon, Oct 02, 2017 at 05:42:56PM +0200, Thomas Gleixner wrote: > On Mon, 2 Oct 2017, Borislav Petkov wrote: > > From: Nicolas Iooss > > > > parse_cec_param() compares a string with "cec_disable" using only 7 > > characters of the 11-character-long string. Fix the length. > > > > Signed-off-by:

Re: [PATCH 1/2] RAS/CEC: Use the right length for "cec_disable"

2017-10-02 Thread Thomas Gleixner
On Mon, 2 Oct 2017, Borislav Petkov wrote: > From: Nicolas Iooss > > parse_cec_param() compares a string with "cec_disable" using only 7 > characters of the 11-character-long string. Fix the length. > > Signed-off-by: Nicolas Iooss > Fixes: 011d82611172 ("RAS: Add a Corrected Errors Collector")