Re: sys_call_table not exported in 2.6 kernel
From: Kasper Dupont (kasperd_at_daimi.au.dk)
Date: 09/11/05
- Next message: Kasper Dupont: "Re: defrag on linux system"
- Previous message: hondya: "sys_call_table not exported in 2.6 kernel"
- In reply to: hondya: "sys_call_table not exported in 2.6 kernel"
- Next in thread: David Schwartz: "Re: sys_call_table not exported in 2.6 kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 11 Sep 2005 08:12:25 +0200
hondya wrote:
>
> Does anyone what is the reason behind not exporting the
> "sys_call_table" symbol in the 2.6 kernel.
It was primarily used by modules changing the table,
which they are not supposed to as it causes problems
with race conditions and it becomes impossible to
safely remove a module (which becomes even worse if
you have been stacking different modules doing this).
-- Kasper Dupont Note to self: Don't try to allocate 256000 pages with GFP_KERNEL on x86.
- Next message: Kasper Dupont: "Re: defrag on linux system"
- Previous message: hondya: "sys_call_table not exported in 2.6 kernel"
- In reply to: hondya: "sys_call_table not exported in 2.6 kernel"
- Next in thread: David Schwartz: "Re: sys_call_table not exported in 2.6 kernel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|