On Tue, 11 Feb 2025 at 10:46, Peter Maydell <peter.mayd...@linaro.org> wrote:
>
> (added qemu-devel to the cc list)
>
> On Mon, 10 Feb 2025 at 17:26, Stu Grossman <stu.gross...@gmail.com> wrote:
> >
> > I've been getting SIGBUS cores with a bunch of user apps running under
> > linux 5.15 and qemu-system-aarch64.  These happen to be 32 bit (T32?)
> > programs.

> > The fix is to defer the register stores till after both words have been
> > read from memory.
> >
> > Here is my fix:

[snip patch]

> Yes, this fix looks correct to me. Can you provide a
> Signed-off-by: tag for it? We can't accept it as a patch
> without that. (I can do the other administrative tidying
> up of it into a commit, but the signed-off-by is what says
> you have the legal right and are happy to submit it to QEMU
> under our license (LGPLv2.1+ in this case)).

Hi -- this is just a nudge about whether you can provide
a signed-off-by line for this fix. I'd love to take it,
but can't without a signed-off-by. (Otherwise I'll have to
reimplement it from scratch, which I'll do at some point.)

thanks
-- PMM

Reply via email to