* [PATCH 0/2] mm/hugetlb: Fix commandline parsing behavior for invalid hugepagesize
@ 2016-03-22 10:10 Vaishali Thakkar
0 siblings, 0 replies; only message in thread
From: Vaishali Thakkar @ 2016-03-22 10:10 UTC (permalink / raw)
To: akpm
Cc: linux-kernel, linux-mm, n-horiguchi, mike.kravetz, hillf.zj,
mhocko, baiyaowei, dingel, kirill.shutemov, dave.hansen,
paul.gortmaker, Vaishali Thakkar
Current code fails to ignore the 'hugepages=' parameters when unsupported
hugepagesize is specified. With this patchset, introduce new architecture
independent routine hugetlb_bad_size to handle such command line options. And
then call it in architecture specific code.
Vaishali Thakkar (2):
mm/hugetlb: Introduce hugetlb_bad_size
arch:mm: Use hugetlb_bad_size
arch/arm64/mm/hugetlbpage.c | 1 +
arch/metag/mm/hugetlbpage.c | 1 +
arch/powerpc/mm/hugetlbpage.c | 7 +++++--
arch/tile/mm/hugetlbpage.c | 7 ++++++-
arch/x86/mm/hugetlbpage.c | 1 +
include/linux/hugetlb.h | 1 +
mm/hugetlb.c | 14 +++++++++++++-
7 files changed, 28 insertions(+), 4 deletions(-)
--
2.1.4
--
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>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-22 10:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 10:10 [PATCH 0/2] mm/hugetlb: Fix commandline parsing behavior for invalid hugepagesize Vaishali Thakkar
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).