All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhang Boyang <zhangboyang.id@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Ferdinand Blomqvist <ferdinand.blomqvist@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Kees Cook <keescook@chromium.org>,
	Ivan Djelic <ivan.djelic@parrot.com>,
	Boris Brezillon <boris.brezillon@bootlin.com>,
	Miquel Raynal <miquel.raynal@bootlin.com>
Subject: rslib: Several improvements
Date: Fri, 17 Jun 2022 22:46:19 +0800	[thread overview]
Message-ID: <20220617144624.158973-1-zhangboyang.id@gmail.com> (raw)

Hello,

I made several improvements to reed-solomon library.
Please have a look. :)

Thanks!

Best Regards,
Zhang Boyang

===

Changes in [PATCH v2]:
Added more patches. Removed init_rs16(), since init_rs_non_canonical()
can do the same job.

Changes in [PATCH v1]:
Added init_rs16().
Link: https://lore.kernel.org/all/20220606101901.83538-1-zhangboyang.id@gmail.com/

[RFC PATCH]:
Link: https://lore.kernel.org/all/20220605073857.126497-1-zhangboyang.id@gmail.com/



             reply	other threads:[~2022-06-17 14:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-17 14:46 Zhang Boyang [this message]
2022-06-17 14:46 ` [PATCH v2 1/5] rslib: Fix incorrect documentation of rs_modnn() Zhang Boyang
2022-06-17 14:46 ` [PATCH v2 2/5] rslib: Fix obvious documentation mistakes Zhang Boyang
2022-06-17 14:46 ` [PATCH v2 3/5] rslib: Replace hard-coded 1 with alpha_to[0] Zhang Boyang
2022-06-17 14:46 ` [PATCH v2 4/5] rslib: Improve the performance of encode_rs.c Zhang Boyang
2022-06-19  1:29   ` Randy Dunlap
2022-06-17 14:46 ` [PATCH v2 5/5] rslib: Fix integer overflow on large fcr or prim Zhang Boyang
2022-06-19  1:26   ` Randy Dunlap

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=20220617144624.158973-1-zhangboyang.id@gmail.com \
    --to=zhangboyang.id@gmail.com \
    --cc=boris.brezillon@bootlin.com \
    --cc=ferdinand.blomqvist@gmail.com \
    --cc=ivan.djelic@parrot.com \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --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.