On Tue, 17 Jun, at 11:41:08PM, Yinghai Lu wrote: > We need to allocate boot_params early and clear it before copy > setup_header to it. > > So kernel will not call sanitize_boot_params() to overwrite new > added parameter like ext_ramdisk_image, ext_ramdisk_size... > > We should modify boot_params later instead of touch temp buf too early. > > Signed-off-by: Yinghai Lu <[email protected]> > > --- > loaders/bzimage/bzimage.c | 65 > ++++++++++++++++++++++++---------------------- > 1 file changed, 34 insertions(+), 31 deletions(-) Applied, thanks!
-- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

