Re: git: 0b5e4af65d0d - stable/15 - riscv: Treat pointer register as an input in fpe_store
Date: Thu, 06 Nov 2025 04:55:11 UTC
On 11/5/25 15:16, Colin Percival wrote:
> The branch stable/15 has been updated by cperciva:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=0b5e4af65d0d3dfaa318b8e6adaaa4297f94af17
>
> commit 0b5e4af65d0d3dfaa318b8e6adaaa4297f94af17
> Author: John Baldwin <jhb@FreeBSD.org>
> AuthorDate: 2025-10-30 19:52:51 +0000
> Commit: Colin Percival <cperciva@FreeBSD.org>
> CommitDate: 2025-11-05 20:16:08 +0000
>
> riscv: Treat pointer register as an input in fpe_store
>
> The contents of the memory is an output, but the pointer to that memory
> is an input. This was correct in the original version of D45697, but
> when adding appropriate clobbers, the pointer operand was incorrectly
> switched to an output rather than left an input for fpe_store.
>
> Reviewed by: jrtc27
> Obtained from: CheriBSD
> Fixes: 44d4ee7f3dad ("riscv: add FPE code.")
> MFC after: 1 day
> Sponsored by: AFRL, DARPA
> Differential Revision: https://reviews.freebsd.org/D53441
>
> (cherry picked from commit 91f66f9b377e09f59f481e653d8f64120a183806)
Thanks for merging this for me.
--
John Baldwin