netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH net-next 0/2] inet: prevent skb changes in udp{4|6}_lib_lookup_skb()
@ 2020-11-09 23:33 Alexander Lobakin
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Lobakin @ 2020-11-09 23:33 UTC (permalink / raw)
  To: Eric Dumazet
  Cc: Alexander Lobakin, David S . Miller, Jakub Kicinski,
	Eric Dumazet, netdev, linux-kernel

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Mon,  9 Nov 2020 15:13:47 -0800

> From: Eric Dumazet <edumazet@google.com>
>
> This came while reviewing Alexander Lobakin patch against UDP GRO:
>
> We want to make sure skb wont be changed by these helpers
> while it is owned by GRO stack.
>
> Eric Dumazet (2):
>   inet: constify inet_sdif() argument
>   inet: udp{4|6}_lib_lookup_skb() skb argument is const

For the series:
Acked-by: Alexander Lobakin <alobakin@pm.me>

Thanks!

>  include/net/ip.h  | 2 +-
>  include/net/udp.h | 6 +++---
>  net/ipv4/udp.c    | 2 +-
>  net/ipv6/udp.c    | 2 +-
>  4 files changed, 6 insertions(+), 6 deletions(-)
>
> --
> 2.29.2.222.g5d2a92d10f8-goog

Al


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

* Re: [PATCH net-next 0/2] inet: prevent skb changes in udp{4|6}_lib_lookup_skb()
  2020-11-09 23:13 Eric Dumazet
@ 2020-11-11  1:58 ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2020-11-11  1:58 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: David S . Miller, netdev, Eric Dumazet

On Mon,  9 Nov 2020 15:13:47 -0800 Eric Dumazet wrote:
> From: Eric Dumazet <edumazet@google.com>
> 
> This came while reviewing Alexander Lobakin patch against UDP GRO:
> 
> We want to make sure skb wont be changed by these helpers
> while it is owned by GRO stack.

Applied, thank you!

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

* [PATCH net-next 0/2] inet: prevent skb changes in udp{4|6}_lib_lookup_skb()
@ 2020-11-09 23:13 Eric Dumazet
  2020-11-11  1:58 ` Jakub Kicinski
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Dumazet @ 2020-11-09 23:13 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski; +Cc: netdev, Eric Dumazet, Eric Dumazet

From: Eric Dumazet <edumazet@google.com>

This came while reviewing Alexander Lobakin patch against UDP GRO:

We want to make sure skb wont be changed by these helpers
while it is owned by GRO stack.

Eric Dumazet (2):
  inet: constify inet_sdif() argument
  inet: udp{4|6}_lib_lookup_skb() skb argument is const

 include/net/ip.h  | 2 +-
 include/net/udp.h | 6 +++---
 net/ipv4/udp.c    | 2 +-
 net/ipv6/udp.c    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.29.2.222.g5d2a92d10f8-goog


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

end of thread, other threads:[~2020-11-11  1:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 23:33 [PATCH net-next 0/2] inet: prevent skb changes in udp{4|6}_lib_lookup_skb() Alexander Lobakin
  -- strict thread matches above, loose matches on Subject: below --
2020-11-09 23:13 Eric Dumazet
2020-11-11  1:58 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).