From: Linus Torvalds Date: Mon, 8 Jul 2019 17:36:07 +0000 (-0700) Subject: Merge branch 'core-rslib-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v5.3-rc1~214 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=568521d058aaab18f01ac39d7a6ef00b75e5cc79;p=linux.git Merge branch 'core-rslib-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull Reed-Solomon library updates from Thomas Gleixner: "A cleanup and fixes series from Ferdinand Blomqvist who analyzed the original Reed-Solomon library from Phil Karn on which the kernel implementation is based on. This comes with a test module which verifies all the various corner cases for correctness" * 'core-rslib-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: rslib: Make some functions static rslib: Fix remaining decoder flaws rslib: Update documentation rslib: Fix handling of of caller provided syndrome rslib: decode_rs: Code cleanup rslib: decode_rs: Fix length parameter check rslib: Fix decoding of shortened codes rslib: Add tests for the encoder and decoder --- 568521d058aaab18f01ac39d7a6ef00b75e5cc79