mbox series

[RFC,b/azure,0/8] azure XDP generic fixes - option 1

Message ID 20190613192630.31244-1-ioanna-maria.alifieraki@canonical.com
Headers show
Series azure XDP generic fixes - option 1 | expand

Message

Ioanna Alifieraki June 13, 2019, 7:26 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1831254

As per lp #1831254 to backport commits:
996ed04741467 ("netvsc: unshare skb in VF rx handler")
458bf2f224f04 ("net: core: support XDP generic on stacked devices.")

PATCH 1/8 : cherry-picks 996ed04741467
PATCH 2/8 : adds list_head in sk_buff needed for following patches
PATCH 3-7/8 : cherry-pick commits needed for 458bf2f224f04
PATCH 8/8 : backport 458bf2f224f04

Edward Cree (4):
  net: core: trivial netif_receive_skb_list() entry point
  net: core: unwrap skb list receive slightly further
  net: core: Another step of skb receive list processing
  net: core: fix uses-after-free in list processing

Eric Dumazet (1):
  net: convert rps_needed and rfs_needed to new static branch api

Ioanna Alifieraki (1):
  skbuff: add list_head

Stephen Hemminger (2):
  netvsc: unshare skb in VF rx handler
  net: core: support XDP generic on stacked devices.

 drivers/net/hyperv/netvsc_drv.c |   6 ++
 drivers/net/tun.c               |   2 +-
 include/linux/netdevice.h       |   5 +-
 include/linux/skbuff.h          |   1 +
 include/net/sock.h              |   2 +-
 include/trace/events/net.h      |   7 ++
 net/core/dev.c                  | 111 ++++++++++++++++++++++----------
 net/core/net-sysfs.c            |   4 +-
 net/core/sysctl_net_core.c      |   8 +--
 9 files changed, 102 insertions(+), 44 deletions(-)

Comments

Marcelo Henrique Cerri June 28, 2019, 11:44 a.m. UTC | #1
Final solution already applied.

On Thu, Jun 13, 2019 at 08:26:22PM +0100, Ioanna Alifieraki wrote:
> BugLink: https://bugs.launchpad.net/bugs/1831254
> 
> As per lp #1831254 to backport commits:
> 996ed04741467 ("netvsc: unshare skb in VF rx handler")
> 458bf2f224f04 ("net: core: support XDP generic on stacked devices.")
> 
> PATCH 1/8 : cherry-picks 996ed04741467
> PATCH 2/8 : adds list_head in sk_buff needed for following patches
> PATCH 3-7/8 : cherry-pick commits needed for 458bf2f224f04
> PATCH 8/8 : backport 458bf2f224f04
> 
> Edward Cree (4):
>   net: core: trivial netif_receive_skb_list() entry point
>   net: core: unwrap skb list receive slightly further
>   net: core: Another step of skb receive list processing
>   net: core: fix uses-after-free in list processing
> 
> Eric Dumazet (1):
>   net: convert rps_needed and rfs_needed to new static branch api
> 
> Ioanna Alifieraki (1):
>   skbuff: add list_head
> 
> Stephen Hemminger (2):
>   netvsc: unshare skb in VF rx handler
>   net: core: support XDP generic on stacked devices.
> 
>  drivers/net/hyperv/netvsc_drv.c |   6 ++
>  drivers/net/tun.c               |   2 +-
>  include/linux/netdevice.h       |   5 +-
>  include/linux/skbuff.h          |   1 +
>  include/net/sock.h              |   2 +-
>  include/trace/events/net.h      |   7 ++
>  net/core/dev.c                  | 111 ++++++++++++++++++++++----------
>  net/core/net-sysfs.c            |   4 +-
>  net/core/sysctl_net_core.c      |   8 +--
>  9 files changed, 102 insertions(+), 44 deletions(-)
> 
> -- 
> 2.17.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team