Groups
Groups
Sign in
Groups
Groups
libhugetlbfs
Conversations
About
Send feedback
Help
libhugetlbfs
Contact owners and managers
1–30 of 88
Mark all as read
Report group
0 selected
Antonio Terceiro
6/11/24
[PATCH] tests/install: don't use empty $(TESTS_64)
$(TESTS_64) expanding to nothing causes the `install` call to fail. Signed-off-by: Antonio Terceiro
unread,
[PATCH] tests/install: don't use empty $(TESTS_64)
$(TESTS_64) expanding to nothing causes the `install` call to fail. Signed-off-by: Antonio Terceiro
6/11/24
Eirik Fuller
,
Eirik Fuller
4
1/9/24
Bogus slice values in tests/mremap-expand-slice-collision.c
https://github.com/libhugetlbfs/libhugetlbfs/issues/84 links to an updated patch, which has passed
unread,
Bogus slice values in tests/mremap-expand-slice-collision.c
https://github.com/libhugetlbfs/libhugetlbfs/issues/84 links to an updated patch, which has passed
1/9/24
Thomas Abraham
2
8/10/23
[PATCH 0/1] hugeutils allow for long mount entries in find_mounts
The buffer used for parsing the mount list is not large enough. In container environments using
unread,
[PATCH 0/1] hugeutils allow for long mount entries in find_mounts
The buffer used for parsing the mount list is not large enough. In container environments using
8/10/23
Mark Dymek
,
mike kravetz
2
5/18/23
is this dead?
Hi Mark, The compile issue caused by deprecation of morecore was brought up almost 3 years ago here:
unread,
is this dead?
Hi Mark, The compile issue caused by deprecation of morecore was brought up almost 3 years ago here:
5/18/23
Mark Dymek
5/18/23
subscribe
subscribe
unread,
subscribe
subscribe
5/18/23
Mike Kravetz
,
Eric B Munson
4
8/4/22
[PATCH 0/2] fallocate hole punch clear partial pages
On 2022-07-12 18:27, Mike Kravetz wrote: > Hi Eric, > Not sure if libhugetlbfs is still being
unread,
[PATCH 0/2] fallocate hole punch clear partial pages
On 2022-07-12 18:27, Mike Kravetz wrote: > Hi Eric, > Not sure if libhugetlbfs is still being
8/4/22
张文龙
2/15/22
Add support for the LoongArch architecture
Hello, I'm excited to contribute to libhugetlbfs, I added loongarch architecture for libhugetlbfs
unread,
Add support for the LoongArch architecture
Hello, I'm excited to contribute to libhugetlbfs, I added loongarch architecture for libhugetlbfs
2/15/22
Matheus Castanho
8/20/21
[PATCH] Disable hugepage-backed malloc if __morecore is not available
Starting with glibc 2.32, __morecore hook has been marked as deprecated, and was completely removed
unread,
[PATCH] Disable hugepage-backed malloc if __morecore is not available
Starting with glibc 2.32, __morecore hook has been marked as deprecated, and was completely removed
8/20/21
Yunfeng Ye
7/9/21
[PATCH] Check the size before prepare_segment
While filesz and extrasz of seg_info is zero, mmap in prepare_segment() will fail, but in this
unread,
[PATCH] Check the size before prepare_segment
While filesz and extrasz of seg_info is zero, mmap in prepare_segment() will fail, but in this
7/9/21
Jim Hill
4/23/21
[PATCH 2/2] ld.hugetlbfs: switch to posix arithmetic expansion
The single-brace arithmetic expansion is (slowly) being deprecated, see for instance https://unix.
unread,
[PATCH 2/2] ld.hugetlbfs: switch to posix arithmetic expansion
The single-brace arithmetic expansion is (slowly) being deprecated, see for instance https://unix.
4/23/21
Jim Hill
4/23/21
[PATCH 1/2] ld.hugetlbfs: remove duplicated default EMU calc
From e149f2c8c349d16f03b2670b4c1fc56da7d41f67 Mon Sep 17 00:00:00 2001 From: Jim Hill <gjthill@
unread,
[PATCH 1/2] ld.hugetlbfs: remove duplicated default EMU calc
From e149f2c8c349d16f03b2670b4c1fc56da7d41f67 Mon Sep 17 00:00:00 2001 From: Jim Hill <gjthill@
4/23/21
Viktor Kleinik
3/18/21
[PATCH] Makefile: Add -n flag to gzip
When compressing, do not save the original file name and time stamp. The change makes libhugetlbfs
unread,
[PATCH] Makefile: Add -n flag to gzip
When compressing, do not save the original file name and time stamp. The change makes libhugetlbfs
3/18/21
Chen Hanxiao
1/5/21
[PATCH] man: use the right environment variable for backing segment
s/HUGETLB_FORCE_ELMAP/HUGETLB_FORCE_ELFMAP Signed-off-by: Chen Hanxiao <chenh...@cn.fujitsu.com
unread,
[PATCH] man: use the right environment variable for backing segment
s/HUGETLB_FORCE_ELMAP/HUGETLB_FORCE_ELFMAP Signed-off-by: Chen Hanxiao <chenh...@cn.fujitsu.com
1/5/21
Joshua Chia
12/25/20
How to prevent "Segments would overlap"
On x86-64, I'm trying to remap segments onto 1G pages. Is it possible? I'm getting the
unread,
How to prevent "Segments would overlap"
On x86-64, I'm trying to remap segments onto 1G pages. Is it possible? I'm getting the
12/25/20
la ya
,
Sandipan Das
2
10/7/20
tests: brk_near_huge: Avoid malloc assertion failure
Hi, On 15/09/20 1:39 pm, la ya wrote: > When I run run_tests.py on my computer, I get the
unread,
tests: brk_near_huge: Avoid malloc assertion failure
Hi, On 15/09/20 1:39 pm, la ya wrote: > When I run run_tests.py on my computer, I get the
10/7/20
Sandipan Das
10/6/20
[PATCH] tests: brk-near-huge: Avoid malloc chunk overwrite
There are two possible ways by which this test can pass. The first way applies to systems for which
unread,
[PATCH] tests: brk-near-huge: Avoid malloc chunk overwrite
There are two possible ways by which this test can pass. The first way applies to systems for which
10/6/20
Sandipan Das
9/11/20
[PATCH] tests: stack-grow-into-huge: Avoid getting OOM killed
On powerpc64 with Hash MMU, a task's address space is divided into 1TB slices for all virtual
unread,
[PATCH] tests: stack-grow-into-huge: Avoid getting OOM killed
On powerpc64 with Hash MMU, a task's address space is divided into 1TB slices for all virtual
9/11/20
Chunyu Hu
,
Eric B Munson
2
9/7/20
[PATCH] Wait child with os.wait()
On Thu, 07 May 2020, Chunyu Hu wrote: > os.popen() is an async method, it fork() child and exec()
unread,
[PATCH] Wait child with os.wait()
On Thu, 07 May 2020, Chunyu Hu wrote: > os.popen() is an async method, it fork() child and exec()
9/7/20
Alyssa Ross
,
Eric B Munson
2
8/10/20
[PATCH] Makefile: add MANDIR variable
On Sun, 26 Jul 2020, Alyssa Ross wrote: > Otherwise, if I want to install all the man pages
unread,
[PATCH] Makefile: add MANDIR variable
On Sun, 26 Jul 2020, Alyssa Ross wrote: > Otherwise, if I want to install all the man pages
8/10/20
Alyssa Ross
,
Eric B Munson
2
8/10/20
[PATCH] Makefile: skip LIB resolve check if NATIVEONLY
On Sat, 25 Jul 2020, Alyssa Ross wrote: > If only one architecture is being built for, it doesn
unread,
[PATCH] Makefile: skip LIB resolve check if NATIVEONLY
On Sat, 25 Jul 2020, Alyssa Ross wrote: > If only one architecture is being built for, it doesn
8/10/20
Alexandre Ghiti
,
Eric B Munson
2
3/9/20
[PATCH] Introduce basic riscv64 support
On Mon, 09 Mar 2020, Alexandre Ghiti wrote: > This simply adds syscall assembly routine, icache-
unread,
[PATCH] Introduce basic riscv64 support
On Mon, 09 Mar 2020, Alexandre Ghiti wrote: > This simply adds syscall assembly routine, icache-
3/9/20
Khem Raj
,
Eric B Munson
2
2/26/20
[PATCH] tests: add explicit permissions to open() call
On Tue, 25 Feb 2020, Khem Raj wrote: > Fixes > gethugepagesizes.c:227:35: error: open with
unread,
[PATCH] tests: add explicit permissions to open() call
On Tue, 25 Feb 2020, Khem Raj wrote: > Fixes > gethugepagesizes.c:227:35: error: open with
2/26/20
Steve Capper
,
Eric B Munson
2
2/26/20
[PATCH] ld.hugetlbfs: fix -Ttext-segment argument on AArch64
On Mon, 06 Jan 2020, Steve Capper wrote: > From: Nick Gasson <nick....@arm.com> > >
unread,
[PATCH] ld.hugetlbfs: fix -Ttext-segment argument on AArch64
On Mon, 06 Jan 2020, Steve Capper wrote: > From: Nick Gasson <nick....@arm.com> > >
2/26/20
Khem Raj
1/15/20
[PATCH] tests: add explicit permissions to open() call
Fixes gethugepagesizes.c:227:35: error: open with O_CREAT in second argument needs 3 arguments | fd =
unread,
[PATCH] tests: add explicit permissions to open() call
Fixes gethugepagesizes.c:227:35: error: open with O_CREAT in second argument needs 3 arguments | fd =
1/15/20
johnson...@gmail.com
10/31/19
effect on GNU_RELRO segment?
If an executable using libhugetlbfs contains a GNU_RELRO segment, is that affected in any way? I have
unread,
effect on GNU_RELRO segment?
If an executable using libhugetlbfs contains a GNU_RELRO segment, is that affected in any way? I have
10/31/19
rhis...@gmail.com
,
emu...@mgebm.net
2
10/6/19
Can we only compile 64-bit object on x86_64 platform?
You can disable the 32 bit builds on your machine by setting BUILDTYPE=NATIVEONLY when you run make
unread,
Can we only compile 64-bit object on x86_64 platform?
You can disable the 32 bit builds on your machine by setting BUILDTYPE=NATIVEONLY when you run make
10/6/19
Eric B Munson
9/6/19
Annoucing libhugetlbfs 2.22
The 2.22 release has been cut and is out the door. The release tar ball is available from the github
unread,
Annoucing libhugetlbfs 2.22
The 2.22 release has been cut and is out the door. The release tar ball is available from the github
9/6/19
er...@munsonfam.org
2
8/19/19
[PATCH] Check ftruncate return value
On Sun, 18 Aug 2019, er...@munsonfam.org wrote: > From: Eric B Munson <er...@munsonfam.org>
unread,
[PATCH] Check ftruncate return value
On Sun, 18 Aug 2019, er...@munsonfam.org wrote: > From: Eric B Munson <er...@munsonfam.org>
8/19/19
er...@munsonfam.org
2
8/19/19
[PATCH 1/2] Fix control reaches end of non-void function in elflink.c
On Sun, 18 Aug 2019, er...@munsonfam.org wrote: > From: Eric B Munson <er...@munsonfam.org>
unread,
[PATCH 1/2] Fix control reaches end of non-void function in elflink.c
On Sun, 18 Aug 2019, er...@munsonfam.org wrote: > From: Eric B Munson <er...@munsonfam.org>
8/19/19
er...@munsonfam.org
2
8/19/19
[PATCH 2/2] Check snprintf return values
On Sun, 18 Aug 2019, er...@munsonfam.org wrote: > From: Eric B Munson <er...@munsonfam.org>
unread,
[PATCH 2/2] Check snprintf return values
On Sun, 18 Aug 2019, er...@munsonfam.org wrote: > From: Eric B Munson <er...@munsonfam.org>
8/19/19