lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ