[OpenAFS-devel] openafs on Red Hat Enterprise Linux WS release 3

Pete Zaitcev zaitcev@redhat.com
Fri, 4 Jun 2004 09:56:29 -0700


On Fri, 04 Jun 2004 12:38:56 -0400
Derek Atkins <warlord@MIT.EDU> wrote:

> This will rebuild it, but if the kernel module can't find
> sys_call_table then just rebuilding this wont help.  I don't
> have access to an s/390 so I have no clue if the kernel has
> the necessary hooks.

Hooks are not an issue, because System.map is always available
on RHEL systems. However, the patching code has to know how the
syscall table is organized specifically on s390, paying attention
to variations of s390x (interleaved table for 64 and 31 bit modes).

-- Pete