On Thu, Jan 19, 2023 at 11:32 AM David Marchand
wrote:
>
> If the node id check failed, graph_lock was not taken before releasing.
>
> Fixes: c59dac2ca14a ("graph: implement node operations")
> Cc: sta...@dpdk.org
>
> Signed-off-by: David Marchand
> If the node id check failed, graph_lock was no
On Mon, Jan 23, 2023 at 2:33 PM Jerin Jacob wrote:
>
> On Thu, Jan 19, 2023 at 4:02 PM David Marchand
> wrote:
> >
> > If the node id check failed, graph_lock was not taken before releasing.
>
> Thanks for the fix.
>
>
> Why not this oneline fix?
>
> [main][dpdk.org] $ git diff
> diff --git a/lib
On Mon, Jan 23, 2023 at 7:21 PM David Marchand
wrote:
>
> On Mon, Jan 23, 2023 at 2:33 PM Jerin Jacob wrote:
> >
> > On Thu, Jan 19, 2023 at 4:02 PM David Marchand
> > wrote:
> > >
> > > If the node id check failed, graph_lock was not taken before releasing.
> >
> > Thanks for the fix.
> >
> >
>
On Thu, Jan 19, 2023 at 4:02 PM David Marchand
wrote:
>
> If the node id check failed, graph_lock was not taken before releasing.
Thanks for the fix.
Why not this oneline fix?
[main][dpdk.org] $ git diff
diff --git a/lib/graph/node.c b/lib/graph/node.c
index fc6345de07..89cdcf0207 100644
--- a
> -Original Message-
> From: David Marchand
> Sent: 19 January 2023 04:03 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Jerin Jacob Kollanukkaran ; Kiran
> Kumar Kokkilagadda ; Nithin Kumar Dabilpuram
> ; Pavan Nikhilesh Bhagavatula
>
> Subject: [EXT] [PA
If the node id check failed, graph_lock was not taken before releasing.
Fixes: c59dac2ca14a ("graph: implement node operations")
Cc: sta...@dpdk.org
Signed-off-by: David Marchand
---
lib/graph/node.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/graph/node.c b/
6 matches
Mail list logo