Messages in this thread |  | | Subject | Re: [PATCH] Fix VMI crash on boot in 2.6.27+ kernels | | From | Zachary Amsden <> | | Date | Wed, 10 Dec 2008 21:44:32 -0800 |
| |
On Wed, 2008-12-10 at 16:20 -0800, Yinghai Lu wrote: > it seems still have some problem. > you moved reserve_top_address before parse_parameter...
I really only care about resetting fixmap_top. Adding more vmalloc space to accomodate what we stole is just being nice... in practice this should not be a problem.
> __VMALLOC_RESERVE will be overwriten by vmalloc=... > > you may need to split reserve_top_address() to two functions...
For now, misuse vmalloc=XXX at your own risk - why the need for it anyway?
I agree, it should be cleaned up, as HPA suggests, we should move the fixmap to a fixed place anyways, and have vmalloc area from the top of linear memory down to the end of the physical memory mapping. But there really isn't time to do anything better for 2.6.28.
Zach
|  |