All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] Re: [PATCH 01/11] net: Make sock protocol value checks more specific
@ 2019-12-13 21:29 Matthieu Baerts
  0 siblings, 0 replies; 2+ messages in thread
From: Matthieu Baerts @ 2019-12-13 21:29 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 945 bytes --]

On 13/12/2019 21:48, Matthieu Baerts wrote:
> From: Mat Martineau <mathew.j.martineau(a)linux.intel.com>
> 
> SK_PROTOCOL_MAX is only used in two places, for DECNet and AX.25. The
> limits have more to do with the those protocol definitions than they do
> with the data type of sk_protocol, so remove SK_PROTOCOL_MAX and use
> U8_MAX directly.
> 
> Signed-off-by: Mat Martineau <mathew.j.martineau(a)linux.intel.com>
> Signed-off-by: Matthieu Baerts <matthieu.baerts(a)tessares.net>

Oh, I just noticed my signed-off was added everywhere. That was not 
added on purpose. I didn't use any specific option for that but it's 
maybe due to my git config:

     [format]
             signoff = true

So please ignore my signed-off's :)

Cheers,
Matt
-- 
Matthieu Baerts | R&D Engineer
matthieu.baerts(a)tessares.net
Tessares SA | Hybrid Access Solutions
www.tessares.net
1 Avenue Jean Monnet, 1348 Louvain-la-Neuve, Belgium

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [MPTCP] Re: [PATCH 01/11] net: Make sock protocol value checks more specific
@ 2019-12-13 21:37 Mat Martineau
  0 siblings, 0 replies; 2+ messages in thread
From: Mat Martineau @ 2019-12-13 21:37 UTC (permalink / raw)
  To: mptcp

[-- Attachment #1: Type: text/plain, Size: 898 bytes --]


On Fri, 13 Dec 2019, Matthieu Baerts wrote:

> On 13/12/2019 21:48, Matthieu Baerts wrote:
>> From: Mat Martineau <mathew.j.martineau(a)linux.intel.com>
>> 
>> SK_PROTOCOL_MAX is only used in two places, for DECNet and AX.25. The
>> limits have more to do with the those protocol definitions than they do
>> with the data type of sk_protocol, so remove SK_PROTOCOL_MAX and use
>> U8_MAX directly.
>> 
>> Signed-off-by: Mat Martineau <mathew.j.martineau(a)linux.intel.com>
>> Signed-off-by: Matthieu Baerts <matthieu.baerts(a)tessares.net>
>
> Oh, I just noticed my signed-off was added everywhere. That was not added on 
> purpose. I didn't use any specific option for that but it's maybe due to my 
> git config:
>
>    [format]
>            signoff = true
>
> So please ignore my signed-off's :)

git send-email added those for you, no worries!

--
Mat Martineau
Intel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-13 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 21:29 [MPTCP] Re: [PATCH 01/11] net: Make sock protocol value checks more specific Matthieu Baerts
2019-12-13 21:37 Mat Martineau

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.