From: Jonathan Corbet Date: Fri, 15 May 2026 14:06:56 +0000 (-0600) Subject: Merge branch 'mauro' into docs-mw X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5677cae6533507fae25a1ff20b126d33afc2f63c;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'mauro' into docs-mw This series improve the output at process/maintainers: instead of a pure enriched text, the maintainer's file content is now converted to a table, and has gained a javascript to allow filtering entries. The initial patches change the logic to split parsing from output generation. Then, everything is stored into a dict at the parsing phase, and ona header description variable. This way, it is easier to adjust the output handler to produce a more structured document. Right now, the entries are sorted alphabetically, per subsystem's name(*). (*) Currently, MAINTAINERS file has several entries not sorted. One has to run: scripts/parse-maintainers.pl --input MAINTAINERS --output MAINTAINERS.new to sort it. --- 5677cae6533507fae25a1ff20b126d33afc2f63c