Re: [PATCH] libbpf: Fix debian kernel version information parsing

From: bot+bpf-ci

Date: Mon Aug 31 2026 - 15:30:56 EST


> libbpf: Fix debian kernel version information parsing
>
> Currently get_debian_kernel_version() expects the version to be in the
> form of x.y.z but the Debian kernels uploaded to experimental are not
> always LTS kernels. Like the current Debian kernel in experimental
> is 7.2~rc7-1~exp1 and uname -v reported "Debian 7.2~rc7-1~exp1".
>
> Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>

This looks like a bug fix for get_debian_kernel_version() that was added
in an earlier commit. Should this include:

Fixes: d1d7730ff875 ("libbpf: Correctly set the kernel code version in Debian kernel.")


---
AI reviewed your patch. Please fix the bug or email reply why it's not a bug.
See: https://github.com/kernel-patches/vmtest/blob/master/ci/claude/README.md

CI run summary: https://github.com/kernel-patches/bpf/actions/runs/33399492426