From: Nicholas Piggin <npiggin@gmail.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Nicholas Piggin <npiggin@gmail.com>
Subject: [PATCH 0/2] powerpc: Disable syscall emulation and stepping
Date: Mon, 24 Jan 2022 15:57:39 +1000 [thread overview]
Message-ID: <20220124055741.3686496-1-npiggin@gmail.com> (raw)
As discussed previously
https://lists.ozlabs.org/pipermail/linuxppc-dev/2022-January/238946.html
I'm wondering whether PPC32 should be returning -1 for syscall
instructions too here? That could be done in another patch anyway.
Thanks,
Nick
Nicholas Piggin (2):
powerpc/64: remove system call instruction emulation
powerpc/uprobes: Reject uprobe on a system call instruction
arch/powerpc/include/asm/ppc-opcode.h | 1 +
arch/powerpc/kernel/interrupt_64.S | 10 -------
arch/powerpc/kernel/uprobes.c | 6 ++++
arch/powerpc/lib/sstep.c | 42 +++++++--------------------
4 files changed, 18 insertions(+), 41 deletions(-)
--
2.23.0
next reply other threads:[~2022-01-24 5:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-24 5:57 Nicholas Piggin [this message]
2022-01-24 5:57 ` [PATCH 1/2] powerpc/64: remove system call instruction emulation Nicholas Piggin
2022-01-24 5:57 ` [PATCH 2/2] powerpc/uprobes: Reject uprobe on a system call instruction Nicholas Piggin
2022-01-25 11:45 ` Michael Ellerman
2022-01-27 7:44 ` Nicholas Piggin
2022-01-28 11:30 ` Naveen N. Rao
2022-01-24 6:39 ` [PATCH 0/2] powerpc: Disable syscall emulation and stepping Christophe Leroy
2022-01-25 3:04 ` Nicholas Piggin
2022-01-25 5:53 ` Christophe Leroy
[not found] ` <52b03748fdeff1bb2eb67f6038311e26@imap.linux.ibm.com>
2022-01-27 7:39 ` Nicholas Piggin
2022-01-28 11:15 ` Naveen N. Rao
2022-01-28 11:11 ` Naveen N. Rao
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=20220124055741.3686496-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).