mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix.patch added to -mm tree
@ 2017-02-03 20:41 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-02-03 20:41 UTC (permalink / raw)
  To: isimatu.yasuaki, mm-commits


The patch titled
     Subject: mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix
has been added to the -mm tree.  Its filename is
     mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Subject: mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix

The following patch is not applied correctly.
http://lkml.kernel.org/r/2c29bd9f-5b67-02d0-18a3-8828e78bbb6f@gmail.com

So the following unnecessary code still remains.

get_page_bootmem()
{
...
        page->lru.next = (struct list_head *)type;
...

The patch removes this code from get_page_bootmem()

Link: http://lkml.kernel.org/r/722b1cc4-93ac-dd8b-2be2-7a7e313b3b0b@gmail.com
Signed-off-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/memory_hotplug.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN mm/memory_hotplug.c~mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix mm/memory_hotplug.c
--- a/mm/memory_hotplug.c~mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix
+++ a/mm/memory_hotplug.c
@@ -179,7 +179,6 @@ static void release_memory_resource(stru
 void get_page_bootmem(unsigned long info,  struct page *page,
 		      unsigned long type)
 {
-	page->lru.next = (struct list_head *)type;
 	page->freelist = (void *)type;
 	SetPagePrivate(page);
 	set_page_private(page, info);
_

Patches currently in -mm which might be from isimatu.yasuaki@jp.fujitsu.com are

mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-03 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-03 20:41 + mm-memory_hotplug-set-magic-number-to-page-freelsit-instead-of-page-lrunext-fix.patch added to -mm tree akpm

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).