From 36afc72ee7d5bc69c971a56095ad75e70b213268 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 20 Jan 2022 17:09:15 +0100 Subject: [PATCH] bump version to 5.4.162-2 Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82b19f4..4301de3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KERNEL_PATCHLEVEL=162 # rebuild packages with new KREL and run 'make abiupdate' KREL=1 -PKGREL=1 +PKGREL=2 KERNEL_MAJMIN=$(KERNEL_MAJ).$(KERNEL_MIN) KERNEL_VER=$(KERNEL_MAJMIN).$(KERNEL_PATCHLEVEL) diff --git a/debian/changelog b/debian/changelog index 759d28e..8d3bd95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pve-kernel (5.4.162-2) buster; urgency=medium + + * backport "vfs: fs_context: fix up param length parsing in + legacy_parse_param" + + -- Proxmox Support Team Thu, 20 Jan 2022 16:38:53 +0100 + pve-kernel (5.4.162-1) buster; urgency=medium * update sources to Ubuntu-5.4.0-95.107