lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 2 May 2007 14:17:53 +0200
From:	Gregoire Favre <Gregoire.Favre@...il.com>
To:	Andi Kleen <ak@...e.de>
Cc:	Jon Burgess <jburgess777@...glemail.com>, linux-dvb@...uxtv.org,
	v4l-dvb-maintainer@...uxtv.org,
	Markus Rechberger <mrechberger@...il.com>,
	linux-kernel@...r.kernel.org, Lee Revell <rlrevell@...-job.com>
Subject: Re: [PATCH] Re: More than 2Gb problem (dvb related) ?

On Wed, May 02, 2007 at 11:35:32AM +0200, Andi Kleen wrote:

> Does this patch help?

So far so good :-)

Thank you very much.

> Index: linux/mm/vmalloc.c
> ===================================================================
> --- linux.orig/mm/vmalloc.c
> +++ linux/mm/vmalloc.c
> @@ -431,7 +431,7 @@ void *__vmalloc_area_node(struct vm_stru
>  		area->flags |= VM_VPAGES;
>  	} else {
>  		pages = kmalloc_node(array_size,
> -				(gfp_mask & ~(__GFP_HIGHMEM | __GFP_ZERO)),
> +				(gfp_mask & GFP_LEVEL_MASK),
>  				node);
>  	}
>  	area->pages = pages;
-- 
Grégoire FAVRE  http://gregoire.favre.googlepages.com  http://www.gnupg.org
               http://picasaweb.google.com/Gregoire.Favre
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ