[PATCH 1/2] stackleak: Update for arm64

2018-05-02 Thread Laura Abbott
arm64 has another layer of indirection in the RTL. Account for this in the plugin. Signed-off-by: Laura Abbott --- Fixed from previous version to be a vector expression. --- scripts/gcc-plugins/stackleak_plugin.c | 4 1 file changed, 4 insertions(+) diff --git a/scripts/gcc-plugins/stackle

Re: [PATCH 1/2] stackleak: Update for arm64

2018-03-02 Thread Alexander Popov
Thanks for your reply, Richard! On 01.03.2018 13:33, Richard Sandiford wrote: > Alexander Popov writes: >> On 27.02.2018 13:21, Richard Sandiford wrote: >>> Alexander Popov writes: Would you be so kind to take a look at the whole STACKLEAK plugin? http://www.openwall.com/lists/kernel-h

Re: [PATCH 1/2] stackleak: Update for arm64

2018-03-01 Thread Richard Sandiford
Alexander Popov writes: > On 27.02.2018 13:21, Richard Sandiford wrote: >> Hi Alexander, >> >> Sorry for the slow reply, been caught up in an office move. > > Thank you very much for the review, Richard! > >> Alexander Popov writes: >>> Would you be so kind to take a look at the whole STACKLEAK

Re: [PATCH 1/2] stackleak: Update for arm64

2018-02-28 Thread Alexander Popov
On 27.02.2018 13:21, Richard Sandiford wrote: > Hi Alexander, > > Sorry for the slow reply, been caught up in an office move. Thank you very much for the review, Richard! > Alexander Popov writes: >> Would you be so kind to take a look at the whole STACKLEAK plugin? >> http://www.openwall.com/l

Re: [PATCH 1/2] stackleak: Update for arm64

2018-02-27 Thread Richard Sandiford
Hi Alexander, Sorry for the slow reply, been caught up in an office move. Alexander Popov writes: > Hello Will, Richard and GCC folks! > > On 22.02.2018 19:58, Will Deacon wrote: >> On Tue, Feb 20, 2018 at 05:13:02PM -0800, Laura Abbott wrote: >>> >>> arm64 has another layer of indirection in th

Re: [PATCH 1/2] stackleak: Update for arm64

2018-02-22 Thread Laura Abbott
On 02/22/2018 08:58 AM, Will Deacon wrote: Hi Laura, On Tue, Feb 20, 2018 at 05:13:02PM -0800, Laura Abbott wrote: arm64 has another layer of indirection in the RTL. Account for this in the plugin. Signed-off-by: Laura Abbott --- scripts/gcc-plugins/stackleak_plugin.c | 5 + 1 file ch

Re: [PATCH 1/2] stackleak: Update for arm64

2018-02-22 Thread Alexander Popov
Hello Will, Richard and GCC folks! On 22.02.2018 19:58, Will Deacon wrote: > On Tue, Feb 20, 2018 at 05:13:02PM -0800, Laura Abbott wrote: >> >> arm64 has another layer of indirection in the RTL. >> Account for this in the plugin. >> >> Signed-off-by: Laura Abbott >> --- >> scripts/gcc-plugins/s

Re: [PATCH 1/2] stackleak: Update for arm64

2018-02-22 Thread Will Deacon
Hi Laura, On Tue, Feb 20, 2018 at 05:13:02PM -0800, Laura Abbott wrote: > > arm64 has another layer of indirection in the RTL. > Account for this in the plugin. > > Signed-off-by: Laura Abbott > --- > scripts/gcc-plugins/stackleak_plugin.c | 5 + > 1 file changed, 5 insertions(+) > > diff

[PATCH 1/2] stackleak: Update for arm64

2018-02-20 Thread Laura Abbott
arm64 has another layer of indirection in the RTL. Account for this in the plugin. Signed-off-by: Laura Abbott --- scripts/gcc-plugins/stackleak_plugin.c | 5 + 1 file changed, 5 insertions(+) diff --git a/scripts/gcc-plugins/stackleak_plugin.c b/scripts/gcc-plugins/stackleak_plugin.c ind