Hi Leon Romanovsky, My apologies, I hurriedly mistyped. Issue is not panic but a connection error . Please ignore this patch. I will send a new patch with right subject line. Thanks & Regards, Murali -----Original Message----- From: Leon Romanovsky <leon@xxxxxxxxxx> Sent: 26 September 2024 11:35 To: Anumula Murali Mohan Reddy <anumula@xxxxxxxxxxx> Cc: jgg@xxxxxxxxxx; linux-rdma@xxxxxxxxxxxxxxx; Potnuri Bharat Teja <bharat@xxxxxxxxxxx> Subject: Re: [PATCH for-next] RDMA/cxgb4: fix kernel panic for RDMA loopback test over VLAN On Thu, Sep 26, 2024 at 11:27:05AM +0530, Anumula Murali Mohan Reddy wrote: > ip_dev_find() always returns real net_device address, whether traffic > is running on a vlan or real device, if traffic is over vlan, further > derefencing real net_device address leads to kernel panic. > This patch fixes the issue by using vlan_dev_real_dev(). Please add kernel panic message and Fixes tag to the commit message. Thanks > > Signed-off-by: Anumula Murali Mohan Reddy <anumula@xxxxxxxxxxx> > Signed-off-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/cm.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)