On 2013-10-18 04:50, Steve Capper wrote:
On Tue, Sep 10, 2013 at 02:11:27PM +0100, Steve Capper wrote:
Hello, This series adds Aarch64 support and makes some minor tweaks.
The first two patches of this series add Aarch64 support to libhugetlbfs. (Starting from 3.11-rc1, the Linux Kernel supports HugeTLB and THP for ARM64).
Some general changes are also made: PROT_NONE is added to the mprotect unit test, and the linkhuge_rw test is enabled for 64 bit where there aren't any custom ldscripts.
The final patch clears up the superfluous ARM ld.hugetlbfs HTLB_LINK logic.
Any comments would be appreciated.
Cheers,
Steve
Hi guys, This is just a ping on this series. Do these patches look ok for inclusion into libhugetlbfs? Should I resend the series?
Thanks,
Steve
Steve Capper (5): Aarch64 support. Aarch64 unit test fixes. Add PROT_NONE to the mprotect test. Add linkhuge_rw test to 64 bit && !CUSTOM_LDSCIPTS Cleanup ARM ld.hugetlbfs HTLB_LINK logic
Makefile | 7 +++++++ ld.hugetlbfs | 7 +------ sys-aarch64elf.S | 34 ++++++++++++++++++++++++++++++++++ tests/Makefile | 2 +- tests/icache-hygiene.c | 7 ++++--- tests/mprotect.c | 6 ++++++ tests/mremap-expand-slice-collision.c | 2 +- 7 files changed, 54 insertions(+), 11 deletions(-) create mode 100644 sys-aarch64elf.S
-- 1.8.1.4
Steve,
The patches are looking good to me (sorry they fell off my radar). I will look to merge them this weekend and cut a new libhugetlbfs release.
Thanks, Eric