Pierrick Bouvier <[email protected]> writes: > Hi Markus, > > On 5/21/2026 1:04 AM, Markus Armbruster wrote: >> Quite a few F: lines don't match any files. The quick & dirty check >> >> $ ls `sed -n 's/^F: *//p' MAINTAINERS ` >/dev/null >> >> finds about fifty.
[...] >> This series takes care of the remainder, except for one discussed >> below. It applies cleanly with and without Philippe's patches. >> >> The exception is the last line in >> >> Python scripts >> M: John Snow <[email protected]> >> M: Cleber Rosa <[email protected]> >> S: Odd Fixes >> F: scripts/*.py >> F: tests/*.py >> >> Both F: are actually wrong here: they match only in the scripts/ and >> tests/ not further down. Left for another day. [...] > thanks for posting this. > > In addition, see the patch attached to this email. > It integrates checking this directly at configure time, so we never run > into any missing entry again in the future. [...] > Once your current series is pulled, I'll fix the remaining and send the > attached patch. Or feel free to do it directly if you like the idea :) > > Regards, > Pierrick master is now clean except for "F: tests/*.py".
