| From: Lasse Collin <lasse.collin@tukaani.org> |
| Subject: MAINTAINERS: add XZ Embedded maintainers |
| Date: Wed, 20 Mar 2024 20:38:34 +0200 |
| |
| Patch series "xz: Updates to license, filters, and compression options". |
| |
| XZ Embedded, the upstream project, switched from public domain to the BSD |
| Zero Clause License (0BSD). Now matching SPDX license identifiers can be |
| added. |
| |
| The new ARM64 and RISC-V filters can be used by Squashfs. |
| |
| Account for the default threading change made in the xz command line tool |
| version 5.6.0. Tweak kernel compression options for archs that support XZ |
| compressed kernel. |
| |
| Documentation was revised. There are minor cleanups too. |
| |
| |
| This patch (of 11): |
| |
| I have been the maintainer of the upstream project since I submitted the |
| code to Linux in 2010 but I forgot to add myself to MAINTAINERS. Nowadays |
| Jia Tan is the other maintainer. |
| |
| Link: https://lkml.kernel.org/r/20240320183846.19475-1-lasse.collin@tukaani.org |
| Link: https://lkml.kernel.org/r/20240320183846.19475-2-lasse.collin@tukaani.org |
| Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> |
| Reviewed-by: Jia Tan <jiat0218@gmail.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| MAINTAINERS | 14 ++++++++++++++ |
| 1 file changed, 14 insertions(+) |
| |
| --- a/MAINTAINERS~maintainers-add-xz-embedded-maintainers |
| +++ a/MAINTAINERS |
| @@ -24412,6 +24412,20 @@ S: Maintained |
| F: drivers/spi/spi-xtensa-xtfpga.c |
| F: sound/soc/xtensa/xtfpga-i2s.c |
| |
| +XZ EMBEDDED |
| +M: Lasse Collin <lasse.collin@tukaani.org> |
| +M: Jia Tan <jiat0218@gmail.com> |
| +S: Maintained |
| +W: https://xz.tukaani.org/xz-embedded/ |
| +B: https://github.com/tukaani-project/xz-embedded/issues |
| +C: irc://irc.libera.chat/tukaani |
| +F: Documentation/staging/xz.rst |
| +F: include/linux/decompress/unxz.h |
| +F: include/linux/xz.h |
| +F: lib/decompress_unxz.c |
| +F: lib/xz/ |
| +F: scripts/xz_wrap.sh |
| + |
| YAM DRIVER FOR AX.25 |
| M: Jean-Paul Roubelat <jpr@f6fbb.org> |
| L: linux-hams@vger.kernel.org |
| _ |