[PATCH 0/2] Reed-Solomon lib parameter fix and test fix

From: Cody Planteen
Date: Sun Mar 01 2020 - 23:27:32 EST


The Reed-Solomon API allows creation of an invalid code symbol length. The
recently added test also prints a lot of RCU stall messages. This
patchset fixes both.

Cody Planteen (2):
rslib: Minimum symbol size for a Reed-Solomon code is 2 bits not 1 bit
rslib: test: Yield to prevent RCU stall messages and fix comment typos

include/linux/rslib.h | 4 ++--
lib/reed_solomon/reed_solomon.c | 2 +-
lib/reed_solomon/test_rslib.c | 15 +++++++++++----
3 files changed, 14 insertions(+), 7 deletions(-)

--
2.20.1