buildsys: switch base over to 5.13 branched Ubuntu Impish kernel
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2445fd0873
commit
df6168ebe5
10
Makefile
10
Makefile
@ -1,12 +1,12 @@
|
|||||||
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
|
# also bump pve-kernel-meta if either of MAJ.MIN, PATCHLEVEL or KREL change
|
||||||
KERNEL_MAJ=5
|
KERNEL_MAJ=5
|
||||||
KERNEL_MIN=11
|
KERNEL_MIN=13
|
||||||
KERNEL_PATCHLEVEL=22
|
KERNEL_PATCHLEVEL=14
|
||||||
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
# increment KREL if the ABI changes (abicheck target in debian/rules)
|
||||||
# rebuild packages with new KREL and run 'make abiupdate'
|
# rebuild packages with new KREL and run 'make abiupdate'
|
||||||
KREL=4
|
KREL=1
|
||||||
|
|
||||||
PKGREL=9
|
PKGREL=1
|
||||||
|
|
||||||
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
|
||||||
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)
|
||||||
@ -31,7 +31,7 @@ SKIPABI=0
|
|||||||
|
|
||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
|
|
||||||
KERNEL_SRC=ubuntu-hirsute
|
KERNEL_SRC=ubuntu-impish
|
||||||
KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC)
|
KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC)
|
||||||
KERNEL_CFG_ORG=config-${KERNEL_VER}.org
|
KERNEL_CFG_ORG=config-${KERNEL_VER}.org
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
pve-kernel (5.13.14-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* update kernel-base to Ubuntu 21.10 Impish kernel
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 27 Sep 2021 10:01:54 +0200
|
||||||
|
|
||||||
pve-kernel (5.11.22-9) bullseye; urgency=medium
|
pve-kernel (5.11.22-9) bullseye; urgency=medium
|
||||||
|
|
||||||
* backport "blk-mq: fix kernel panic during iterating over flush
|
* backport "blk-mq: fix kernel panic during iterating over flush
|
||||||
|
Loading…
Reference in New Issue
Block a user