Re: LINUX_VERSION_CODE overflow (was: Re: Linux 4.9.256)

2021-02-11 Thread Greg Kroah-Hartman
On Thu, Feb 11, 2021 at 11:48:41AM +0100, Florian Weimer wrote: > * Greg Kroah-Hartman: > > > I'm announcing the release of the 4.9.256 kernel. > > > > This, and the 4.4.256 release are a little bit "different" than normal. > > > > This contains only 1 patch, just the version bump from .255 to

LINUX_VERSION_CODE overflow (was: Re: Linux 4.9.256)

2021-02-11 Thread Florian Weimer
* Greg Kroah-Hartman: > I'm announcing the release of the 4.9.256 kernel. > > This, and the 4.4.256 release are a little bit "different" than normal. > > This contains only 1 patch, just the version bump from .255 to .256 > which ends up causing the userspace-visable LINUX_VERSION_CODE to >

Re: Linux 4.9.256

2021-02-09 Thread Avi Kivity
On 2/8/21 8:57 PM, Sasha Levin wrote: On Mon, Feb 08, 2021 at 05:50:21PM +0200, Avi Kivity wrote: On 05/02/2021 16.26, Greg Kroah-Hartman wrote: I'm announcing the release of the 4.9.256 kernel. This, and the 4.4.256 release are a little bit "different" than normal. This contains only 1

Re: Linux 4.9.256

2021-02-08 Thread Sasha Levin
On Mon, Feb 08, 2021 at 05:50:21PM +0200, Avi Kivity wrote: On 05/02/2021 16.26, Greg Kroah-Hartman wrote: I'm announcing the release of the 4.9.256 kernel. This, and the 4.4.256 release are a little bit "different" than normal. This contains only 1 patch, just the version bump from .255 to

Re: Linux 4.9.256

2021-02-08 Thread Greg Kroah-Hartman
On Mon, Feb 08, 2021 at 05:50:21PM +0200, Avi Kivity wrote: > On 05/02/2021 16.26, Greg Kroah-Hartman wrote: > > I'm announcing the release of the 4.9.256 kernel. > > > > This, and the 4.4.256 release are a little bit "different" than normal. > > > > This contains only 1 patch, just the version

Re: Linux 4.9.256

2021-02-08 Thread Avi Kivity
at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Greg Kroah-Hartman (1): Linux 4.9.256

Re: Linux 4.9.256

2021-02-08 Thread Greg Kroah-Hartman
On Mon, Feb 08, 2021 at 01:57:12PM +0100, Florian Weimer wrote: > * Greg Kroah-Hartman: > > > I'm announcing the release of the 4.9.256 kernel. > > > > This, and the 4.4.256 release are a little bit "different" than normal. > > > > This contains only 1 patch, just the version bump from .255 to

Re: Linux 4.9.256

2021-02-08 Thread Florian Weimer
* Greg Kroah-Hartman: > I'm announcing the release of the 4.9.256 kernel. > > This, and the 4.4.256 release are a little bit "different" than normal. > > This contains only 1 patch, just the version bump from .255 to .256 which ends > up causing the userspace-visable LINUX_VERSION_CODE to behave

Re: Linux 4.9.256

2021-02-05 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index 4780b5f80b2a..69af44d3dcd1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 9 -SUBLEVEL = 255 +SUBLEVEL = 256 EXTRAVERSION = NAME = Roaring Lionus

Linux 4.9.256

2021-02-05 Thread Greg Kroah-Hartman
browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Greg Kroah-Hartman (1): Linux 4.9.256