"Robert P. J. Day" <[email protected]> writes:

>   perhaps i've just overlooked it but is there an easy way to see the
> current kernel's calculated "vermagic" string, as defined in the
> header file include/linux/vermagic.h thusly? [...]

Another way is systemtap:

# stap -g -e 'probe begin { log ( %{ VERMAGIC_STRING /* string */ %} ) exit()  
}'
3.1.0-7.fc16.x86_64 SMP mod_unload 

- FChE

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to