Commit e7577a06ae28 for kernel

commit e7577a06ae28287ca415aec5c12277e3a80ee372
Merge: d75ec7e8ba19 dbdfaae96096
Author: Paolo Abeni <pabeni@redhat.com>
Date:   Thu Mar 19 15:39:33 2026 +0100

    Merge tag 'nf-26-03-19' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

    Florian Westphal says:

    ====================
    netfilter: updates for net

    The following patchset contains Netfilter fixes for *net*:

    1) Fix UaF when netfilter bpf link goes away while nfnetlink dumps
       current hook list, we have to wait until rcu readers are gone.

    2) Fix UaF when flowtable fails to register all devices, similar
       bug as 1). From Pablo Neira Ayuso.

    3) nfnetlink_osf fails to properly validate option length fields.
       From Weiming Shi.

    netfilter pull request nf-26-03-19

    * tag 'nf-26-03-19' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
      nfnetlink_osf: validate individual option lengths in fingerprints
      netfilter: nf_tables: release flowtable after rcu grace period on error
      netfilter: bpf: defer hook memory release until rcu readers are done
    ====================

    Link: https://patch.msgid.link/20260319093834.19933-1-fw@strlen.de
    Signed-off-by: Paolo Abeni <pabeni@redhat.com>