Re: [dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU

2020-01-14 Thread Maxime Coquelin
On 11/27/19 3:36 AM, Yu, Jin wrote: >> -Original Message- >> From: Bruce Richardson >> Sent: Tuesday, November 26, 2019 6:26 PM >> To: Yu, Jin >> Cc: Maxime Coquelin ; Bie, Tiwei >> ; Wang, Zhihong ; >> dev@dpdk.org; sta...@dpdk.org &

Re: [dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU

2019-11-27 Thread Bruce Richardson
sta...@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU > > > > On Tue, Nov 26, 2019 at 11:32:14PM +0800, Jin Yu wrote: > > > Fix the time of check time of use warning in example code > > > > > > Coverity issue: 350589 1586

Re: [dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU

2019-11-26 Thread Yu, Jin
> -Original Message- > From: Bruce Richardson > Sent: Tuesday, November 26, 2019 6:26 PM > To: Yu, Jin > Cc: Maxime Coquelin ; Bie, Tiwei > ; Wang, Zhihong ; > dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU >

Re: [dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU

2019-11-26 Thread Bruce Richardson
On Tue, Nov 26, 2019 at 11:32:14PM +0800, Jin Yu wrote: > Fix the time of check time of use warning in example code > > Coverity issue: 350589 158663 > Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample") > Cc: sta...@dpdk.org > > Signed-off-by: Jin Yu > --- > examples/vho

[dpdk-dev] [PATCH] examples/vhost_blk: fix the TOCTOU

2019-11-25 Thread Jin Yu
Fix the time of check time of use warning in example code Coverity issue: 350589 158663 Fixes: c19beb3f38cd ("examples/vhost_blk: introduce vhost storage sample") Cc: sta...@dpdk.org Signed-off-by: Jin Yu --- examples/vhost_blk/vhost_blk.c | 9 ++--- 1 file changed, 2 insertions(+), 7 delet