[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1489778823-8694-1-git-send-email-jglisse@redhat.com>
Date: Fri, 17 Mar 2017 15:27:01 -0400
From: Jérôme Glisse <jglisse@...hat.com>
To: akpm@...ux-foundation.org, <linux-kernel@...r.kernel.org>,
linux-mm@...ck.org
Cc: John Hubbard <jhubbard@...dia.com>,
Naoya Horiguchi <n-horiguchi@...jp.nec.com>,
David Nellans <dnellans@...dia.com>,
Jérôme Glisse <jglisse@...hat.com>
Subject: [HMM 0/2] Build fix and documentation
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@...alhost linux]$ size vmlinux-without
text data bss dec hex filename
73065929 43745211 26939392 143750532 8917584 vmlinux-without
[glisse@...alhost 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
Powered by blists - more mailing lists