]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'bpf-support-for-non_null-ptr-detection-with-jeq-jne-with-register-operand'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 10 Mar 2026 18:51:18 +0000 (11:51 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 10 Mar 2026 18:51:27 +0000 (11:51 -0700)
commit437350df8640bf0535b74a3d8bade6f707940027
tree977d0899d15ac4412007b7c2df54b734e8d5763b
parentbd2e02e3c9215305dfa344c050d5822f19929cf7
parent6a1c9a442f634e7b95c5ad0927870335b1ce299e
Merge branch 'bpf-support-for-non_null-ptr-detection-with-jeq-jne-with-register-operand'

Cupertino Miranda says:

====================
bpf: support for non_null ptr detection with JEQ/JNE with register operand

Changes from v1:
 - Corrected typos in commit messages.
 - Fixed indentation.
 - Replaced text by simpler version suggested by Eduard.
Changes from v2:
 - Small fixes after AI patch checker complaints.
Changes from v3:
 - Removed log file. No idea how that got added.
====================

Link: https://patch.msgid.link/20260304195018.181396-1-cupertino.miranda@oracle.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>