[OpenAFS-devel] Re: OpenAFS 1.4.7pre1 Oops
Simon Wilkinson
sxw@inf.ed.ac.uk
Sat, 5 Apr 2008 21:46:53 +0100
> Hopefully this will be adressed somehow for 1.4.7; distribution
> kernels for 2.6.25 are not likely to define this option.
A quick grep suggests that this is used primarily by osi_probe.c,
both as a symbol to use to try and find the syscall table, and to
define probe limits. Could we turn it into a weak reference, and just
disable syscall probing where it doesn't exist? (I'd be highly
surprised if distribution kernels which don't have init_mm have a
writable syscall table).
S.