]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'bpf-split-verifier-c'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 12 Apr 2026 19:34:31 +0000 (12:34 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 12 Apr 2026 19:37:21 +0000 (12:37 -0700)
commit46ffc1f78295b8fdb587b99ffc18f29e00ec3a30
treeb93a7003f5e4da0ff2e225e300816ae697a7cc70
parent2ec74a053611edf77259ecdef1d94be181dd1dd6
parent99a832a2b5b8a8ecc1a2bdd64017892caf4aa096
Merge branch 'bpf-split-verifier-c'

Alexei Starovoitov says:

====================
v3->v4: Restore few minor comments and undo few function moves
v2->v3: Actually restore comments lost in patch 3
(instead of adding them to patch 4)
v1->v2: Restore comments lost in patch 3

verifier.c is huge. Split it into logically independent pieces.
No functional changes.
The diff is impossible to review over email.
'git show' shows minimal actual changes. Only plenty of moved lines.
Such split may cause backport headaches.
We should have split it long ago.
Even after split verifier.c is still 20k lines,
but further split is harder.
====================

Acked-by: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://patch.msgid.link/20260412152936.54262-1-alexei.starovoitov@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>