Skip to content

Commit 22be8e6

Browse files
Larhzuakpm00
authored andcommitted
MAINTAINERS: add XZ Embedded maintainer
Patch series "xz: Updates to license, filters, and compression options", v2. XZ Embedded, the upstream project, switched from public domain to the BSD Zero Clause License (0BSD). Now matching SPDX license identifiers can be added. Documentation was revised. Fix syntax errors in kernel-doc comments in <linux/xz.h>. The xz_dec API docs from <linux/xz.h> are now included in Documentation/staging/xz.rst. The new ARM64 and RISC-V filters can be used for kernel decompression if CONFIG_EFI_ZBOOT=y. The filters can be used by Squashfs too. (Userspace Squashfs-tools already had the ARM64 filter support committed but it was reverted due to backdoor fears. I try to get ARM64 and RISC-V filter support added to Squashfs-tools somewhat soon.) 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. This patch (of 16): 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. Link: https://lkml.kernel.org/r/[email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Lasse Collin <[email protected]> Reviewed-by: Sam James <[email protected]> Cc: Albert Ou <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Emil Renner Berthing <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Herbert Xu <[email protected]> Cc: Joel Stanley <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Jubin Zhong <[email protected]> Cc: Jules Maselbas <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Cc: Michael Ellerman <[email protected]> Cc: Palmer Dabbelt <[email protected]> Cc: Paul Walmsley <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Rui Li <[email protected]> Cc: Simon Glass <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent dfe6c56 commit 22be8e6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

MAINTAINERS

+13
Original file line numberDiff line numberDiff line change
@@ -25242,6 +25242,19 @@ S: Maintained
2524225242
F: drivers/spi/spi-xtensa-xtfpga.c
2524325243
F: sound/soc/xtensa/xtfpga-i2s.c
2524425244

25245+
XZ EMBEDDED
25246+
M: Lasse Collin <[email protected]>
25247+
S: Maintained
25248+
W: https://tukaani.org/xz/embedded.html
25249+
B: https://github.com/tukaani-project/xz-embedded/issues
25250+
C: irc://irc.libera.chat/tukaani
25251+
F: Documentation/staging/xz.rst
25252+
F: include/linux/decompress/unxz.h
25253+
F: include/linux/xz.h
25254+
F: lib/decompress_unxz.c
25255+
F: lib/xz/
25256+
F: scripts/xz_wrap.sh
25257+
2524525258
YAM DRIVER FOR AX.25
2524625259
M: Jean-Paul Roubelat <[email protected]>
2524725260

0 commit comments

Comments
 (0)