On Tue, Oct 21, 2014 at 04:15:08PM +0200, Markus Armbruster wrote: > >> We do have too may files lacking maintainers. See > >> > >> Subject: MAINTAINERS leaves too many files uncovered > >> Date: Mon, 20 Oct 2014 11:19:44 +0200 > >> Message-ID: <87mw8rumhb....@blackfin.pond.sub.org> > >> https://lists.nongnu.org/archive/html/qemu-devel/2014-10/msg01951.html > > The message also shows how to list unmaintained files: > > $ for i in `git-ls-files`; do [ "`scripts/get_maintainer.pl -f > --no-git-fallback $i`" ] || echo $i; done > > I didn't include the full list because it's fairly big (~65KiB). > > [...]
But first, apply my patch. Suddently the problem is much smaller. -- MST