[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250920064813.386544-1-wangliang74@huawei.com>
Date: Sat, 20 Sep 2025 14:48:13 +0800
From: Wang Liang <wangliang74@...wei.com>
To: <syzbot+f775be4458668f7d220e@...kaller.appspotmail.com>
CC: <syzkaller-bugs@...glegroups.com>, <linux-rdma@...r.kernel.org>,
<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [syzbot] [smc?] general protection fault in __smc_diag_dump (4)
#syz test
diff --git a/net/smc/smc.h b/net/smc/smc.h
index 2c9084963739..1b20f0c927d3 100644
--- a/net/smc/smc.h
+++ b/net/smc/smc.h
@@ -285,7 +285,7 @@ struct smc_connection {
struct smc_sock { /* smc sock container */
union {
struct sock sk;
- struct inet_sock icsk_inet;
+ struct inet_connection_sock inet_conn;
};
struct socket *clcsock; /* internal tcp socket */
void (*clcsk_state_change)(struct sock *sk);
--
2.34.1
Powered by blists - more mailing lists