Stephen Hemminger <step...@networkplumber.org> writes:

> On Fri, 27 Jun 2025 17:00:54 -0400
> Aaron Conole <acon...@redhat.com> wrote:
>
>> diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
>> index 429fb34b075e..f43f905b1cb0 100644
>> --- a/net/ipv4/tcp_ipv4.c
>> +++ b/net/ipv4/tcp_ipv4.c
>> @@ -93,6 +93,7 @@ static int tcp_v4_md5_hash_hdr(char *md5_hash,
>> const struct tcp_md5sig_key *key,
>>  #endif
>>  
>>  struct inet_hashinfo tcp_hashinfo;
>> +EXPORT_SYMBOL(tcp_hashinfo);
>
> EXPORT_SYMBOL_GPL seems better here

Agreed - I think I meant to set it that way.  But given Eric's comment,
probably won't need to keep this particular hunk.

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to