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 t

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 o