Activity log for bug #934034

Date Who What changed Old value New value Message
2012-02-17 08:51:17 Philippe Langlais bug added bug
2012-02-28 17:13:18 Anmar Oueja igloocommunity: assignee Lee Jones (lag)
2012-02-28 17:13:38 Anmar Oueja igloocommunity: importance Undecided Medium
2012-02-28 17:14:17 Anmar Oueja igloocommunity: status New Confirmed
2012-03-06 09:09:00 Thomas Espersson igloocommunity: importance Medium Critical
2012-03-06 09:25:23 Thomas Espersson igloocommunity: milestone 2012.03
2012-03-06 09:31:18 Lee Jones igloocommunity: assignee Lee Jones (lag) Mathieu Poirier (mathieu.poirier)
2012-03-06 21:10:34 Mathieu Poirier igloocommunity: status Confirmed Fix Committed
2012-03-07 04:55:11 Mattias Backman branch linked lp:~mathieu.poirier/linaro-image-tools/vmalloc300
2012-03-14 09:39:01 Philippe Langlais description Since merge of io mapping into vmalloc area by N. Pitre, the vmalloc is too small for hwmem. We get this error "kernel BUG at lib/ioremap.c:27!" a temporary fix is: Stop in u-boot with a key press then use the following commands: setenv commonargs 'setenv bootargs console=${console} ip=dhcp vmalloc=272M' saveenv boot The final solution, is to set vmalloc size to 272M in default u-boot command line. Since merge of io mapping into vmalloc area by N. Pitre, the vmalloc is too small for hwmem. We get this error "kernel BUG at lib/ioremap.c:27!" a temporary fix is: Stop in u-boot with a key press then use the following commands: setenv commonargs 'setenv bootargs console=${console} ip=dhcp vmalloc=300M' saveenv boot The final solution for ubuntu kernel, is to set vmalloc size to 300M in default u-boot command line.
2012-03-14 09:39:32 Philippe Langlais summary On 3.3 kernels vmalloc size needs to be increased by 16M On 3.3 kernels vmalloc size needs to be increased
2012-04-02 10:49:29 Jayeeta Bandyopadhyay igloocommunity: status Fix Committed Fix Released