Hi,
As discuss previous, we do not modify the SUBLEVEL, so don't backport this patch directly.
We could increase the develop version in "EXTRAVERSION =",
For example, EXTRAVERSION = -1.0.0
And we can tag this release as 5.10.0-1.0.0.
Reference: https://gitee.com/openeuler/community/blob/master/sig/Kernel/kernel-upgrade/...
openEuler kernel 版本号在 TC 的议题及会议纪要:
议题及讨论记录: https://mailweb.openeuler.org/hyperkitty/list/tc@openeuler.org/thread/KOHJNC... https://mailweb.openeuler.org/hyperkitty/list/tc@openeuler.org/thread/VNJQ6E...
TC 会议纪要: https://mailweb.openeuler.org/hyperkitty/list/tc@openeuler.org/thread/ZLAWQE...
On 2020/12/16 19:41, Chen Jun wrote:
From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-5.10.1 commit 841fca5a32cccd7d0123c0271f4350161ada5507 bugzilla: 46822
Link: https://lore.kernel.org/r/20201214170452.563016590@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org
Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index e30cf02da8b8..076d4e6b9ccc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 10 -SUBLEVEL = 0 +SUBLEVEL = 1 EXTRAVERSION = NAME = Kleptomaniac Octopus