[Libhugetlbfs-devel] 48 Horas de Ofertas Arrasadoras Pra Deixar A Concorrência De Cabelo Em Pé !!!

2014-12-13 Thread Ricardo Eletro
Esta newsletter por email le fué enviada en formato gráfico HTML. Si usted está viendo esta versión, su programa de email prefiere mensajes de texto sin formato. Usted puede leer la versión original online: http://yml

Re: [Libhugetlbfs-devel] Failure of "make func"

2014-12-13 Thread Eric B Munson
On Tue, 09 Dec 2014, Kevin O'Gorman wrote: > I'm running a fairly recent Xubuntu, with 3.13 Linux kernel on AMD64 > hardware. Although I'm expecting to run mostly 64-bit executables, I'm a > bit unnerved to find 5 of the 32-bit tests failing. > > Some peculiarities may explain this. Or not. > -

Re: [Libhugetlbfs-devel] [PATCH] Makefile: Recognize all ix86 arches

2014-12-13 Thread Eric B Munson
On Thu, 06 Nov 2014, Gary S. Robertson wrote: > From: "Gary S. Robertson" > > The makefile only recognized i386 or x86_64 arches. Added support > to recognize i486, i586, i686. > > Signed-off-by: Gary S. Robertson Applied, thanks Eric signature.asc Description: Digital signature --

Re: [Libhugetlbfs-devel] [PATCH] put address of zero size file segment above 0x80000000

2014-12-13 Thread Eric B Munson
On Tue, 25 Nov 2014, Petr Holasek wrote: > zero_filesize_segment tescase fails on s390x with segfault because program > header virtual address is set to very low value below zSeries default > 0x8000 address. > > I haven't found a way how to set custom virtual base address on s390x since ld >

Re: [Libhugetlbfs-devel] [PATCH] lower mmap size of map_high_truncate_2 on 32bit s390

2014-12-13 Thread Eric B Munson
On Fri, 05 Dec 2014, Jan Stancek wrote: > The low and high limit passed to vm_unmapped_area() in > hugetlb_get_unmapped_area() is (TASK_UNMAPPED_BASE, TASK_SIZE). > > On 64-bit kernel this is defined as: > #define TASK_UNMAPPED_BASE (test_thread_flag(TIF_31BIT) ? \ >