mbox series

[b/oracle,0/3] linux-oracle: Use upstream approach to fix a race when hot adding a VF

Message ID 20190422124347.31277-1-marcelo.cerri@canonical.com
Headers show
Series linux-oracle: Use upstream approach to fix a race when hot adding a VF | expand

Message

Marcelo Henrique Cerri April 22, 2019, 12:43 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/1825229

I have provided a test kernel for the users, and they have provided a
positive feedback.

Daniel Borkmann (1):
  ipvlan, l3mdev: fix broken l3s mode wrt local routes

Marcelo Henrique Cerri (1):
  Revert "UBUNTU: SAUCE: net_failover: delay taking over primary device
    to accommodate udevd renaming"

Si-Wei Liu (1):
  UBUNTU: SAUCE: failover: allow name change on IFF_UP slave interfaces

 drivers/net/ipvlan/ipvlan_main.c |  6 +--
 drivers/net/net_failover.c       | 73 ++++----------------------------
 include/linux/netdevice.h        | 11 +++++
 include/net/l3mdev.h             |  3 +-
 include/net/net_failover.h       |  6 ---
 net/core/dev.c                   | 16 ++++++-
 net/core/failover.c              |  6 +--
 7 files changed, 42 insertions(+), 79 deletions(-)

Comments

Seth Forshee April 22, 2019, 12:54 p.m. UTC | #1
On Mon, Apr 22, 2019 at 09:43:44AM -0300, Marcelo Henrique Cerri wrote:
> BugLink: http://bugs.launchpad.net/bugs/1825229
> 
> I have provided a test kernel for the users, and they have provided a
> positive feedback.

Trading a sauce patch for upstream cherry picks, positive testing.

Acked-by: Seth Forshee <seth.forshee@canonical.com>
Thadeu Lima de Souza Cascardo April 22, 2019, 1:06 p.m. UTC | #2
Restricted to linux-oracle, nice upstream cherry picks.

Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>