Re: [PATCH v2 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
From: David Hildenbrand
Date: Wed Mar 19 2025 - 08:03:13 EST
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@xxxxxxxxxx>
--
Cheers,
David / dhildenb