Re: [PATCH v2 0/2] NVKM GSP RPC message handling policy

2025-02-27 Thread Zhi Wang
On 26/02/2025 17.42, Zhi Wang wrote: > On 26/02/2025 11.32, Lyude Paul wrote: >> For the whole series: >> >> Reviewed-by: Lyude Paul >> > > Hi Lyude: > > Thanks so much for the RB. Ben found a hidden use-after-free after > enabling the KFENCE in v3.I re-spined it with a minor fixes. Please > r

Re: [PATCH v2 0/2] NVKM GSP RPC message handling policy

2025-02-26 Thread Zhi Wang
On 26/02/2025 11.32, Lyude Paul wrote: > For the whole series: > > Reviewed-by: Lyude Paul > Hi Lyude: Thanks so much for the RB. Ben found a hidden use-after-free after enabling the KFENCE in v3.I re-spined it with a minor fixes. Please review. Sorry for that. Z. > On Tue, 2025-02-25 at 2

Re: [PATCH v2 0/2] NVKM GSP RPC message handling policy

2025-02-26 Thread Lyude Paul
For the whole series: Reviewed-by: Lyude Paul On Tue, 2025-02-25 at 22:53 +, Zhi Wang wrote: > Hi folks: > > Here are the v2 version of NVKM GSP RPC message handling policy which > solves the issue reported by Ben. More details can be found in v1 [1]. > > v2: > > - Add Fixes: tag. (Danilo