All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cody Planteen <planteen@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: tglx@linutronix.de
Subject: [PATCH 0/2] Reed-Solomon lib parameter fix and test fix
Date: Sun, 1 Mar 2020 21:27:25 -0700	[thread overview]
Message-ID: <cover.1583122776.git.planteen@gmail.com> (raw)

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


             reply	other threads:[~2020-03-02  4:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-02  4:27 Cody Planteen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1583122776.git.planteen@gmail.com \
    --to=planteen@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.