From: Ingo Molnar <mingo@elte.hu>
To: Roland McGrath <roland@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Miklos Szeredi <miklos@szeredi.hu>, Jeff Dike <jdike@addtoit.com>,
Andrew Morton <akpm@linux-foundation.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] x86 ptrace: fix compat PTRACE_SETREGS
Date: Fri, 22 Feb 2008 10:08:44 +0100 [thread overview]
Message-ID: <20080222090843.GA327@elte.hu> (raw)
In-Reply-To: <20080222043725.025A02701D5@magilla.localdomain>
* Roland McGrath <roland@redhat.com> wrote:
> Simple typo fix for regression introduced by the user_regset changes.
> - ret = putreg(target, pos, *k++);
> + ret = putreg32(target, pos, *k++);
> - ret = putreg(target, pos, word);
> + ret = putreg32(target, pos, word);
thanks, applied.
Ingo
prev parent reply other threads:[~2008-02-22 9:09 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-15 11:43 2.6.24-mm1 bugs Miklos Szeredi
2008-02-15 12:45 ` Peter Zijlstra
2008-02-15 12:54 ` Miklos Szeredi
2008-02-18 12:05 ` Miklos Szeredi
2008-02-15 16:28 ` Kok, Auke
2008-02-15 16:41 ` Miklos Szeredi
2008-02-15 16:53 ` Kok, Auke
2008-02-15 17:51 ` Miklos Szeredi
2008-02-15 18:15 ` Miklos Szeredi
2008-02-15 18:16 ` Kok, Auke
2008-02-15 18:24 ` Miklos Szeredi
2008-02-15 18:36 ` Kok, Auke
2008-02-15 16:42 ` Kok, Auke
2008-02-15 16:46 ` isofs - " Valdis.Kletnieks
2008-02-15 20:15 ` Andrew Morton
2008-02-15 18:47 ` Jeff Dike
2008-02-15 19:52 ` Miklos Szeredi
2008-02-15 20:27 ` Bartlomiej Zolnierkiewicz
2008-02-15 20:46 ` Jeff Dike
2008-02-15 21:00 ` Miklos Szeredi
2008-02-18 21:03 ` [bug] uml doesn't boot under 2.6.25-rc1 host (was Re: 2.6.24-mm1 bugs) Miklos Szeredi
2008-02-21 17:20 ` Miklos Szeredi
2008-02-21 23:54 ` Jeff Dike
2008-02-22 4:37 ` Roland McGrath
2008-02-22 4:37 ` [PATCH] x86 ptrace: fix compat PTRACE_SETREGS Roland McGrath
2008-02-22 9:08 ` Ingo Molnar [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=20080222090843.GA327@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=roland@redhat.com \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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.