i find that when the default kernel is loaded the
revision is different from that reported in
/usr/src/linux/include/linux/utsrelease.h.
devoteam:~ # cat /usr/src/linux/include/linux/utsrelease.h
#define UTS_RELEASE “2.6.27.19-9-default”
devoteam:~ # uname -r
2.6.27.7-9-default
devoteam:~ # zypper info kernel-source
Loading repository data…
Reading installed packages…
Information for package kernel-source:
Repository: @System
Name: kernel-source
Version: 2.6.27.19-3.2.1
Arch: i586
Vendor: openSUSE
Installed: Yes
Status: up-to-date
Installed Size: 289.7 M
Summary: The Linux Kernel Sources
Description:
Linux kernel sources with many fixes and improvements.
can’t figure out why the default kernel is not matched to the source; would apprecitate clues on how to align the running kernel with the kernel source and utsrelease.h
thanks
mike