public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Syscall tracing bug
Date: Thu, 26 Sep 2002 19:41:36 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590701906072@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590701906071@msgid-missing>

>>>>> On Thu, 26 Sep 2002 21:19:31 +0200, Andreas Schwab <schwab@suse.de> said:

  Andreas> Is this a bug in strace or in the kernel (maybe
  Andreas> <asm/rse.h>)?

It's a bug in the strace you're using.  This was fixed a long time ago
in the CVS tree of strace.  I haven't updated my tree since Oct 2001,
but it has the right code: around line 1279 in syscall.c, it should
say something like this:

			sof = (cfm >> 0) & 0x7f;
			sol = (cfm >> 7) & 0x7f;
			out0 = ia64_rse_skip_regs(rbs_end, -sof + sol);

	--david


  reply	other threads:[~2002-09-26 19:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-26 19:19 [Linux-ia64] Syscall tracing bug Andreas Schwab
2002-09-26 19:41 ` David Mosberger [this message]
2002-09-26 20:09 ` Andreas Schwab

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=marc-linux-ia64-105590701906072@msgid-missing \
    --to=davidm@napali.hpl.hp.com \
    --cc=linux-ia64@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox