[OpenAFS] pags, kernel 2.6.16 and 1.4.1
Jeffrey Hutzelman
jhutz@cmu.edu
Mon, 24 Apr 2006 14:24:24 -0400
On Friday, April 21, 2006 08:37:01 AM +0200 Andrej Filipcic
<andrej.filipcic@ijs.si> wrote:
> Hm, I have compiled the kernel with CONFIG_DEBUG_RODATA unset.
> Is that not enough?
No; that's only part of the problem. The other part is that even with
CONFIG_DEBUG_RODATA unset, the system call table is in a different section
now, and osi_probe doesn't know to look there for it.
As you discovered, this is fixed in 1.4.1, at least for people who turn off
CONFIG_DEBUG_RODATA.
-- Jeff