aquasecurity/btfhub

SUSE filenames do not match output of uname -r

brycekahle opened this issue · 0 comments

From https://www.suse.com/support/kb/doc/?id=000019126

To break down the output of our example "kernel-default-4.4.114-92.64.1.x86_64":

kernel-default-: This is the package name. For kernel packages "default" (after dash in name) is the kernel flavor.
4.4.114-: This is the kernel version.
92.64: Package release.
.1: The build counter.
.x86_64: The kernel architecture.

The build counter is not reported in "uname -r" because it is for build service bookkeeping and does not denote a change in the kernel package.

I'm fixing this now in btfhub and generating new BTF tarballs, but figured I'd file an issue in case anyone comes looking.