Re: [PATCH] Documentation: note that KCOV is supported since gcc 4.5

2017-06-28 Thread Dmitry Vyukov
On Wed, Dec 14, 2016 at 12:43 AM, Jonathan Corbet wrote: > On Tue, 13 Dec 2016 16:20:59 +0100 > Dmitry Vyukov wrote: > >> Now that we have gcc plugins and in particular sancov plugin, >> KCOV can be used with gcc 4.5+. Note this in the docs. > > Makes sense. Applied to docs-next, thanks. Hi Jo

Re: [PATCH] Documentation: note that KCOV is supported since gcc 4.5

2016-12-13 Thread Jonathan Corbet
On Tue, 13 Dec 2016 16:20:59 +0100 Dmitry Vyukov wrote: > Now that we have gcc plugins and in particular sancov plugin, > KCOV can be used with gcc 4.5+. Note this in the docs. Makes sense. Applied to docs-next, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc

[PATCH] Documentation: note that KCOV is supported since gcc 4.5

2016-12-13 Thread Dmitry Vyukov
Now that we have gcc plugins and in particular sancov plugin, KCOV can be used with gcc 4.5+. Note this in the docs. I've tested CONFIG_KCOV with gcc 4.8.4 (stock for ubuntu 14.04) and it works. It even emits very comparable number of coverage callbacks: 420153 vs 422211 for gcc 7.0. Cc: Jonathan