All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Reed-Solomon lib parameter fix and test fix
@ 2020-03-02  4:27 Cody Planteen
  2020-03-02  4:27 ` [PATCH 1/2] rslib: Minimum symbol size for a Reed-Solomon code is 2 bits not 1 bit Cody Planteen
  2020-03-02  4:27 ` [PATCH 2/2] rslib: test: Yield to prevent RCU stall messages and fix comment typos Cody Planteen
  0 siblings, 2 replies; 5+ messages in thread
From: Cody Planteen @ 2020-03-02  4:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: tglx

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-05  1:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-02  4:27 [PATCH 0/2] Reed-Solomon lib parameter fix and test fix Cody Planteen
2020-03-02  4:27 ` [PATCH 1/2] rslib: Minimum symbol size for a Reed-Solomon code is 2 bits not 1 bit Cody Planteen
2020-03-02  4:27 ` [PATCH 2/2] rslib: test: Yield to prevent RCU stall messages and fix comment typos Cody Planteen
2020-03-05  1:35   ` [rslib] 0a4de944dc: WARNING:bad_unlock_balance_detected kernel test robot
2020-03-05  1:35     ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.