Re: [RFC PATCH 2/7] rslib: Fix decoding of shortened codes

2019-06-17 Thread Thomas Gleixner
Ferdinand, On Sat, 30 Mar 2019, Ferdinand Blomqvist wrote: > The decoder is broken. It only works with full length codes. A short explanation what is missing and what is done to fix it would be appreciated. > Signed-off-by: Ferdinand Blomqvist > --- > lib/reed_solomon/decode_rs.c | 4 ++-- >

[RFC PATCH 2/7] rslib: Fix decoding of shortened codes

2019-03-30 Thread Ferdinand Blomqvist
The decoder is broken. It only works with full length codes. Signed-off-by: Ferdinand Blomqvist --- lib/reed_solomon/decode_rs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/reed_solomon/decode_rs.c b/lib/reed_solomon/decode_rs.c index 1db74eb098d0..3313bf944ff1 10