Re: [PATCH bpf-next 2/5] x86/alternative: introduce text_poke_set

From: Song Liu
Date: Wed May 18 2022 - 11:32:27 EST




> On May 18, 2022, at 12:45 AM, Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
>
> On Wed, May 18, 2022 at 06:58:46AM +0000, Song Liu wrote:
>> Hi Peter,
>>
>>> On May 15, 2022, at 10:40 PM, Song Liu <song@xxxxxxxxxx> wrote:
>>>
>>> Introduce a memset like API for text_poke. This will be used to fill the
>>> unused RX memory with illegal instructions.
>>>
>>> Suggested-by: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
>>> Signed-off-by: Song Liu <song@xxxxxxxxxx>
>>
>> Could you please share your comments on this?
>
> I wrote it; it must be good! What specifically you want to know?

Maybe just your Acked-by or Signed-off-by?

Thanks,
Song