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, 10 Apr 2013 09:13:29 -0700
From:	Yinghai Lu <yinghai@...nel.org>
To:	Tang Chen <tangchen@...fujitsu.com>
Cc:	Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...e.hu>,
	"H. Peter Anvin" <hpa@...or.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Tejun Heo <tj@...nel.org>, Thomas Renninger <trenn@...e.de>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Fenghua Yu <fenghua.yu@...el.com>
Subject: Re: [PATCH v3 02/22] x86, microcode: Use common get_ramdisk_image()

On Tue, Apr 9, 2013 at 10:34 PM, Tang Chen <tangchen@...fujitsu.com> wrote:
> On 04/05/2013 07:46 AM, Yinghai Lu wrote:
>>         boot_params_p = (struct boot_params *)__pa_nodebug(&boot_params);
>> -       ramdisk_image = boot_params_p->hdr.ramdisk_image;
>> -       ramdisk_size  = boot_params_p->hdr.ramdisk_size;
>> +       ramdisk_image = get_ramdisk_image(boot_params_p);
>> +       ramdisk_size  = get_ramdisk_image(boot_params_p);
>
>
> Shoule be get_ramdisk_size(boot_params_p) ?
>

oh, will update that.

Thanks

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