[RFC PATCH 0/9] Update lzma to current version of LZMA SDK
Tom Rini
trini at konsulko.com
Fri Dec 19 16:12:01 CET 2025
On Fri, Dec 19, 2025 at 01:51:11AM +0000, Peter Robinson wrote:
> On Thu, 18 Dec 2025 at 23:29, Tom Rini <trini at konsulko.com> wrote:
> >
> > Hey all,
> >
> > A long while ago, Darek reported that our copy of the LZMA SDK library
> > is quite old and so vulnerable to at least one possible security issue
> > he found that was fixed upstream.
> >
> > This RFC series does a few things. First, we introduce a Kconfig option
> > to enable LZMA's size reduction option, and enable it on
> > gardena-smart-gateway-mt7688. This is not critical at the start, but is
> > as we move forward. Next, we remove some files from our initial import
> > of the library that do not make sense to keep in-tree. After that, the
> > next 5 patches update us from the imported version to the current
> > release of 25.01. This is split up such that few have the very few
> > places where the update requires some slight changes to our code be more
> > visible. This in turn is mainly that the file that says the license has
> > changed, and that we need to guard around some unused upstream code that
> > also conflicts with our own code. Finally, we restore the spacing
> > changes that our copy of the code had, and then improve things by adding
> > SPDX tags to the LZMA code so the license is more visible overall.
>
> Does it make sense to try and get the SPDX bits back upstream so we
> have less delta the next time we rebase?
Upstream seems to be done very much as a one person as they like it
project. There is an issue tracker. I'll sign up and file a request at
least.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251219/952f42c0/attachment.sig>
More information about the U-Boot
mailing list