From: Nicholas Piggin <npiggin@gmail.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Geoff Levand <geoff@infradead.org>, Nicholas Piggin <npiggin@gmail.com>
Subject: [PATCH 0/3] powerpc/ps3: Fixes for lv1 hcall assembly
Date: Wed, 27 Dec 2023 17:24:02 +1000 [thread overview]
Message-ID: <20231227072405.63751-1-npiggin@gmail.com> (raw)
This (hopefully) fixes the ELFv2 bug that Geoff reported, with patch
1. And a couple of other possible improvements I noticed.
I don't have a PS3 setup[*] so I have only compile tested these, I'm
sorry.
[*] Is RPCS3 usable for this kind of thing?
Thanks,
Nick
Nicholas Piggin (3):
powerpc/ps3: Fix lv1 hcall assembly for ELFv2 calling convention
powerpc/ps3: lv1 hcall code use symbolic constant for LR save offset
powerpc/ps3: Make real stack frames for LV1 hcalls
arch/powerpc/include/asm/ppc_asm.h | 6 +-
arch/powerpc/platforms/ps3/hvcall.S | 298 ++++++++++++++++------------
2 files changed, 171 insertions(+), 133 deletions(-)
--
2.42.0
next reply other threads:[~2023-12-27 7:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-27 7:24 Nicholas Piggin [this message]
2023-12-27 7:24 ` [PATCH 1/3] powerpc/ps3: Fix lv1 hcall assembly for ELFv2 calling convention Nicholas Piggin
2023-12-27 7:24 ` [PATCH 2/3] powerpc/ps3: lv1 hcall code use symbolic constant for LR save offset Nicholas Piggin
2023-12-27 7:24 ` [PATCH 3/3] powerpc/ps3: Make real stack frames for LV1 hcalls Nicholas Piggin
2023-12-27 9:50 ` [PATCH 0/3] powerpc/ps3: Fixes for lv1 hcall assembly Geoff Levand
2023-12-29 8:53 ` Geoff Levand
2024-02-26 5:56 ` Michael Ellerman
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=20231227072405.63751-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--cc=geoff@infradead.org \
--cc=linuxppc-dev@lists.ozlabs.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.