On Thu, Feb 01, 2018 at 01:04:26PM +0100, Andrea Parri wrote: > Integrate (and then remove) tools/memory-model/MAINTAINERS into the > main MAINTAINERS file. This way get_maintainer.pl can give a "right > answer" for tools/memory-model/. > > Suggested-by: Ingo Molnar <[email protected]> > Signed-off-by: Andrea Parri <[email protected]> > --- > MAINTAINERS | 16 ++++++++++++++++ > tools/memory-model/MAINTAINERS | 15 --------------- > 2 files changed, 16 insertions(+), 15 deletions(-) > delete mode 100644 tools/memory-model/MAINTAINERS
Acked-by: Will Deacon <[email protected]> Makes a lot more sense having this in the top-level MAINTAINERS file. It might also make sense to add: F: Documentation/memory-barriers.txt as a separate patch now that we have a hit-list of memory model people who can help poor old Jon (who currently gets blamed by get_maintainer.pl). Will

