]> git.proxmox.com Git - pve-kernel.git/commitdiff
bump version to 5.19.0-1~rc8+2
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Jul 2022 09:27:22 +0000 (11:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Sep 2022 13:10:23 +0000 (15:10 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/changelog

index 7241aa2b7c572a51f945d96b79c2b2372d42bb4d..e642af0836dd2522a62c55ba4ecac487d60b2dfd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,14 @@ KERNEL_MIN=19
 KERNEL_PATCHLEVEL=0
 # increment KREL if the ABI changes (abicheck target in debian/rules)
 # rebuild packages with new KREL and run 'make abiupdate'
-KREL=1
+KREL=2
 
-PKGREL=1~rc8+1
+PKGREL=1~rc8+2
 
 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
 KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
 
-EXTRAVERSION=-${KREL}-pve
+EXTRAVERSION=-${KREL}-pve-smm-fix
 KVNAME=${KERNEL_VER}${EXTRAVERSION}
 PACKAGE=pve-kernel-${KVNAME}
 HDRPACKAGE=pve-headers-${KVNAME}
index ec0b69a4499d1be43ffcc79a85343b093db13ddd..1e91043cca9cfb02135be5dc7f4e93635c8321d4 100644 (file)
@@ -1,3 +1,9 @@
+pve-kernel (5.19.0-1~rc8+2) bullseye; urgency=medium
+
+  * backport smm fixes
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 27 Jul 2022 11:27:10 +0200
+
 pve-kernel (5.19.0-1~rc8+1) bullseye; urgency=medium
 
   * update to 5.19.0-rc8 based from Ubuntu-5.19.0-11.11