bump version to 5.13.19-12

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-03-07 16:54:57 +01:00
parent 0cc6238b6a
commit fc1f1bcf33
2 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=19
# rebuild packages with new KREL and run 'make abiupdate'
KREL=5
PKGREL=11
PKGREL=12
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
pve-kernel (5.13.19-12) bullseye; urgency=medium
* Revert "PCI/MSI: Mask MSI-X vectors only on success" as it's causing PCI-E
initialization failures on some systems.
-- Proxmox Support Team <support@proxmox.com> Mon, 07 Mar 2022 15:54:28 +0100
pve-kernel (5.13.19-11) bullseye; urgency=medium
* backport "lib/iov_iter: initialize "flags" in new pipe_buffer" fixing