Re: Re: fr1-2.16 patch for 2.6.10 kernel
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach denis bonnenfant:" > > mddev->pers->hot_add_disk > > md 3874: ** mddev=f7fd8d80 rdev=f7ff9980 > md 3881: ** mddev=f7fd8d80 rdev=f7ff9980 > md 3883: ** mddev=f7fd8d80 rdev=f7ff9980 > md 3884: ** mddev->pers=f88afb60 > md 3885: ** mddev->pers->hot_add_disk=f88ac388 > Unable to handle kernel NULL pointer dereference at virtual address 00000004 > printing eip: f88ac3d7 Can you show the result of % grep add /proc/kallsyms | grep hot ?? (here I get: d0932818 t hot_add_disk [md]) > PREEMPT Hmm. > Process md0_raid1 (pid: 1950, threadinfo=f408a000 task=f4ff2df0) > Stack: f7ff9980 f7fd8d80 f7ff9980 f7fd8d90 00000000 f7989e80 f88b9d17 f7fd8d80 > f7ff9980 f2f44b00 f408a000 f408bfdc f408a000 f7fd8e0c 00000000 f88ac9f5 > f7fd8d80 f2f44b00 f408a000 f408bfdc f408a000 00000000 f4ff2df0 00000000 What happened to the nice symbol translation :-). Peter