Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-11 Thread Jonathan Corbet
On Thu, 9 Apr 2015 12:46:09 -0700 (PDT) David Rientjes wrote: > It's been merged into that tree, but I would still appreciate your > ack! Easy enough. Acked-by: Jonathan Corbet jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-11 Thread Jonathan Corbet
On Thu, 9 Apr 2015 12:46:09 -0700 (PDT) David Rientjes rient...@google.com wrote: It's been merged into that tree, but I would still appreciate your ack! Easy enough. Acked-by: Jonathan Corbet cor...@lwn.net jon -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-09 Thread David Rientjes
On Sat, 4 Apr 2015, Jonathan Corbet wrote: > On Thu, 2 Apr 2015 15:50:15 -0700 (PDT) > David Rientjes wrote: > > > Don't only specify munmap(2) behavior with respect the hugetlb memory, all > > other syscalls get naturally aligned to the native page size of the > > processor. Rather, pick

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-09 Thread David Rientjes
On Sat, 4 Apr 2015, Jonathan Corbet wrote: On Thu, 2 Apr 2015 15:50:15 -0700 (PDT) David Rientjes rient...@google.com wrote: Don't only specify munmap(2) behavior with respect the hugetlb memory, all other syscalls get naturally aligned to the native page size of the processor.

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-04 Thread Jonathan Corbet
On Thu, 2 Apr 2015 15:50:15 -0700 (PDT) David Rientjes wrote: > Don't only specify munmap(2) behavior with respect the hugetlb memory, all > other syscalls get naturally aligned to the native page size of the > processor. Rather, pick out munmap(2) as a specific example. So I was going to

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-04 Thread Jonathan Corbet
On Thu, 2 Apr 2015 15:50:15 -0700 (PDT) David Rientjes rient...@google.com wrote: Don't only specify munmap(2) behavior with respect the hugetlb memory, all other syscalls get naturally aligned to the native page size of the processor. Rather, pick out munmap(2) as a specific example. So I

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-03 Thread Hillf Danton
> > Don't only specify munmap(2) behavior with respect the hugetlb memory, all > other syscalls get naturally aligned to the native page size of the > processor. Rather, pick out munmap(2) as a specific example. > > Signed-off-by: David Rientjes > --- Acked-by: Hillf Danton >

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-03 Thread Hillf Danton
Don't only specify munmap(2) behavior with respect the hugetlb memory, all other syscalls get naturally aligned to the native page size of the processor. Rather, pick out munmap(2) as a specific example. Signed-off-by: David Rientjes rient...@google.com --- Acked-by: Hillf Danton

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-02 Thread Hugh Dickins
On Thu, 2 Apr 2015, David Rientjes wrote: > Don't only specify munmap(2) behavior with respect the hugetlb memory, all > other syscalls get naturally aligned to the native page size of the > processor. Rather, pick out munmap(2) as a specific example. > > Signed-off-by: David Rientjes

[patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-02 Thread David Rientjes
Don't only specify munmap(2) behavior with respect the hugetlb memory, all other syscalls get naturally aligned to the native page size of the processor. Rather, pick out munmap(2) as a specific example. Signed-off-by: David Rientjes --- Documentation/vm/hugetlbpage.txt | 7 +-- 1 file

Re: [patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-02 Thread Hugh Dickins
On Thu, 2 Apr 2015, David Rientjes wrote: Don't only specify munmap(2) behavior with respect the hugetlb memory, all other syscalls get naturally aligned to the native page size of the processor. Rather, pick out munmap(2) as a specific example. Signed-off-by: David Rientjes

[patch -mm] mm, doc: cleanup and clarify munmap behavior for hugetlb memory fix

2015-04-02 Thread David Rientjes
Don't only specify munmap(2) behavior with respect the hugetlb memory, all other syscalls get naturally aligned to the native page size of the processor. Rather, pick out munmap(2) as a specific example. Signed-off-by: David Rientjes rient...@google.com --- Documentation/vm/hugetlbpage.txt |