From: Vinay Kumar Yadav <vinay.ya...@chelsio.com> Date: Wed, 27 May 2020 11:23:52 +0530
> @@ -2110,6 +2110,7 @@ struct proto tcpv6_prot = { > #endif > .diag_destroy = tcp_abort, > }; > +EXPORT_SYMBOL(tcpv6_prot); If you are going to do something which is so invasive and exposes internals so deeply, you _MUST_ use EXPORT_SYMBOL_GPL().