[PATCH v2 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite

David Hildenbrand david at redhat.com
Wed Mar 19 05:02:50 PDT 2025


On 19.03.25 13:00, Oleg Nesterov wrote:
> On 03/18, David Hildenbrand wrote:
>>
>> +	if (unlikely(!folio_test_anon(folio))) {
>> +		VM_WARN_ON_ONCE(is_register);
>> +		goto out;
>> +	}
> 
> Don't we need folio_put() before "goto out" ?
> 

Yes, thanks! ... as always, the result of some last-minute reshuffling :)

> Other than that, for this series:
> 
> Acked-by: Oleg Nesterov <oleg at redhat.com>
> 


-- 
Cheers,

David / dhildenb




More information about the linux-arm-kernel mailing list