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] [day] [month] [year] [list]
Date:	Wed, 11 Jun 2008 10:52:01 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Yinghai Lu <yhlu.kernel@...il.com>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	the arch/x86 maintainers <x86@...nel.org>
Subject: Re: reserve_bootmem_generic in early_res_to_bootmem


* Yinghai Lu <yhlu.kernel@...il.com> wrote:

> >                printk(KERN_INFO "  early res: %d [%llx-%llx] %s\n", i,
> >                        final_start, final_end - 1, r->name);
> > -               reserve_bootmem_generic(final_start, final_end - final_start,
> > +               reserve_bootmem(final_start, final_end - final_start,
> >                                BOOTMEM_DEFAULT);
> >        }
> >  }
> >
> 
> or we need add reserve_bootmem_generic for 32 bit?

yes, that would be really nice - instead of the ifdeffery.

	Ingo
--
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