[PATCH RESEND v3 0/6] rslib: Several improvements

Zhang Boyang posted 6 patches 3 years, 8 months ago
[PATCH RESEND v3 0/6] rslib: Several improvements
Posted by Zhang Boyang 3 years, 8 months ago
Hello,

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

Thanks!

Best Regards,
Zhang Boyang

===

Changes in [PATCH v3]:
Fixed kernel-doc style. Thanks to Randy Dunlap :)
(But I decide to keep "a*b" instead of "a * b" because I think it's more
readable)
Reordered some patches to group similar things together.
Link: https://lore.kernel.org/all/20220620062015.15612-1-zhangboyang.id@gmail.com/

Changes in [PATCH v2]:
Added more patches. Removed init_rs16(), since init_rs_non_canonical()
can do the same job.
Link: https://lore.kernel.org/all/20220617144624.158973-1-zhangboyang.id@gmail.com/

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/