[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAFyWVaawEbKmccfRsFiooJeGxX6P4xDXqvWiCyiJnfTAK2g0pA@mail.gmail.com>
Date: Mon, 11 Jun 2018 20:27:52 -0700
From: Jim Wilson <jimw@...ive.com>
To: Palmer Dabbelt <palmer@...ive.com>
Cc: linux-riscv@...ts.infradead.org, Oleg Nesterov <oleg@...hat.com>,
Albert Ou <albert@...ive.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] RISC-V: Fix PTRACE_SETREGSET bug.
On Mon, Jun 11, 2018 at 5:46 PM, Palmer Dabbelt <palmer@...ive.com> wrote:
> Whoops, that's embarassing :). I poked around and didn't see this anywhere
> else, so I'm not sure where we managed to obtain this particular pathology.
Comment say it was copied from tile which I think was just recently
removed. But looking at older copy, tile has "struct pt_regs regs"
whereas riscv has "struct pt_regs *regs" and so tile needed the & and
riscv does not, but only one of the two ampersands was removed in the
riscv port. My patch removes the other one.
Jim
Powered by blists - more mailing lists