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

Oleg Nesterov oleg at redhat.com
Wed Mar 19 05:00:29 PDT 2025


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" ?

Other than that, for this series:

Acked-by: Oleg Nesterov <oleg at redhat.com>




More information about the linux-arm-kernel mailing list