diff mbox series

[ovs-dev,V3,24/24] Documentation: Update faq and NEWS for kernel 5.8

Message ID 20200916173311.30956-25-gvrose8192@gmail.com
State Changes Requested
Headers show
Series Add support for Linux kernels up to 5.8.x | expand

Commit Message

Gregory Rose Sept. 16, 2020, 5:33 p.m. UTC
Update the NEWS and faq now that we will support up to Linux kernel
5.8.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
---
 Documentation/faq/releases.rst | 1 +
 NEWS                           | 2 ++
 2 files changed, 3 insertions(+)

Comments

Yi-Hung Wei Sept. 30, 2020, 10:57 p.m. UTC | #1
On Wed, Sep 16, 2020 at 10:34 AM Greg Rose <gvrose8192@gmail.com> wrote:
>
> Update the NEWS and faq now that we will support up to Linux kernel
> 5.8.
>
> Signed-off-by: Greg Rose <gvrose8192@gmail.com>
> ---
>  Documentation/faq/releases.rst | 1 +
>  NEWS                           | 2 ++
>  2 files changed, 3 insertions(+)
>
> diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
> index 9d5d2c3e1..dcba97e16 100644
> --- a/Documentation/faq/releases.rst
> +++ b/Documentation/faq/releases.rst
> @@ -72,6 +72,7 @@ Q: What Linux kernel versions does each Open vSwitch release work with?
>      2.12.x       3.16 to 5.0
>      2.13.x       3.16 to 5.0
>      2.14.x       3.16 to 5.5
> +    2.15.x       3.16 to 5.8
>      ============ ==============
>
>      Open vSwitch userspace should also work with the Linux kernel module built
> diff --git a/NEWS b/NEWS
> index 2f67d5047..2cd0a7cbf 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,5 +1,7 @@
>  Post-v2.14.0
>  ---------------------
> +   - Linux datapath:
> +     * Support for kernel versions up to 5.8.x.

This patch can not be cleanly applied to NEWS, but that should be an easy fix.
Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 9d5d2c3e1..dcba97e16 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -72,6 +72,7 @@  Q: What Linux kernel versions does each Open vSwitch release work with?
     2.12.x       3.16 to 5.0
     2.13.x       3.16 to 5.0
     2.14.x       3.16 to 5.5
+    2.15.x       3.16 to 5.8
     ============ ==============
 
     Open vSwitch userspace should also work with the Linux kernel module built
diff --git a/NEWS b/NEWS
index 2f67d5047..2cd0a7cbf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@ 
 Post-v2.14.0
 ---------------------
+   - Linux datapath:
+     * Support for kernel versions up to 5.8.x.
 
 
 v2.14.0 - 17 Aug 2020