|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH]: Fix mem= kernel parameter
We used to support this properly but it must have got dropped during some
kernel upgrade. Thanks for adding it back in.
-- Keir
On 22/5/07 15:25, "Chris Lalancette" <clalance@xxxxxxxxxx> wrote:
> The third case is the one that is currently broken. Looking at the code
> above,
> you can see that the array allocated for the p2m table is too small in that
> case, and during the subsequent memcpy() can cause a page fault and then an
> OOPs. The attached patch handles the third case by decreasing the
> reservation,
> and only copying the appropriate number of entries into the p2m table.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|