[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1583122776.git.planteen@gmail.com>
Date: Sun, 1 Mar 2020 21:27:25 -0700
From: Cody Planteen <planteen@...il.com>
To: linux-kernel@...r.kernel.org
Cc: tglx@...utronix.de
Subject: [PATCH 0/2] Reed-Solomon lib parameter fix and test fix
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
Powered by blists - more mailing lists