linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/page_poison: update comment after code moved
@ 2019-02-07 19:11 Michael S. Tsirkin
  2019-02-08  5:01 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2019-02-07 19:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, linux-mm, Linus Torvalds, akpm

mm/debug-pagealloc.c is no more, so of course header now needs to be
updated. This seems like something checkpatch should be
able to catch - worth looking into?

Cc: trivial@kernel.org
Cc: linux-mm@kvack.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: akpm@linux-foundation.org
Fixes: 8823b1dbc05f ("mm/page_poison.c: enable PAGE_POISONING as a separate option")
---
 include/linux/poison.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/poison.h b/include/linux/poison.h
index 15927ebc22f2..5046bad0c1c5 100644
--- a/include/linux/poison.h
+++ b/include/linux/poison.h
@@ -30,7 +30,7 @@
  */
 #define TIMER_ENTRY_STATIC	((void *) 0x300 + POISON_POINTER_DELTA)
 
-/********** mm/debug-pagealloc.c **********/
+/********** mm/page_poison.c **********/
 #ifdef CONFIG_PAGE_POISONING_ZERO
 #define PAGE_POISON 0x00
 #else
-- 
MST

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

* Re: [PATCH] mm/page_poison: update comment after code moved
  2019-02-07 19:11 [PATCH] mm/page_poison: update comment after code moved Michael S. Tsirkin
@ 2019-02-08  5:01 ` Andrew Morton
  2019-02-08  5:53   ` Michael S. Tsirkin
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2019-02-08  5:01 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: linux-kernel, trivial, linux-mm, Linus Torvalds

On Thu, 7 Feb 2019 14:11:16 -0500 "Michael S. Tsirkin" <mst@redhat.com> wrote:

> mm/debug-pagealloc.c is no more, so of course header now needs to be
> updated. This seems like something checkpatch should be
> able to catch - worth looking into?
> 
> Cc: trivial@kernel.org
> Cc: linux-mm@kvack.org
> Cc: Linus Torvalds <torvalds@linux-foundation.org>
> Cc: akpm@linux-foundation.org
> Fixes: 8823b1dbc05f ("mm/page_poison.c: enable PAGE_POISONING as a separate option")

Please send along a signed-off-by: for this.

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

* Re: [PATCH] mm/page_poison: update comment after code moved
  2019-02-08  5:01 ` Andrew Morton
@ 2019-02-08  5:53   ` Michael S. Tsirkin
  0 siblings, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2019-02-08  5:53 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, trivial, linux-mm, Linus Torvalds

On Thu, Feb 07, 2019 at 09:01:41PM -0800, Andrew Morton wrote:
> On Thu, 7 Feb 2019 14:11:16 -0500 "Michael S. Tsirkin" <mst@redhat.com> wrote:
> 
> > mm/debug-pagealloc.c is no more, so of course header now needs to be
> > updated. This seems like something checkpatch should be
> > able to catch - worth looking into?
> > 
> > Cc: trivial@kernel.org
> > Cc: linux-mm@kvack.org
> > Cc: Linus Torvalds <torvalds@linux-foundation.org>
> > Cc: akpm@linux-foundation.org
> > Fixes: 8823b1dbc05f ("mm/page_poison.c: enable PAGE_POISONING as a separate option")
> 
> Please send along a signed-off-by: for this.

Oh sorry.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Good enough or should I repost?

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

end of thread, other threads:[~2019-02-08  5:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-07 19:11 [PATCH] mm/page_poison: update comment after code moved Michael S. Tsirkin
2019-02-08  5:01 ` Andrew Morton
2019-02-08  5:53   ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).