All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: linux-kernel@vger.kernel.org
Subject: Re: strange behaviour in syscall
Date: 15 May 2001 11:21:35 -0700	[thread overview]
Message-ID: <9drs3f$7b2$1@cesium.transmeta.com> (raw)
In-Reply-To: <Pine.SOL.3.96.1010515230910.8808A-100000@kohinoor.csa.iisc.ernet.in>

Followup to:  <Pine.SOL.3.96.1010515230910.8808A-100000@kohinoor.csa.iisc.ernet.in>
By author:    Sourav Sen <sourav@csa.iisc.ernet.in>
In newsgroup: linux.dev.kernel
> 
> 	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. 
> 
> 	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,
> 

Yes, you are using system call numbers that have already been assigned
(in other kernel versions.)  libc tries to use them to see if they are
available, and so they seem to be.

	-hpa
-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt

  reply	other threads:[~2001-05-15 18:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-15 17:54 strange behaviour in syscall Sourav Sen
2001-05-15 18:21 ` H. Peter Anvin [this message]
2001-05-15 20:12 ` Sourav Sen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='9drs3f$7b2$1@cesium.transmeta.com' \
    --to=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.