From: Tom Vier <tmv@comcast.net>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] alpha ptrace fix Re: Linux 2.4.21-pre6
Date: Thu, 27 Mar 2003 20:59:55 -0500 [thread overview]
Message-ID: <20030328015955.GA20780@zero> (raw)
In-Reply-To: <Pine.LNX.4.53L.0303262107480.2544@freak.distro.conectiva>
Chris Wright posted this change for alpha that's needed for the ptrace fix.
--
Tom Vier <tmv@comcast.net>
DSA Key ID 0xE6CB97DA
--- linux/arch/alpha/kernel/entry.S.kmod Tue Mar 18 18:17:46 2003
+++ linux-patched/arch/alpha/kernel/entry.S Tue Mar 18 18:18:50 2003
@@ -234,8 +234,8 @@
* arch_kernel_thread(fn, arg, clone_flags)
*/
.align 3
-.globl kernel_thread
-.ent kernel_thread
+.globl arch_kernel_thread
+.ent arch_kernel_thread
arch_kernel_thread:
ldgp $29,0($27) /* we can be called from a module */
.frame $30, 4*8, $26
@@ -265,7 +265,7 @@
mov $0,$16
mov $31,$26
jsr $31,sys_exit
-.end kernel_thread
+.end arch_kernel_thread
/*
* __kernel_execve(path, argv, envp, regs)
next prev parent reply other threads:[~2003-03-28 1:51 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-27 0:08 Linux 2.4.21-pre6 Marcelo Tosatti
2003-03-27 1:50 ` [BK] Bluetooth updates for 2.4.21-pre6 Max Krasnyansky
2003-03-27 1:53 ` Johannes Erdfelt
2003-03-27 17:32 ` Max Krasnyansky
2003-03-27 7:53 ` Linux 2.4.21-pre6 Roger Luethi
2003-03-27 13:49 ` Jeff Garzik
2003-03-27 8:48 ` Christoph Hellwig
2003-03-27 10:10 ` mdew
2003-03-27 19:18 ` Linus Torvalds
2003-03-27 10:42 ` Geert Uytterhoeven
2003-03-27 11:56 ` Alan Cox
2003-03-27 12:01 ` Jan Knutar
2003-03-27 12:50 ` Jens Axboe
2003-03-27 13:56 ` DervishD
2003-03-27 11:47 ` Meelis Roos
2003-03-27 10:45 ` Bas Vermeulen
2003-03-27 14:12 ` Jörn Engel
2003-03-27 16:25 ` Stephan von Krawczynski
2003-03-27 16:51 ` [PATCH] d_alloc_anon for 2.4.21-pre6 Christoph Hellwig
2003-03-27 22:25 ` J.A. Magallon
2003-03-27 22:30 ` Christoph Hellwig
2003-03-27 20:41 ` [2.4 patch] fix multiple definitions of ipv6_ext_hdr Adrian Bunk
2003-03-27 20:42 ` David S. Miller
2003-03-28 1:59 ` Tom Vier [this message]
2003-03-31 18:16 ` Linux 2.4.21-pre6 Alvaro Figueroa
2003-03-31 18:35 ` Alan Cox
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=20030328015955.GA20780@zero \
--to=tmv@comcast.net \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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.