From mboxrd@z Thu Jan 1 00:00:00 1970 From: makotouu@gmail.com (Makoto Harada) Date: Fri, 05 Sep 2014 23:21:54 +0900 Subject: How to confirm LOCALVERSION_AUTO config effect Message-ID: <5409C702.3000100@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Dear expert Would someone please teach me how to confirm LOCALVERSION_AUTO config effect ? I built my kernel with LOCALVERSION_AUTO enabled, and boot my PC with the kernel. My expectation is that uname will return the kernel version with git hush version added, however I can not see it as shown below. [makoto at vostro ~]$ zcat /proc/config.gz |grep LOCALVERSION_AUTO CONFIG_LOCALVERSION_AUTO=y [makoto at vostro ~]$ uname -a Linux vostro 3.2.0-makoto-0-dirty #5 SMP Fri Sep 5 22:32:22 JST 2014 x86_64 GNU/Linux [makoto at vostro linux_mainline][v3.2]$ git rev-parse --verify HEAD 805a6af8dba5dfdd35ec35dc52ec0122400b2610 Any insight would be highly appreciated. Kind Regards, Makoto Harada