[PATCH v12 26/39] arm64/ptrace: Expose GCS via ptrace and core files
Catalin Marinas
catalin.marinas at arm.com
Tue Sep 3 09:38:20 PDT 2024
On Mon, Sep 02, 2024 at 07:58:28PM +0100, Mark Brown wrote:
> On Mon, Sep 02, 2024 at 07:56:32PM +0100, Catalin Marinas wrote:
> > On Thu, Aug 29, 2024 at 12:27:42AM +0100, Mark Brown wrote:
>
> > > +static int gcs_get(struct task_struct *target,
> > > + const struct user_regset *regset,
> > > + struct membuf to)
>
> > > + if (target == current)
> > > + gcs_preserve_current_state();
>
> > What's the use-case where target == current and do we need something
> > similar for gcs_set()?
>
> IIRC core file generation so no.
Ah, true. Makes sense.
--
Catalin
More information about the linux-riscv
mailing list