Скачал ядро 3.2.21, не знаю как так получилось но почему то к названию ядра у меня постоянно добавляется +.
cat .config | grep -i local
CONFIG_LOCALVERSION="-testing"
Makefile:
# Read KERNELRELEASE from include/config/kernel.release (if it exists)
KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
cat include/config/kernel.release
3.2.21-testing+
cat include/generated/utsrelease.h
#define UTS_RELEASE "3.2.21-testing+"