The patch titled Subject: MAINTAINERS: add XZ Embedded maintainers has been added to the -mm mm-nonmm-unstable branch. Its filename is maintainers-add-xz-embedded-maintainers.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-add-xz-embedded-maintainers.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Lasse Collin <lasse.collin@xxxxxxxxxxx> 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@xxxxxxxxxxx Link: https://lkml.kernel.org/r/20240320183846.19475-2-lasse.collin@xxxxxxxxxxx Signed-off-by: Lasse Collin <lasse.collin@xxxxxxxxxxx> Reviewed-by: Jia Tan <jiat0218@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) --- a/MAINTAINERS~maintainers-add-xz-embedded-maintainers +++ a/MAINTAINERS @@ -24387,6 +24387,20 @@ S: Maintained F: drivers/spi/spi-xtensa-xtfpga.c F: sound/soc/xtensa/xtfpga-i2s.c +XZ EMBEDDED +M: Lasse Collin <lasse.collin@xxxxxxxxxxx> +M: Jia Tan <jiat0218@xxxxxxxxx> +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@xxxxxxxxx> L: linux-hams@xxxxxxxxxxxxxxx _ Patches currently in -mm which might be from lasse.collin@xxxxxxxxxxx are maintainers-add-xz-embedded-maintainers.patch licenses-add-0bsd-license-text.patch xz-switch-from-public-domain-to-bsd-zero-clause-license-0bsd.patch xz-documentation-staging-xzrst-revise-thoroughly.patch xz-fix-comments-and-coding-style.patch xz-cleanup-crc32-edits-from-2018.patch xz-optimize-for-loop-conditions-in-the-bcj-decoders.patch xz-add-arm64-bcj-filter.patch xz-add-risc-v-bcj-filter.patch xz-use-128-mib-dictionary-and-force-single-threaded-mode.patch xz-adjust-arch-specific-options-for-better-kernel-compression.patch