Re: [PATCH] MAINTAINERS: add files related to kdump

2020-05-20 Thread Dave Young
On 05/20/20 at 05:43pm, Baoquan He wrote: > On 05/20/20 at 05:14pm, Dave Young wrote: > > Hi Baoquan, > > On 05/20/20 at 04:05pm, Baoquan He wrote: > > > Kdump is implemented based on kexec, however some files are only > > > related to crash dumping and missing, add them to KDUMP entry. > > > > >

Re: [PATCH] MAINTAINERS: add files related to kdump

2020-05-20 Thread Baoquan He
On 05/20/20 at 05:14pm, Dave Young wrote: > Hi Baoquan, > On 05/20/20 at 04:05pm, Baoquan He wrote: > > Kdump is implemented based on kexec, however some files are only > > related to crash dumping and missing, add them to KDUMP entry. > > > > Signed-off-by: Baoquan He > > --- > > MAINTAINERS |

Re: [PATCH] MAINTAINERS: add files related to kdump

2020-05-20 Thread Dave Young
Hi Baoquan, On 05/20/20 at 04:05pm, Baoquan He wrote: > Kdump is implemented based on kexec, however some files are only > related to crash dumping and missing, add them to KDUMP entry. > > Signed-off-by: Baoquan He > --- > MAINTAINERS | 5 + > 1 file changed, 5 insertions(+) > > diff --git

[PATCH] MAINTAINERS: add files related to kdump

2020-05-20 Thread Baoquan He
Kdump is implemented based on kexec, however some files are only related to crash dumping and missing, add them to KDUMP entry. Signed-off-by: Baoquan He --- MAINTAINERS | 5 + 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 83cf5c43242a..2f9eefd33114 100644 ---