On Fri, Sep 20, 2019 at 10:44:47AM -0700, Douglas Anderson wrote: > I'm interested in kdb / kgdb and have sent various fixes over the > years. I'd like to get CCed on patches so I can be aware of them and > also help review. > > Signed-off-by: Douglas Anderson <diand...@chromium.org> > --- > > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c740cf3f93ef..d243c70fc8ce 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9052,6 +9052,7 @@ F: security/keys/ > KGDB / KDB /debug_core > M: Jason Wessel <jason.wes...@windriver.com> > M: Daniel Thompson <daniel.thomp...@linaro.org> > +R: Douglas Anderson <diand...@chromium.org> > W: http://kgdb.wiki.kernel.org/ > L: kgdb-bugreport@lists.sourceforge.net > T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
Acked-by: Will Deacon <w...@kernel.org> I really wanted to rip kgdb out of arm64 a while ago and you stopped me, so you deserve to have your name in lights ;) Thanks. Will