Hi, kernel_package looks in /usr/share/kernel-package/ruleset/misc/ version_vars.mk for UTS_RELEASE the following way:
UTS_RELEASE_HEADER=$(call doit,if [ -f include/linux/utsrelease.h ];
then \
echo include/linux/utsrelease.h;
\
else
\
echo include/linux/version.h ;
\
fi)
But in 2.6.33-rc1, UTS_RELEASE definition is empty in
include/linux/utsrelease.h
Looking in vermagic.h, we can see that the included file is:
#include <generated/utsrelease.h>
while it was #include <linux/utsrelease.h> in 2.6.32 for instance.
And we can see that generated/utsrelease.h contains the expected
version.
Regards
Jean-Luc
pgpq47JFNUzuC.pgp
Description: PGP signature

