Re: [PATCH v6 0/5] Fortify strscpy()

2020-11-22 Thread Francis Laniel
Le vendredi 20 novembre 2020, 20:52:07 CET Kees Cook a écrit : > On Fri, Nov 20, 2020 at 10:40:38AM +0100, Francis Laniel wrote: > > Le vendredi 20 novembre 2020, 02:35:43 CET Andrew Morton a écrit : > > > On Thu, 19 Nov 2020 17:49:10 +0100 laniel_fran...@privacyrequired.com wrote: > > > > This pa

Re: [PATCH v6 0/5] Fortify strscpy()

2020-11-20 Thread Kees Cook
On Fri, Nov 20, 2020 at 10:40:38AM +0100, Francis Laniel wrote: > Le vendredi 20 novembre 2020, 02:35:43 CET Andrew Morton a écrit : > > On Thu, 19 Nov 2020 17:49:10 +0100 laniel_fran...@privacyrequired.com wrote: > > > This patch set answers to this issue: > > > https://github.com/KSPP/linux/issue

Re: [PATCH v6 0/5] Fortify strscpy()

2020-11-20 Thread Francis Laniel
Le vendredi 20 novembre 2020, 14:33:53 CET David Laight a écrit : > From: Andrew Morton > > > Sent: 20 November 2020 01:36 > > ... > > > Could you please send along a reworked [0/n] cover letter? Explain in > > your own words, without requiring that readers go off and read web > > pages > > >

RE: [PATCH v6 0/5] Fortify strscpy()

2020-11-20 Thread David Laight
From: Andrew Morton > Sent: 20 November 2020 01:36 ... > Could you please send along a reworked [0/n] cover letter? Explain in > your own words, without requiring that readers go off and read web > pages > > - What problem the patchset solves > - How it solves it > - The value of the patchset (to

Re: [PATCH v6 0/5] Fortify strscpy()

2020-11-20 Thread Francis Laniel
Le vendredi 20 novembre 2020, 02:35:43 CET Andrew Morton a écrit : > On Thu, 19 Nov 2020 17:49:10 +0100 laniel_fran...@privacyrequired.com wrote: > > From: Francis Laniel > > > > Hi. > > > > > > I hope your families, friends and yourselves are fine. > > Thanks. You too ;) Thank you! > > Thi

Re: [PATCH v6 0/5] Fortify strscpy()

2020-11-19 Thread Andrew Morton
On Thu, 19 Nov 2020 17:49:10 +0100 laniel_fran...@privacyrequired.com wrote: > From: Francis Laniel > > Hi. > > > I hope your families, friends and yourselves are fine. Thanks. You too ;) > This patch set answers to this issue: > https://github.com/KSPP/linux/issues/46 I fail to understand

[PATCH v6 0/5] Fortify strscpy()

2020-11-19 Thread laniel_francis
From: Francis Laniel Hi. I hope your families, friends and yourselves are fine. This patch set answers to this issue: https://github.com/KSPP/linux/issues/46 I based my modifications on top of two patches from Daniel Axtens which modify calls to __builtin_object_size to ensure the true size o