Re: Arla 0.42-RC2
Jeffrey Hutzelman <[email protected]>
| Newsgroups | gmane.comp.file-systems.arla.general |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, April 04, 2006 09:24:10 AM +0200 Tomas Olsson <[email protected]> wrote: > [email protected] (Niels Möller) writes: >> Apr 3 16:53:02 maskros kernel: Failed to find address of sys_call_table >> > I've got the same issue on my machine. I'll look into it, but this really > shouldn't have much of an impact. Yup; you're going to have that problem with 2.6.16, because they went off and moved things into different sections. Worse, if the kernel is compiled with CONFIG_DEBUG_RODATA, then on some platforms the system call table will actually be stored in read-only pages, and attempts to update it will result in a panic. We've been doing some work to update osi_probe to deal with this situation, but Chaskiel did most of the work and all of the code on this issue, and at 4am I'm not awake enough to page in the current state. We probably should do something about getting updated syscall table probing code back into Arla. -- Jeff