* Paulo Marques ([EMAIL PROTECTED]) wrote:
> Mathieu Desnoyers wrote:
> >Hi,
>
> Hi,
>
> >[...]
> >kallsyms returns the first symbol encountered, even though it is weak,
> >when it should in fact return sys_ni_syscall.
> >
> >Is it a concern for anyone else out there ? Would it make sense to fix
On Wednesday 31 October 2007 04:49:02 Mathieu Desnoyers wrote:
> kallsyms returns the first symbol encountered, even though it is weak,
> when it should in fact return sys_ni_syscall.
Yes, it's an arbitrary choice, but preferring non-weak symbols would
definitely be a win.
Thanks!
Rusty.
-
To un
Mathieu Desnoyers wrote:
Hi,
Hi,
[...]
kallsyms returns the first symbol encountered, even though it is weak,
when it should in fact return sys_ni_syscall.
Is it a concern for anyone else out there ? Would it make sense to fix
it ?
I don't know if it is a concern, but if we're going to fix
Hi,
I am try to see how I can use kallsyms to get the mapping syscall id ->
syscall name by listing all the symbols corresponding to the function
pointers present in the sys_call_table.
However, I just ran into what I consider an unusual behavior of kallsyms:
when I list the sys_ni() (not impleme
4 matches
Mail list logo