mbox series

[ovs-dev,0/5] Backport upstream Linux kernel patches

Message ID 1570656134-11957-1-git-send-email-gvrose8192@gmail.com
Headers show
Series Backport upstream Linux kernel patches | expand

Message

Gregory Rose Oct. 9, 2019, 9:22 p.m. UTC
Pull in upstream kernel patches not related to conntrack and
add compatibility layer code where needed.

The upstream conntrack related patches will come later from Yi-Hung.

Passes Travis:
https://travis-ci.org/gvrose8192/ovs-experimental/builds/595755449

Passes check-kmod with no regressions on Ubuntu 16.04 and 18.04

Arnd Bergmann (1):
  datapath: hide clang frame-overflow warnings

Greg Rose (1):
  datapath: compat: drop bridge nf reset from nf_reset

Haishuang Yan (1):
  compat: remove the incorrect mtu limit for erspan

Li RongQing (1):
  datapath: change type of UPCALL_PID attribute to NLA_UNSPEC

Pablo Neira Ayuso (1):
  datapath: rename flow_stats to sw_flow_stats

 acinclude.m4                                 |  1 +
 datapath/datapath.c                          | 17 +++++++++--------
 datapath/flow.c                              |  8 ++++----
 datapath/flow.h                              |  4 ++--
 datapath/flow_table.c                        |  6 +++---
 datapath/linux/compat/include/linux/skbuff.h |  4 ++++
 datapath/linux/compat/ip_gre.c               |  3 +++
 datapath/vport-internal_dev.c                |  2 +-
 8 files changed, 27 insertions(+), 18 deletions(-)

Comments

Gregory Rose Oct. 17, 2019, 8:32 p.m. UTC | #1
Hello maintainers,

Yi-Hung has added his acks.  Please consider applying these patches.

Thanks,

- Greg

On 10/9/2019 2:22 PM, Greg Rose wrote:
> Pull in upstream kernel patches not related to conntrack and
> add compatibility layer code where needed.
>
> The upstream conntrack related patches will come later from Yi-Hung.
>
> Passes Travis:
> https://travis-ci.org/gvrose8192/ovs-experimental/builds/595755449
>
> Passes check-kmod with no regressions on Ubuntu 16.04 and 18.04
>
> Arnd Bergmann (1):
>    datapath: hide clang frame-overflow warnings
>
> Greg Rose (1):
>    datapath: compat: drop bridge nf reset from nf_reset
>
> Haishuang Yan (1):
>    compat: remove the incorrect mtu limit for erspan
>
> Li RongQing (1):
>    datapath: change type of UPCALL_PID attribute to NLA_UNSPEC
>
> Pablo Neira Ayuso (1):
>    datapath: rename flow_stats to sw_flow_stats
>
>   acinclude.m4                                 |  1 +
>   datapath/datapath.c                          | 17 +++++++++--------
>   datapath/flow.c                              |  8 ++++----
>   datapath/flow.h                              |  4 ++--
>   datapath/flow_table.c                        |  6 +++---
>   datapath/linux/compat/include/linux/skbuff.h |  4 ++++
>   datapath/linux/compat/ip_gre.c               |  3 +++
>   datapath/vport-internal_dev.c                |  2 +-
>   8 files changed, 27 insertions(+), 18 deletions(-)
>
Simon Horman Oct. 18, 2019, 2:23 p.m. UTC | #2
On Thu, Oct 17, 2019 at 01:32:27PM -0700, Gregory Rose wrote:
> On 10/9/2019 2:22 PM, Greg Rose wrote:
> > Pull in upstream kernel patches not related to conntrack and
> > add compatibility layer code where needed.
> > 
> > The upstream conntrack related patches will come later from Yi-Hung.
> > 
> > Passes Travis:
> > https://travis-ci.org/gvrose8192/ovs-experimental/builds/595755449
> > 
> > Passes check-kmod with no regressions on Ubuntu 16.04 and 18.04
> > 
> > Arnd Bergmann (1):
> >    datapath: hide clang frame-overflow warnings
> > 
> > Greg Rose (1):
> >    datapath: compat: drop bridge nf reset from nf_reset
> > 
> > Haishuang Yan (1):
> >    compat: remove the incorrect mtu limit for erspan
> > 
> > Li RongQing (1):
> >    datapath: change type of UPCALL_PID attribute to NLA_UNSPEC
> > 
> > Pablo Neira Ayuso (1):
> >    datapath: rename flow_stats to sw_flow_stats
> > 
> >   acinclude.m4                                 |  1 +
> >   datapath/datapath.c                          | 17 +++++++++--------
> >   datapath/flow.c                              |  8 ++++----
> >   datapath/flow.h                              |  4 ++--
> >   datapath/flow_table.c                        |  6 +++---
> >   datapath/linux/compat/include/linux/skbuff.h |  4 ++++
> >   datapath/linux/compat/ip_gre.c               |  3 +++
> >   datapath/vport-internal_dev.c                |  2 +-
> >   8 files changed, 27 insertions(+), 18 deletions(-)
> > 
> 
> Hello maintainers,
> 
> Yi-Hung has added his acks.  Please consider applying these patches.
> 
> Thanks,
> 
> - Greg

Thanks Greg,

applied to master.
Gregory Rose Oct. 18, 2019, 3:50 p.m. UTC | #3
On 10/18/2019 7:23 AM, Simon Horman wrote:
> On Thu, Oct 17, 2019 at 01:32:27PM -0700, Gregory Rose wrote:
>>
>> Hello maintainers,
>>
>> Yi-Hung has added his acks.  Please consider applying these patches.
>>
>> Thanks,
>>
>> - Greg
> Thanks Greg,
>
> applied to master.

Thanks Simon!