Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/dev-tools: Use gcc version number instead svn revision number

svn commit 231296 matches commit d29e939c63b71 ("Add fuzzing coverage
support") in the gcc git. The change is part of gcc 6.1.0.

Replace the svn commit number with a gcc version which everyone can
easily compare.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Sebastian Andrzej Siewior and committed by
Jonathan Corbet
58f4df3c 631605c0

+1 -1
+1 -1
Documentation/dev-tools/kcov.rst
··· 22 22 23 23 CONFIG_KCOV=y 24 24 25 - CONFIG_KCOV requires gcc built on revision 231296 or later. 25 + CONFIG_KCOV requires gcc 6.1.0 or later. 26 26 27 27 If the comparison operands need to be collected, set:: 28 28