All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jérôme Glisse" <jglisse@redhat.com>
To: akpm@linux-foundation.org, <linux-kernel@vger.kernel.org>,
	linux-mm@kvack.org
Cc: "John Hubbard" <jhubbard@nvidia.com>,
	"Naoya Horiguchi" <n-horiguchi@ah.jp.nec.com>,
	"David Nellans" <dnellans@nvidia.com>,
	"Jérôme Glisse" <jglisse@redhat.com>
Subject: [HMM 0/2] Build fix and documentation
Date: Fri, 17 Mar 2017 15:27:01 -0400	[thread overview]
Message-ID: <1489778823-8694-1-git-send-email-jglisse@redhat.com> (raw)

This fix build on 32 bit system by simply disabling this feature as
it was never intented for 32 bit system. This also add documentations.

Size impact is virtualy non-existent (allyesconfig on i386 without
patchset and then with whole patchset and build fixes).

[glisse@localhost linux]$ size vmlinux-without 
   text	   data	    bss	    dec	    hex	filename
73065929	43745211	26939392	143750532	8917584	vmlinux-without
[glisse@localhost linux]$ size vmlinux
   text	   data	    bss	    dec	    hex	filename
73066001	43745211	26939392	143750604	89175cc	vmlinux

Sorry for all the build failures.

Cheers,
Jérôme


Balbir Singh (1):
  mm/hmm: Fix build on 32 bit systems

Jérôme Glisse (1):
  hmm: heterogeneous memory management documentation

 Documentation/vm/hmm.txt | 362 +++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/migrate.h  |  18 ++-
 mm/Kconfig               |   4 +-
 mm/migrate.c             |   3 +-
 4 files changed, 384 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/vm/hmm.txt

-- 
2.4.11

WARNING: multiple messages have this Message-ID (diff)
From: "Jérôme Glisse" <jglisse@redhat.com>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org
Cc: "John Hubbard" <jhubbard@nvidia.com>,
	"Naoya Horiguchi" <n-horiguchi@ah.jp.nec.com>,
	"David Nellans" <dnellans@nvidia.com>,
	"Jérôme Glisse" <jglisse@redhat.com>
Subject: [HMM 0/2] Build fix and documentation
Date: Fri, 17 Mar 2017 15:27:01 -0400	[thread overview]
Message-ID: <1489778823-8694-1-git-send-email-jglisse@redhat.com> (raw)

This fix build on 32 bit system by simply disabling this feature as
it was never intented for 32 bit system. This also add documentations.

Size impact is virtualy non-existent (allyesconfig on i386 without
patchset and then with whole patchset and build fixes).

[glisse@localhost linux]$ size vmlinux-without 
   text	   data	    bss	    dec	    hex	filename
73065929	43745211	26939392	143750532	8917584	vmlinux-without
[glisse@localhost linux]$ size vmlinux
   text	   data	    bss	    dec	    hex	filename
73066001	43745211	26939392	143750604	89175cc	vmlinux

Sorry for all the build failures.

Cheers,
JA(C)rA'me


Balbir Singh (1):
  mm/hmm: Fix build on 32 bit systems

JA(C)rA'me Glisse (1):
  hmm: heterogeneous memory management documentation

 Documentation/vm/hmm.txt | 362 +++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/migrate.h  |  18 ++-
 mm/Kconfig               |   4 +-
 mm/migrate.c             |   3 +-
 4 files changed, 384 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/vm/hmm.txt

-- 
2.4.11

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

             reply	other threads:[~2017-03-17 18:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-17 19:27 Jérôme Glisse [this message]
2017-03-17 19:27 ` [HMM 0/2] Build fix and documentation Jérôme Glisse
2017-03-17 19:27 ` [HMM 1/2] mm/hmm: Fix build on 32 bit systems Jérôme Glisse
2017-03-17 19:27   ` Jérôme Glisse
2017-03-17 19:27 ` [HMM 2/2] hmm: heterogeneous memory management documentation Jérôme Glisse
2017-03-17 19:27   ` Jérôme Glisse
2017-03-18  1:32   ` John Hubbard
2017-03-18  1:32     ` John Hubbard
2017-03-18  3:54     ` Jerome Glisse
2017-03-18  3:54       ` Jerome Glisse

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489778823-8694-1-git-send-email-jglisse@redhat.com \
    --to=jglisse@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=dnellans@nvidia.com \
    --cc=jhubbard@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=n-horiguchi@ah.jp.nec.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.