Re: [U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-05-02 Thread Eugeniu Rosca
Hi Stephen, On Tue, Apr 30, 2019 at 11:59:56AM -0600, Stephen Finucane wrote: > On Tue, 2019-04-30 at 14:28 +0200, Eugeniu Rosca wrote: > > Hi Jeremy, > > > > Would you kindly feedback if it's possible to include commit > > https://github.com/getpatchwork/patchwork/commit/67faf96ab96d932 > >

Re: [U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-05-01 Thread Stephen Finucane
On Tue, 2019-04-30 at 14:28 +0200, Eugeniu Rosca wrote: > Hi Jeremy, > > Would you kindly feedback if it's possible to include commit > https://github.com/getpatchwork/patchwork/commit/67faf96ab96d932 > into U-Boot's patchwork to avoid occasional glitches in the > description of U-Boot commits?

Re: [U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-04-30 Thread Eugeniu Rosca
Hi Jeremy, Would you kindly feedback if it's possible to include commit https://github.com/getpatchwork/patchwork/commit/67faf96ab96d932 into U-Boot's patchwork to avoid occasional glitches in the description of U-Boot commits? On Sun, Apr 14, 2019 at 07:39:19PM -0400, Tom Rini wrote: > On Sun,

Re: [U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-04-14 Thread Tom Rini
On Sun, Apr 14, 2019 at 10:13:15PM +0200, Eugeniu Rosca wrote: > Hi Simon, > CC: Tom, Yamada-san, Jiri, Stephen, > > On Sat, Mar 30, 2019 at 03:19:23PM -0600, Simon Glass wrote: > > Hi Eugeniu, > > > > On Mon, 25 Mar 2019 at 04:44, Eugeniu Rosca wrote: > > > > > > Hello Simon, > > > > > > On

Re: [U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-04-14 Thread Eugeniu Rosca
Hi Simon, CC: Tom, Yamada-san, Jiri, Stephen, On Sat, Mar 30, 2019 at 03:19:23PM -0600, Simon Glass wrote: > Hi Eugeniu, > > On Mon, 25 Mar 2019 at 04:44, Eugeniu Rosca wrote: > > > > Hello Simon, > > > > On Sun, Mar 10, 2019 at 03:51:47PM -0600, Simon Glass wrote: > > [..] > > > Reviewed-by:

Re: [U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-03-30 Thread Simon Glass
Hi Eugeniu, On Mon, 25 Mar 2019 at 04:44, Eugeniu Rosca wrote: > > Hello Simon, > > On Sun, Mar 10, 2019 at 03:51:47PM -0600, Simon Glass wrote: > [..] > > Reviewed-by: Simon Glass > > Can this fix go to u-boot-dm or is more review required? > Yes it looks like it is in my queue. Regards,

Re: [U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-03-25 Thread Eugeniu Rosca
Hello Simon, On Sun, Mar 10, 2019 at 03:51:47PM -0600, Simon Glass wrote: [..] > Reviewed-by: Simon Glass Can this fix go to u-boot-dm or is more review required? Best regards, Eugeniu. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-03-10 Thread Simon Glass
On Sat, 9 Mar 2019 at 09:27, Eugeniu Rosca wrote: > > v2019.04-rc3 sandbox U-Boot fails to boot when compiled with > -fsanitize=address and linked against -lasan, reporting [1]. > > Git bisecting shows that the issue is contributed by v2019.01 commit > 1678754f5e2c ("core: ofnode: Fix

[U-Boot] [PATCH] core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address

2019-03-09 Thread Eugeniu Rosca
v2019.04-rc3 sandbox U-Boot fails to boot when compiled with -fsanitize=address and linked against -lasan, reporting [1]. Git bisecting shows that the issue is contributed by v2019.01 commit 1678754f5e2c ("core: ofnode: Fix ofnode_get_addr_index function"). The root cause seems to be the