Re: [PATCH v2] kasan: Show gcc version requirements in Kconfig and Documentation

2015-05-07 Thread Andrey Ryabinin
2015-05-07 18:51 GMT+03:00 Jonathan Corbet : > On Fri, 17 Apr 2015 19:10:57 +0300 > Andrey Ryabinin wrote: > >> From: Joe Perches >> >> The documentation shows a need for gcc > 4.9.2, but it's >> really >=. The Kconfig entries don't show require versions >> so add them. Correct a latter/later

Re: [PATCH v2] kasan: Show gcc version requirements in Kconfig and Documentation

2015-05-07 Thread Jonathan Corbet
On Fri, 17 Apr 2015 19:10:57 +0300 Andrey Ryabinin wrote: > From: Joe Perches > > The documentation shows a need for gcc > 4.9.2, but it's > really >=. The Kconfig entries don't show require versions > so add them. Correct a latter/later typo too. > Also mention that gcc 5 required to catch

Re: [PATCH v2] kasan: Show gcc version requirements in Kconfig and Documentation

2015-05-07 Thread Andrey Ryabinin
2015-05-07 18:51 GMT+03:00 Jonathan Corbet cor...@lwn.net: On Fri, 17 Apr 2015 19:10:57 +0300 Andrey Ryabinin a.ryabi...@samsung.com wrote: From: Joe Perches j...@perches.com The documentation shows a need for gcc 4.9.2, but it's really =. The Kconfig entries don't show require versions

Re: [PATCH v2] kasan: Show gcc version requirements in Kconfig and Documentation

2015-05-07 Thread Jonathan Corbet
On Fri, 17 Apr 2015 19:10:57 +0300 Andrey Ryabinin a.ryabi...@samsung.com wrote: From: Joe Perches j...@perches.com The documentation shows a need for gcc 4.9.2, but it's really =. The Kconfig entries don't show require versions so add them. Correct a latter/later typo too. Also mention

[PATCH v2] kasan: Show gcc version requirements in Kconfig and Documentation

2015-04-17 Thread Andrey Ryabinin
From: Joe Perches The documentation shows a need for gcc > 4.9.2, but it's really >=. The Kconfig entries don't show require versions so add them. Correct a latter/later typo too. Also mention that gcc 5 required to catch out of bounds accesses to global and stack variables. Signed-off-by:

[PATCH v2] kasan: Show gcc version requirements in Kconfig and Documentation

2015-04-17 Thread Andrey Ryabinin
From: Joe Perches j...@perches.com The documentation shows a need for gcc 4.9.2, but it's really =. The Kconfig entries don't show require versions so add them. Correct a latter/later typo too. Also mention that gcc 5 required to catch out of bounds accesses to global and stack variables.