[lng-odp] [PATCHv2] linux-gen: _ishm: fix normal page fallback

2017-01-22 Thread Christophe Milard
Fixing failure due to lack of huge pages. Fixes: https://bugs.linaro.org/show_bug.cgi?id=2842 Signed-off-by: Christophe Milard --- platform/linux-generic/_ishm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/linux-generic/_ishm.c

[lng-odp] [Bug 2842] New: Fall back to normal page failure

2017-01-22 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2842 Bug ID: 2842 Summary: Fall back to normal page failure Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other OS: Linux Status: UNCONFIRMED

[lng-odp] [Bug 2825] CID 174667: Resource leak in _ishm

2017-01-22 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2825 Christophe Milard changed: What|Removed |Added Resolution|--- |INVALID

[lng-odp] [Bug 2825] CID 174667: Resource leak in _ishm

2017-01-22 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2825 --- Comment #1 from Christophe Milard --- False positive: address is always NULL when fd<0. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [PATCHv2] linux-gen: _ishm: checking fstat return value.

2017-01-22 Thread Christophe Milard
Hence fixing CID 174663 (Fixes https://bugs.linaro.org/show_bug.cgi?id=2827) Signed-off-by: Christophe Milard --- since V1: -print strerror(errno) and sets __odp_errno (Maxim) -ref to bugzilla bug ID (Mike, Bill) platform/linux-generic/_ishm.c | 9 -

Re: [lng-odp] [PATCH] linux-gen: _ishm: fix normal page fallback

2017-01-22 Thread Christophe Milard
Shall I open a bug and mark it resolved immediately? On 21 January 2017 at 23:29, Bill Fischofer wrote: > This appears to be a bug fix. Bug fix patches should reference the bug > being resolved in the commit log. I'm not sure I see this in bugzilla, > so one should be

Re: [lng-odp] [PATCH v4 0/4] remove Linux specifics and dependence on test

2017-01-22 Thread Maxim Uvarov
Merged, Maxim. On 01/20/17 23:31, Mike Holmes wrote: > Starting with some clean up, rename the Linux specific files and then move > them > to a platform specific directory. A new configure option is introduced > "with-helper-platform", this defaults to match the existing odp selector >

[lng-odp] [Bug 2833] dead lock in ODP-crypto on some machine

2017-01-22 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2833 --- Comment #6 from Bill Fischofer --- Christophe: I'm not sure how to get a FIPS copy of OpenSSL here locally, I've sent you a debug patch that will provide more info about what's going on. From your BT, it appears that

Re: [lng-odp] [PATCH] linux-gen: _ishm: checking fstat return value.

2017-01-22 Thread Maxim Uvarov
On 01/22/17 01:49, Bill Fischofer wrote: > Agree with Mike on adding the Bug to the commit log > > On Fri, Jan 20, 2017 at 9:53 AM, Mike Holmes wrote: >> On 20 January 2017 at 11:40, Christophe Milard >> wrote: >>> Hence fixing CID 174663 >>

Re: [lng-odp] [API-NEXT PATCH 1/4] api: timer: add odp_timer_capability() api

2017-01-22 Thread Yi He
Hi, Bill and Mike Thanks for your comments, Kevin starts his vacation till Feb 3, Song and I will bring this thread up to him. Best Regards, Yi On 21 January 2017 at 22:53, Bill Fischofer wrote: > In general these look good, but still have some problems: > > 1. The