On Feb 15, 2008 10:23 PM, Linus Torvalds <torvalds@linux-foundation.org> wrote:Sadly not for me: [ 5282.056415] ------------[ cut here ]------------ [ 5282.059757] kernel BUG at lib/list_debug.c:33! [ 5282.062055] invalid opcode: 0000 [1] SMP [ 5282.062055] CPU 3 [ 5282.062055] Modules linked in: radeon drm w83792d ipv6 tuner tea5767 tda8290 tuner_xc2028 tda9887 tuner_simple mt20xx tea5761 tvaudio msp3400 bttv videodev v4l1_compat ir_common compat_ioctl32 v4l2_common videobuf_dma_sg videobuf_core btcx_risc tveeprom usbhid pata_amd i2c_nforce2 hid sg [ 5282.062055] Pid: 12937, comm: sed Not tainted 2.6.25-rc2 #1 [ 5282.062055] RIP: 0010:[<ffffffff803bffe4>] -> then the output from the serial console stopped. I was in X, so I could not see, if there was anything more on the real console. (gdb) list *0xffffffff803bffe4 0xffffffff803bffe4 is in __list_add (lib/list_debug.c:33). 28 } 29 if (unlikely(prev->next != next)) { 30 printk(KERN_ERR "list_add corruption. prev->next should be " 31 "next (%p), but was %p. (prev=%p).\n", 32 next, prev->next, prev); 33 BUG(); 34 } 35 next->prev = new; 36 new->next = next; 37 new->prev = prev; For more on this problem see http://marc.info/?l=linux-kernel&m=120293042005445 I will now try 2.6.25-rc2-mm1. Torsten --
| Arjan van de Ven | [patch] Add basic sanity checks to the syscall execution patch |
| Matthew Wilcox | Re: AIM7 40% regression with 2.6.26-rc1 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
git: | |
| Andy Whitcroft | Re: VCS comparison table |
| David | User's mailing list? And multiple cherry pick |
| Scott Chacon | Git Community Book |
| Mark Levedahl | Re: [PATCH] Teach remote machinery about remotes.default config variable |
| Marco Peereboom | Re: Real men don't attack straw men |
| Richard Stallman | Real men don't attack straw men |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Tony Abernethy | Re: What is our ultimate goal?? |
| Arjan van de Ven | Re: [GIT]: Networking |
| Jeff Garzik | Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Denys Fedoryshchenko | packetloss, on e1000e worse than r8169? |
| Radu Rendec | Endianness problem with u32 classifier hash masks |
