Re: strange behaviour in syscall

From: Sourav Sen (sourav@csa.iisc.ernet.in)
Date: Tue May 15 2001 - 15:12:21 EST


>
> Hello,
> I know that this is a newbies question, but I didn't get any
> answer in the newbies list, so I am posting it here.
>
> In 2.2.14, I have implemented a set of system calls(This is just
> academic). The numbers are from 191 - 196. (The virgin source tree has
> up to 190 in entry.S). I have given a printk in the system call proper in
> the last one(196),(and at many other places in the call chain from there).
> (Is it fair to use those syacall numbers ?)
>
> But when I boot up that kernel that printk gets executed. While
> booting, at least to my knowledge, that part of the code is not supposed
> to get executed. Also while the kernel goes down, that printk speaks
> again.

        To clarify a bit, lately I have replaced the 196 th. call by 191,
        and removed the earlier 191 st. call, now the message is not appearing.
        My guess is some interrupt is getting vectored in 196 th entry
        point, but I am totally in dark as to why such a thing might at
        all happen.

Thanks
sourav

>
> All other system calls are working fine.
>
> I am getting some oops and panic while that syscall executes, so I
> am suspicious that I am doing something that I should never have done.
>
> Do anybody has any idea what might be going wrong?
>
> Sorry to you all for disturbing,
>
> --
> sourav
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue May 15 2001 - 21:00:43 EST