Bug 15062
Summary: | Kernel panic when using very large initramfs on 2.6.33-rc4 | ||
---|---|---|---|
Product: | File System | Reporter: | Nigel Kukard (nkukard) |
Component: | Other | Assignee: | other_other |
Status: | RESOLVED OBSOLETE | ||
Severity: | high | CC: | alan, js |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.33-rc4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Nigel Kukard
2010-01-15 10:21:01 UTC
This seems to happen with a 77Mb initramfs .cpio file I just tried one that is 22Mb and it loads with no problem. I've tested so far 2.6.33-rc4 and 2.6.32 with the same results. qemu -kernel /tmp/bzImage -initrd /tmp/initramfs.cpio -m 512 /dev/zero -serial file:/tmp/serial.log -append "console=ttyS0,9600 console=tty0" Thats what I'm using to test. I can confirm this bug in all new kernel versions. The only recent kernel that it doesn't happen in is 2.6.27.54 I've tried the latest 2.6.32, 2.6.33, 2.6.34, 2.6.35, 2.6.36, 2.6.37, 2.6.38 kernels and they all do this. Does anyone have a solution? |