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(-)