https://bugzilla.kernel.org/show_bug.cgi?id=27002
--- Comment #5 from amuro_msg@xxxxxxxxx 2011-01-29 16:40:31 ---
So i've reproduced it on kernel 2.6.36.3 and 2.6.37. Both are vanilla.
Using the above config (http://pastebin.com/YuYAtSvw).
Both dmesg reporting the same problem.
2.6.36.3
http://pastebin.com/HFihfCCP
2.6.37
http://pastebin.com/wVHY2vJp
As far i can understand it occurs inside static void vb_free(const void *addr,
unsigned long size).
And i think it occurs inside fs/xfs/linux-2.6/xfs_buf.c file.
where vunmap() replace with vm_unmap_ram() and vmap() to vm_map_ram().
Here's the patch (same patch as above) To revert it.
http://pastebin.com/akVNGray
Thanks :).
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|