public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] patching the syscall table via a module
@ 2002-08-14 13:31 chas williams
  2002-08-16 23:10 ` David Mosberger
  2002-08-17 23:50 ` chas williams
  0 siblings, 2 replies; 3+ messages in thread
From: chas williams @ 2002-08-14 13:31 UTC (permalink / raw)
  To: linux-ia64

afs patches the syscall table when it loads as a module.  currently afs
pags and pioctl are implemented this way.  while this might change in
the future, its not going to happen any time soon.  i have run into a
problem with this recently, and noticed that sys_call_table is declared
as .rodata.  my older ia64 machines dont seem to enforce the read only,
but the new sn machine does!

is there a particular reason the sys_call_table needs to be .rodata and
not just .data?  could it be changed?  it seems the ia64 port is the
only port that does this.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-08-17 23:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-14 13:31 [Linux-ia64] patching the syscall table via a module chas williams
2002-08-16 23:10 ` David Mosberger
2002-08-17 23:50 ` chas williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox