Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-06 Thread Hoang Huu Le
> -Original Message- > From: Xin Long > Sent: Tuesday, June 7, 2022 12:57 AM > To: tipc-discussion@lists.sourceforge.net > Subject: Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from > tipc_bc_base > > fix Jon's email address. > > On Mon, Jun 6, 2022 at 1:52 PM Xin Long

Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-06 Thread Tung Quang Nguyen
> -Original Message- > From: Xin Long > Sent: Tuesday, June 7, 2022 12:57 AM > To: tipc-discussion@lists.sourceforge.net > Subject: Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from > tipc_bc_base > > fix Jon's email address. > > On Mon, Jun 6, 2022 at 1:52 PM Xin Long

[tipc-discussion] [PATCH net] tipc: move bc link creation back to tipc_node_create

2022-06-06 Thread Xin Long
Shuang Li reported a NULL pointer dereference crash: [] BUG: kernel NULL pointer dereference, address: 0068 [] RIP: 0010:tipc_link_is_up+0x5/0x10 [tipc] [] Call Trace: [] [] tipc_bcast_rcv+0xa2/0x190 [tipc] [] tipc_node_bc_rcv+0x8b/0x200 [tipc] []

Re: [tipc-discussion] [PATCH net] tipc: move bc link creation back to tipc_node_create

2022-06-06 Thread Xin Long
fix Jon's email address. On Mon, Jun 6, 2022 at 11:24 AM Xin Long wrote: > > Shuang Li reported a NULL pointer dereference crash: > > [] BUG: kernel NULL pointer dereference, address: 0068 > [] RIP: 0010:tipc_link_is_up+0x5/0x10 [tipc] > [] Call Trace: > [] > []

Re: [tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-06 Thread Xin Long
fix Jon's email address. On Mon, Jun 6, 2022 at 1:52 PM Xin Long wrote: > > After Commit 2af5ae372a4b ("tipc: clean up unused code and structures"), > there is no place really using tn->bcbase->inputq. This patch is to > delete this member from struct tipc_bc_base. > > Signed-off-by: Xin Long >

[tipc-discussion] [PATCH net-next] tipc: remove inputq from tipc_bc_base

2022-06-06 Thread Xin Long
After Commit 2af5ae372a4b ("tipc: clean up unused code and structures"), there is no place really using tn->bcbase->inputq. This patch is to delete this member from struct tipc_bc_base. Signed-off-by: Xin Long --- net/tipc/bcast.c | 22 +- 1 file changed, 1 insertion(+), 21