Messages in this thread |  | | Date | Mon, 11 Jul 2011 11:23:48 +0800 | Subject | Re: [PATCH] x86: Fix memory leak of init_vdso_vars() | From | wzt wzt <> |
| |
maybe, we can just panic() when kmalloc failed instead of add a new GFP_PANIC.
new patch will coming soon.
On Fri, Jul 8, 2011 at 2:33 AM, Andi Kleen <ak@linux.intel.com> wrote: > When you run out of memory at early system boot (this is early > system boot only) the system is toast anyways. There's no way > to recover. > > I would just add a few GFP_PANICs and then drop the error paths. > > -Andi > >
|  |