[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221107202624.5c6afcdd@kernel.org>
Date: Mon, 7 Nov 2022 20:26:24 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Wei Yongjun <weiyongjun@...weicloud.com>
Cc: Matt Johnston <matt@...econstruct.com.au>,
Jeremy Kerr <jk@...econstruct.com.au>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>,
Wei Yongjun <weiyongjun1@...wei.com>, netdev@...r.kernel.org
Subject: Re: [PATCH net] mctp: Fix an error handling path in mctp_init()
On Mon, 7 Nov 2022 15:27:56 +0000 Wei Yongjun wrote:
> + mctp_routes_exit();
This function is marked as __exit, build complains:
WARNING: modpost: vmlinux.o: section mismatch in reference: mctp_init (section: .init.text) -> mctp_routes_exit (section: .exit.text)
Powered by blists - more mailing lists