[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <m1vedtpwks.fsf@ebiederm.dsl.xmission.com>
Date: Mon, 11 Jun 2007 23:32:03 -0600
From: ebiederm@...ssion.com (Eric W. Biederman)
To: Shani Moideen <shani.moideen@...ro.com>
Cc: kexec@...ts.infradead.org, linux-kernel@...r.kernel.org,
kernel-janitors@...ts.osdl.org
Subject: Re: [KJ PATCH] Replacing memcpy(dest,src,PAGE_SIZE) with copy_page(dest,src) in arch/i386/kernel/machine_kexec.c
Shani Moideen <shani.moideen@...ro.com> writes:
> Hi,
> Replacing memcpy(dest,src,PAGE_SIZE) with copy_page(dest,src) in
> arch/i386/kernel/machine_kexec.c.
Please no.
People get creative in copy_page (especially mmx_copy_page),
and this code path need something simple and stupid, that
will work every time, especially when things are messed up
elsewhere.
Ideally we would actually do all of the setup before this point.
but that is another issue entirely.
Eric
-
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