[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080222090843.GA327@elte.hu>
Date: Fri, 22 Feb 2008 10:08:44 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Roland McGrath <roland@...hat.com>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Miklos Szeredi <miklos@...redi.hu>,
Jeff Dike <jdike@...toit.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] x86 ptrace: fix compat PTRACE_SETREGS
* Roland McGrath <roland@...hat.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists