All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add files related to kdump
@ 2020-05-20  8:05 ` Baoquan He
  0 siblings, 0 replies; 10+ messages in thread
From: Baoquan He @ 2020-05-20  8:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, dyoung, kexec, vgoyal

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 <bhe@redhat.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 83cf5c43242a..2f9eefd33114 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
 S:	Maintained
 W:	http://lse.sourceforge.net/kdump/
 F:	Documentation/admin-guide/kdump/
+F:	fs/proc/vmcore.c
+F:	include/linux/crash_core.h
+F:	include/linux/crash_dump.h
+F:	include/uapi/linux/vmcore.h
+F:	kernel/crash.*
 
 KEENE FM RADIO TRANSMITTER DRIVER
 M:	Hans Verkuil <hverkuil@xs4all.nl>
-- 
2.17.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] MAINTAINERS: add files related to kdump
@ 2020-05-20  8:05 ` Baoquan He
  0 siblings, 0 replies; 10+ messages in thread
From: Baoquan He @ 2020-05-20  8:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: kexec, akpm, dyoung, vgoyal

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 <bhe@redhat.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 83cf5c43242a..2f9eefd33114 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
 S:	Maintained
 W:	http://lse.sourceforge.net/kdump/
 F:	Documentation/admin-guide/kdump/
+F:	fs/proc/vmcore.c
+F:	include/linux/crash_core.h
+F:	include/linux/crash_dump.h
+F:	include/uapi/linux/vmcore.h
+F:	kernel/crash.*
 
 KEENE FM RADIO TRANSMITTER DRIVER
 M:	Hans Verkuil <hverkuil@xs4all.nl>
-- 
2.17.2


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: add files related to kdump
  2020-05-20  8:05 ` Baoquan He
@ 2020-05-20  9:14   ` Dave Young
  -1 siblings, 0 replies; 10+ messages in thread
From: Dave Young @ 2020-05-20  9:14 UTC (permalink / raw)
  To: Baoquan He; +Cc: linux-kernel, akpm, kexec, vgoyal

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 <bhe@redhat.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 83cf5c43242a..2f9eefd33114 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
>  S:	Maintained
>  W:	http://lse.sourceforge.net/kdump/
>  F:	Documentation/admin-guide/kdump/
> +F:	fs/proc/vmcore.c
> +F:	include/linux/crash_core.h
> +F:	include/linux/crash_dump.h
> +F:	include/uapi/linux/vmcore.h
> +F:	kernel/crash.*

ls kernel/crash.*
ls: cannot access 'kernel/crash.*': No such file or directory

But ls kernel/crash*
kernel/crash_core.c  kernel/crash_dump.c

Thanks
Dave


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: add files related to kdump
@ 2020-05-20  9:14   ` Dave Young
  0 siblings, 0 replies; 10+ messages in thread
From: Dave Young @ 2020-05-20  9:14 UTC (permalink / raw)
  To: Baoquan He; +Cc: akpm, kexec, linux-kernel, vgoyal

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 <bhe@redhat.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 83cf5c43242a..2f9eefd33114 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
>  S:	Maintained
>  W:	http://lse.sourceforge.net/kdump/
>  F:	Documentation/admin-guide/kdump/
> +F:	fs/proc/vmcore.c
> +F:	include/linux/crash_core.h
> +F:	include/linux/crash_dump.h
> +F:	include/uapi/linux/vmcore.h
> +F:	kernel/crash.*

ls kernel/crash.*
ls: cannot access 'kernel/crash.*': No such file or directory

But ls kernel/crash*
kernel/crash_core.c  kernel/crash_dump.c

Thanks
Dave


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: add files related to kdump
  2020-05-20  9:14   ` Dave Young
@ 2020-05-20  9:43     ` Baoquan He
  -1 siblings, 0 replies; 10+ messages in thread
From: Baoquan He @ 2020-05-20  9:43 UTC (permalink / raw)
  To: Dave Young; +Cc: akpm, kexec, linux-kernel, vgoyal

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 <bhe@redhat.com>
> > ---
> >  MAINTAINERS | 5 +++++
> >  1 file changed, 5 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 83cf5c43242a..2f9eefd33114 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
> >  S:	Maintained
> >  W:	http://lse.sourceforge.net/kdump/
> >  F:	Documentation/admin-guide/kdump/
> > +F:	fs/proc/vmcore.c
> > +F:	include/linux/crash_core.h
> > +F:	include/linux/crash_dump.h
> > +F:	include/uapi/linux/vmcore.h
> > +F:	kernel/crash.*
> 
> ls kernel/crash.*
> ls: cannot access 'kernel/crash.*': No such file or directory
> 
> But ls kernel/crash*
> kernel/crash_core.c  kernel/crash_dump.c

Is below patten ok? Surely kernel/crash* is also OK to me. Thanks.

F:	kernel/crash_*.c


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: add files related to kdump
@ 2020-05-20  9:43     ` Baoquan He
  0 siblings, 0 replies; 10+ messages in thread
From: Baoquan He @ 2020-05-20  9:43 UTC (permalink / raw)
  To: Dave Young; +Cc: akpm, kexec, linux-kernel, vgoyal

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 <bhe@redhat.com>
> > ---
> >  MAINTAINERS | 5 +++++
> >  1 file changed, 5 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 83cf5c43242a..2f9eefd33114 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
> >  S:	Maintained
> >  W:	http://lse.sourceforge.net/kdump/
> >  F:	Documentation/admin-guide/kdump/
> > +F:	fs/proc/vmcore.c
> > +F:	include/linux/crash_core.h
> > +F:	include/linux/crash_dump.h
> > +F:	include/uapi/linux/vmcore.h
> > +F:	kernel/crash.*
> 
> ls kernel/crash.*
> ls: cannot access 'kernel/crash.*': No such file or directory
> 
> But ls kernel/crash*
> kernel/crash_core.c  kernel/crash_dump.c

Is below patten ok? Surely kernel/crash* is also OK to me. Thanks.

F:	kernel/crash_*.c


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: add files related to kdump
  2020-05-20  9:43     ` Baoquan He
@ 2020-05-20  9:48       ` Dave Young
  -1 siblings, 0 replies; 10+ messages in thread
From: Dave Young @ 2020-05-20  9:48 UTC (permalink / raw)
  To: Baoquan He; +Cc: akpm, kexec, linux-kernel, vgoyal

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.
> > > 
> > > Signed-off-by: Baoquan He <bhe@redhat.com>
> > > ---
> > >  MAINTAINERS | 5 +++++
> > >  1 file changed, 5 insertions(+)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 83cf5c43242a..2f9eefd33114 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
> > >  S:	Maintained
> > >  W:	http://lse.sourceforge.net/kdump/
> > >  F:	Documentation/admin-guide/kdump/
> > > +F:	fs/proc/vmcore.c
> > > +F:	include/linux/crash_core.h
> > > +F:	include/linux/crash_dump.h
> > > +F:	include/uapi/linux/vmcore.h
> > > +F:	kernel/crash.*
> > 
> > ls kernel/crash.*
> > ls: cannot access 'kernel/crash.*': No such file or directory
> > 
> > But ls kernel/crash*
> > kernel/crash_core.c  kernel/crash_dump.c
> 
> Is below patten ok? Surely kernel/crash* is also OK to me. Thanks.
> 
> F:	kernel/crash_*.c

Yes, looks good, thanks!

Acked-by: Dave Young <dyoung@redhat.com>

Thanks
Dave


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] MAINTAINERS: add files related to kdump
@ 2020-05-20  9:48       ` Dave Young
  0 siblings, 0 replies; 10+ messages in thread
From: Dave Young @ 2020-05-20  9:48 UTC (permalink / raw)
  To: Baoquan He; +Cc: akpm, kexec, linux-kernel, vgoyal

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.
> > > 
> > > Signed-off-by: Baoquan He <bhe@redhat.com>
> > > ---
> > >  MAINTAINERS | 5 +++++
> > >  1 file changed, 5 insertions(+)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 83cf5c43242a..2f9eefd33114 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
> > >  S:	Maintained
> > >  W:	http://lse.sourceforge.net/kdump/
> > >  F:	Documentation/admin-guide/kdump/
> > > +F:	fs/proc/vmcore.c
> > > +F:	include/linux/crash_core.h
> > > +F:	include/linux/crash_dump.h
> > > +F:	include/uapi/linux/vmcore.h
> > > +F:	kernel/crash.*
> > 
> > ls kernel/crash.*
> > ls: cannot access 'kernel/crash.*': No such file or directory
> > 
> > But ls kernel/crash*
> > kernel/crash_core.c  kernel/crash_dump.c
> 
> Is below patten ok? Surely kernel/crash* is also OK to me. Thanks.
> 
> F:	kernel/crash_*.c

Yes, looks good, thanks!

Acked-by: Dave Young <dyoung@redhat.com>

Thanks
Dave


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH v2] MAINTAINERS: add files related to kdump
  2020-05-20  8:05 ` Baoquan He
@ 2020-05-20 10:36   ` Baoquan He
  -1 siblings, 0 replies; 10+ messages in thread
From: Baoquan He @ 2020-05-20 10:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: kexec, akpm, dyoung, vgoyal

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 <bhe@redhat.com>
Acked-by: Dave Young <dyoung@redhat.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 83cf5c43242a..29c26e7a7a47 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
 S:	Maintained
 W:	http://lse.sourceforge.net/kdump/
 F:	Documentation/admin-guide/kdump/
+F:	fs/proc/vmcore.c
+F:	include/linux/crash_core.h
+F:	include/linux/crash_dump.h
+F:	include/uapi/linux/vmcore.h
+F:	kernel/crash_*.c
 
 KEENE FM RADIO TRANSMITTER DRIVER
 M:	Hans Verkuil <hverkuil@xs4all.nl>
-- 
2.17.2


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH v2] MAINTAINERS: add files related to kdump
@ 2020-05-20 10:36   ` Baoquan He
  0 siblings, 0 replies; 10+ messages in thread
From: Baoquan He @ 2020-05-20 10:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: dyoung, akpm, kexec, vgoyal

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 <bhe@redhat.com>
Acked-by: Dave Young <dyoung@redhat.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 83cf5c43242a..29c26e7a7a47 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9251,6 +9251,11 @@ L:	kexec@lists.infradead.org
 S:	Maintained
 W:	http://lse.sourceforge.net/kdump/
 F:	Documentation/admin-guide/kdump/
+F:	fs/proc/vmcore.c
+F:	include/linux/crash_core.h
+F:	include/linux/crash_dump.h
+F:	include/uapi/linux/vmcore.h
+F:	kernel/crash_*.c
 
 KEENE FM RADIO TRANSMITTER DRIVER
 M:	Hans Verkuil <hverkuil@xs4all.nl>
-- 
2.17.2


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-05-20 10:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  8:05 [PATCH] MAINTAINERS: add files related to kdump Baoquan He
2020-05-20  8:05 ` Baoquan He
2020-05-20  9:14 ` Dave Young
2020-05-20  9:14   ` Dave Young
2020-05-20  9:43   ` Baoquan He
2020-05-20  9:43     ` Baoquan He
2020-05-20  9:48     ` Dave Young
2020-05-20  9:48       ` Dave Young
2020-05-20 10:36 ` [PATCH v2] " Baoquan He
2020-05-20 10:36   ` Baoquan He

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.