All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Wei Yongjun <weiyongjun@huaweicloud.com>
Cc: Matt Johnston <matt@codeconstruct.com.au>,
	Jeremy Kerr <jk@codeconstruct.com.au>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>,
	Wei Yongjun <weiyongjun1@huawei.com>,
	netdev@vger.kernel.org
Subject: Re: [PATCH net] mctp: Fix an error handling path in mctp_init()
Date: Mon, 7 Nov 2022 20:26:24 -0800	[thread overview]
Message-ID: <20221107202624.5c6afcdd@kernel.org> (raw)
In-Reply-To: <20221107152756.180628-1-weiyongjun@huaweicloud.com>

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)

  parent reply	other threads:[~2022-11-08  4:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07 15:27 [PATCH net] mctp: Fix an error handling path in mctp_init() Wei Yongjun
2022-11-08  1:39 ` Matt Johnston
2022-11-08  4:26 ` Jakub Kicinski [this message]
2022-11-08  9:22   ` Wei Yongjun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221107202624.5c6afcdd@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jk@codeconstruct.com.au \
    --cc=matt@codeconstruct.com.au \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=weiyongjun1@huawei.com \
    --cc=weiyongjun@huaweicloud.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.