public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm•com>
To: Mark Brown <broonie@kernel•org>
Cc: "Paul Elliott" <paul.elliott@arm•com>,
	"Peter Zijlstra" <peterz@infradead•org>,
	"Andrew Jones" <drjones@redhat•com>,
	"Amit Kachhap" <amit.kachhap@arm•com>,
	"Vincenzo Frascino" <vincenzo.frascino@arm•com>,
	"Will Deacon" <will@kernel•org>,
	linux-arch@vger•kernel.org, "Marc Zyngier" <maz@kernel•org>,
	"Eugene Syromiatnikov" <esyr@redhat•com>,
	"Szabolcs Nagy" <szabolcs.nagy@arm•com>,
	"H . J . Lu " <hjl.tools@gmail•com>,
	"Yu-cheng Yu" <yu-cheng.yu@intel•com>,
	"Kees Cook" <keescook@chromium•org>,
	"Arnd Bergmann" <arnd@arndb•de>, "Jann Horn" <jannh@google•com>,
	"Richard Henderson" <richard.henderson@linaro•org>,
	"Kristina Martšenko" <kristina.martsenko@arm•com>,
	"Alexander Viro" <viro@zeniv•linux.org.uk>,
	"Thomas Gleixner" <tglx@linutronix•de>,
	linux-arm-kernel@lists•infradead.org,
	"Florian Weimer" <fweimer@redhat•com>,
	linux-kernel@vger•kernel.org, linux-fsdevel@vger•kernel.org,
	"Sudakshina Das" <sudi.das@arm•com>
Subject: Re: [PATCH v8 00/11] arm64: Branch Target Identification support
Date: Wed, 11 Mar 2020 16:28:58 +0000	[thread overview]
Message-ID: <20200311162858.GK3216816@arrakis.emea.arm.com> (raw)
In-Reply-To: <20200310124226.GC4106@sirena.org.uk>

On Tue, Mar 10, 2020 at 12:42:26PM +0000, Mark Brown wrote:
> On Mon, Mar 09, 2020 at 09:05:05PM +0000, Mark Brown wrote:
> > On Fri, Mar 06, 2020 at 10:27:29AM +0000, Catalin Marinas wrote:
> 
> > > Does this series affect uprobes in any way? I.e. can you probe a landing
> > > pad?
> 
> > You can't probe a landing pad, uprobes on landing pads will be silently
> > ignored so the program isn't disrupted, you just don't get the expected
> > trace from those uprobes.  This isn't new with the BTI support since
> > the landing pads are generally pointer auth instructions, these already
> > can't be probed regardless of what's going on with this series.  It's
> > already on the list to get sorted.
> 
> Sorry, I realized thanks to Amit's off-list prompting that I was testing
> that I was verifying with the wrong kernel binary here (user error since
> it took me a while to sort out uprobes) so this isn't quite right - you
> can probe the landing pads with or without this series.

Can we not change aarch64_insn_is_nop() to actually return true only for
NOP and ignore everything else in the hint space? We tend to re-use the
hint instructions for new things in the architecture, so I'd rather
white-list what we know we can safely probe than black-listing only some
of the hint instructions.

I haven't assessed the effort of doing the above (probably not a lot)
but as a short-term workaround we could add the BTI and PAC hint
instructions to the aarch64_insn_is_nop() (though my preferred option is
the white-list one).

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-03-11 16:29 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-27 17:44 [PATCH v8 00/11] arm64: Branch Target Identification support Mark Brown
2020-02-27 17:44 ` [PATCH v8 01/11] ELF: UAPI and Kconfig additions for ELF program properties Mark Brown
2020-02-27 17:44 ` [PATCH v8 02/11] ELF: Add ELF program property parsing support Mark Brown
2020-02-27 17:44 ` [PATCH v8 03/11] arm64: Basic Branch Target Identification support Mark Brown
2020-03-11 16:31   ` Catalin Marinas
2020-02-27 17:44 ` [PATCH v8 04/11] elf: Allow arch to tweak initial mmap prot flags Mark Brown
2020-02-27 17:44 ` [PATCH v8 05/11] arm64: elf: Enable BTI at exec based on ELF program properties Mark Brown
2020-02-27 17:44 ` [PATCH v8 06/11] arm64: BTI: Decode BYTPE bits when printing PSTATE Mark Brown
2020-02-27 17:44 ` [PATCH v8 07/11] arm64: unify native/compat instruction skipping Mark Brown
2020-02-27 17:44 ` [PATCH v8 08/11] arm64: traps: Shuffle code to eliminate forward declarations Mark Brown
2020-02-27 17:44 ` [PATCH v8 09/11] arm64: BTI: Reset BTYPE when skipping emulated instructions Mark Brown
2020-02-27 17:44 ` [PATCH v8 10/11] KVM: " Mark Brown
2020-02-27 17:44 ` [PATCH v8 11/11] arm64: mm: Display guarded pages in ptdump Mark Brown
2020-02-28  1:35 ` [PATCH v8 00/11] arm64: Branch Target Identification support Richard Henderson
2020-03-11 19:15   ` Mark Brown
2020-03-06 10:21 ` Catalin Marinas
2020-03-06 10:27 ` Catalin Marinas
2020-03-09 21:05   ` Mark Brown
2020-03-10 12:42     ` Mark Brown
2020-03-11 16:28       ` Catalin Marinas [this message]
2020-03-11 17:25         ` Mark Brown
2020-03-12 18:42           ` Catalin Marinas
2020-03-13 12:59             ` Mark Brown

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=20200311162858.GK3216816@arrakis.emea.arm.com \
    --to=catalin.marinas@arm$(echo .)com \
    --cc=amit.kachhap@arm$(echo .)com \
    --cc=arnd@arndb$(echo .)de \
    --cc=broonie@kernel$(echo .)org \
    --cc=drjones@redhat$(echo .)com \
    --cc=esyr@redhat$(echo .)com \
    --cc=fweimer@redhat$(echo .)com \
    --cc=hjl.tools@gmail$(echo .)com \
    --cc=jannh@google$(echo .)com \
    --cc=keescook@chromium$(echo .)org \
    --cc=kristina.martsenko@arm$(echo .)com \
    --cc=linux-arch@vger$(echo .)kernel.org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-fsdevel@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=maz@kernel$(echo .)org \
    --cc=paul.elliott@arm$(echo .)com \
    --cc=peterz@infradead$(echo .)org \
    --cc=richard.henderson@linaro$(echo .)org \
    --cc=sudi.das@arm$(echo .)com \
    --cc=szabolcs.nagy@arm$(echo .)com \
    --cc=tglx@linutronix$(echo .)de \
    --cc=vincenzo.frascino@arm$(echo .)com \
    --cc=viro@zeniv$(echo .)linux.org.uk \
    --cc=will@kernel$(echo .)org \
    --cc=yu-cheng.yu@intel$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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