On Fri, May 29, 2009 at 12:27 PM, Karen Eldredge <[email protected]> wrote: > Could you give me the small modification to the SuSE kernel source code?
Adding: EXPORT_SYMBOL(do_signal); to arch/powerpc/kernel/ppc_ksyms.c and/or arch/ppc/kernel/ppc_ksyms.c should do it. This should be fixed in the openafs code - the right fix would probably be to add a configure check for the availability of do_signal, and define out the probing code if it's not available, similar to what was done for init_mm. With a recent kernel like 2.6.27 the system call table won't be writable and you should be relying on keyring based PAGs anyway. Marc _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
