From: "David S. Miller" <davem@redhat.com>
To: sparclinux@vger.kernel.org
Subject: Re: [2.6] busybox EFAULT on sparc64
Date: Fri, 27 Aug 2004 01:06:28 +0000 [thread overview]
Message-ID: <20040826180628.1fd4e09f.davem@redhat.com> (raw)
In-Reply-To: <20040818235528.GA8070@triplehelix.org>
On Thu, 26 Aug 2004 17:57:27 -0700
Joshua Kwan <joshk@triplehelix.org> wrote:
> syslog(0x2, 0xefffed20, 0x1000
>
> At this point everything hangs. I'm not sure if there's another four
> digits after the 0x1000.
>
> Ideas?
This should fix it.
=== arch/sparc64/kernel/sys32.S 1.9 vs edited ==--- 1.9/arch/sparc64/kernel/sys32.S 2004-06-03 14:51:21 -07:00
+++ edited/arch/sparc64/kernel/sys32.S 2004-08-26 17:49:39 -07:00
@@ -120,7 +120,7 @@
SIGN2(sys32_setpgid, sys_setpgid, %o0, %o1)
SIGN3(sys32_setpriority, sys_setpriority, %o0, %o1, %o2)
SIGN1(sys32_ssetmask, sys_ssetmask, %o0)
-SIGN2(sys32_syslog, sys_syslog, %o0, %o1)
+SIGN2(sys32_syslog, sys_syslog, %o0, %o2)
SIGN1(sys32_umask, sys_umask, %o0)
SIGN3(sys32_tgkill, sys_tgkill, %o0, %o1, %o2)
SIGN1(sys32_sendto, sys_sendto, %o0)
prev parent reply other threads:[~2004-08-27 1:06 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-18 23:55 [2.6] busybox EFAULT on sparc64 Joshua Kwan
2004-08-18 23:55 ` Joshua Kwan
2004-08-19 0:04 ` Joshua Kwan
2004-08-19 0:04 ` Joshua Kwan
2004-08-19 0:06 ` David S. Miller
2004-08-19 0:06 ` David S. Miller
2004-08-19 0:07 ` David S. Miller
2004-08-19 0:07 ` David S. Miller
2004-08-19 1:43 ` David S. Miller
2004-08-19 1:43 ` David S. Miller
2004-08-19 9:09 ` Joshua Kwan
2004-08-19 9:09 ` Joshua Kwan
2004-08-19 16:52 ` David S. Miller
2004-08-19 16:52 ` David S. Miller
2004-08-20 5:02 ` David S. Miller
2004-08-20 5:02 ` David S. Miller
2004-08-27 0:57 ` Joshua Kwan
2004-08-27 1:06 ` David S. Miller [this message]
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=20040826180628.1fd4e09f.davem@redhat.com \
--to=davem@redhat.com \
--cc=sparclinux@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.