Message ID | 1597963790-12362-24-git-send-email-gvrose8192@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Add support for Linux kernels up to 5.9.x | expand |
On 8/21/20 12:49 AM, Greg Rose wrote: > Update the NEWS and faq now that we will support up to Linux kernel > 5.9. > > Signed-off-by: Greg Rose <gvrose8192@gmail.com> > --- > Documentation/faq/releases.rst | 2 +- > NEWS | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst > index 9d5d2c3..ac3878a 100644 > --- a/Documentation/faq/releases.rst > +++ b/Documentation/faq/releases.rst > @@ -71,7 +71,7 @@ Q: What Linux kernel versions does each Open vSwitch release work with? > 2.11.x 3.16 to 4.18 > 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.14.x 3.16 to 5.9 There should be a new line with 2.15.x or 2.14.90. > ============ ============== > > Open vSwitch userspace should also work with the Linux kernel module built > diff --git a/NEWS b/NEWS > index 2f67d50..be4788e 100644 > --- a/NEWS > +++ b/NEWS > @@ -1,5 +1,7 @@ > Post-v2.14.0 > --------------------- > + - Linux datapath: > + * Support for kernel versions up to 5.9.x. > > > v2.14.0 - 17 Aug 2020 >
On 9/3/2020 2:11 PM, Ilya Maximets wrote: > On 8/21/20 12:49 AM, Greg Rose wrote: >> Update the NEWS and faq now that we will support up to Linux kernel >> 5.9. >> >> Signed-off-by: Greg Rose <gvrose8192@gmail.com> >> --- >> Documentation/faq/releases.rst | 2 +- >> NEWS | 2 ++ >> 2 files changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst >> index 9d5d2c3..ac3878a 100644 >> --- a/Documentation/faq/releases.rst >> +++ b/Documentation/faq/releases.rst >> @@ -71,7 +71,7 @@ Q: What Linux kernel versions does each Open vSwitch release work with? >> 2.11.x 3.16 to 4.18 >> 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.14.x 3.16 to 5.9 > > There should be a new line with 2.15.x or 2.14.90. Thanks for the review Ilya. I will incorporate this suggestion and your comments regarding acinclude position within the patch series into the next version. I'll also add Tonghao's acks. Regards, - Greg > >> ============ ============== >> >> Open vSwitch userspace should also work with the Linux kernel module built >> diff --git a/NEWS b/NEWS >> index 2f67d50..be4788e 100644 >> --- a/NEWS >> +++ b/NEWS >> @@ -1,5 +1,7 @@ >> Post-v2.14.0 >> --------------------- >> + - Linux datapath: >> + * Support for kernel versions up to 5.9.x. >> >> >> v2.14.0 - 17 Aug 2020 >> >
diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst index 9d5d2c3..ac3878a 100644 --- a/Documentation/faq/releases.rst +++ b/Documentation/faq/releases.rst @@ -71,7 +71,7 @@ Q: What Linux kernel versions does each Open vSwitch release work with? 2.11.x 3.16 to 4.18 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.14.x 3.16 to 5.9 ============ ============== Open vSwitch userspace should also work with the Linux kernel module built diff --git a/NEWS b/NEWS index 2f67d50..be4788e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Post-v2.14.0 --------------------- + - Linux datapath: + * Support for kernel versions up to 5.9.x. v2.14.0 - 17 Aug 2020
Update the NEWS and faq now that we will support up to Linux kernel 5.9. Signed-off-by: Greg Rose <gvrose8192@gmail.com> --- Documentation/faq/releases.rst | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-)