bump version to 4.15.18-28

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-10-25 12:09:11 +02:00
parent 84fe105196
commit 645ef9e161
2 changed files with 13 additions and 1 deletions

View File

@ -8,7 +8,7 @@ KERNEL_PATCHLEVEL=18
# rebuild packages with new KREL and run 'make abiupdate'
KREL=8
PKGREL=27
PKGREL=28
KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN)
KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL)

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
pve-kernel (4.15.18-28) unstable; urgency=medium
* backport deadlock fix for issue ZOL#7939
* cherry-pick 2 patches planned for zfs-0.7.12
* update sources to Ubuntu-4.15.0-39.42
* bump ABI to 4.15.18-8
-- Proxmox Support Team <support@proxmox.com> Tue, 30 Oct 2018 14:27:50 +0100
pve-kernel (4.15.18-27) unstable; urgency=medium
* backport fix for silent corruption in Linux kernel 4.15 with O_DIRECT