Re: [PATCH net-next] tcp: Remove use of inet6_sk and add IPv6 checks to tracepoint

2017-10-20 Thread David Miller
From: David Ahern Date: Wed, 18 Oct 2017 08:17:29 -0700 > 386fd5da401d ("tcp: Check daddr_cache before use in tracepoint") was the > second version of the tracepoint fixup patch. This patch is the delta > between v2 and v3. Specifically, remove the use of inet6_sk and check > sk_family as reques

Re: [PATCH net-next] tcp: Remove use of inet6_sk and add IPv6 checks to tracepoint

2017-10-18 Thread Song Liu
> On Oct 18, 2017, at 8:28 AM, Eric Dumazet wrote: > > On Wed, 2017-10-18 at 08:17 -0700, David Ahern wrote: >> 386fd5da401d ("tcp: Check daddr_cache before use in tracepoint") was the >> second version of the tracepoint fixup patch. This patch is the delta >> between v2 and v3. Specifically, r

Re: [PATCH net-next] tcp: Remove use of inet6_sk and add IPv6 checks to tracepoint

2017-10-18 Thread Eric Dumazet
On Wed, 2017-10-18 at 08:17 -0700, David Ahern wrote: > 386fd5da401d ("tcp: Check daddr_cache before use in tracepoint") was the > second version of the tracepoint fixup patch. This patch is the delta > between v2 and v3. Specifically, remove the use of inet6_sk and check > sk_family as requested