Re: [PATCH 1/2] KVM: arm64: Return -EINVAL for an empty SMCCC filter range at base 0

From: Fuad Tabba

Date: Sat Aug 29 2026 - 11:58:42 EST


On Sat, 29 Aug 2026 at 16:53, Karl Mehltretter <kmehltretter@xxxxxxxxx> wrote:
>
> On Sat, Aug 29, 2026 at 04:04:01PM +0100, Fuad Tabba wrote:
> > > Fixes: 821d935c87bc ("KVM: arm64: Introduce support for userspace SMCCC filtering")
> > > Assisted-by: LLM
> >
> > nit: this should be `Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1]
> > [TOOL2]` rather than LLM
> >
>
> When I first saw 'LLM' in a patch I thought so too.
>
> But it is now allowed, see recent discussion and merge:
>
> https://lore.kernel.org/r/87qzkuahlr.fsf@xxxxxxxxxxxxxx/

I missed that. Makes sense to be honest. Either way, that was just a nit :)

Thanks!
/fuad

>
> 816d9992d9ed ("coding-assistants: simplify attribution")
>
> > Reviewed-by: Fuad Tabba <fuad.tabba@xxxxxxxxx>
> > Tested-by: Fuad Tabba < fuad.tabba@xxxxxxxxx>
>
> Thanks for the review and also testing!
>
> Karl