From 86df970f4259fda7db1e5b4903fb377cc5898be7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 18 Jun 2019 07:55:02 +0200 Subject: [PATCH] bump version to 4.15.18-41 Signed-off-by: Thomas Lamprecht --- Makefile | 4 ++-- debian/changelog | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12830d7..53a2a93 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ KERNEL_MIN=15 KERNEL_PATCHLEVEL=18 # increment KREL if the ABI changes (abicheck target in debian/rules) # rebuild packages with new KREL and run 'make abiupdate' -KREL=15 +KREL=16 -PKGREL=40 +PKGREL=41 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index b282194..b25e23e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +pve-kernel (4.15.18-41) unstable; urgency=medium + + * update sources to Ubuntu-4.15.0-52.56 + + * backport: KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts + + * backport: net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock() + + * bump ABI to 4.15.18-16 + + -- Proxmox Support Team Tue, 18 Jun 2019 07:36:54 +0200 + pve-kernel (4.15.18-40) unstable; urgency=medium * update to Ubuntu-4.15.0-51.55