Skip to content

Commit 4cd1240

Browse files
committed
Bump release to 4.4.2
This release adds support for OVERLAYFS (required by bootc) and a patch to add a new prctl for 64 bit apps to opt-in for receiving compat input events. Signed-off-by: Sergio Lopez <[email protected]>
1 parent ca1a9d5 commit 4cd1240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ KERNEL_PATCHES = $(shell find patches/ -name "0*.patch" | sort)
66
KERNEL_C_BUNDLE = kernel.c
77

88
ABI_VERSION = 4
9-
FULL_VERSION = 4.4.1
10-
TIMESTAMP = "Thu Sep 26 16:00:58 CEST 2024"
9+
FULL_VERSION = 4.4.2
10+
TIMESTAMP = "Tue Oct 8 13:02:33 CEST 2024"
1111

1212
KERNEL_FLAGS = KBUILD_BUILD_TIMESTAMP=$(TIMESTAMP)
1313
KERNEL_FLAGS += KBUILD_BUILD_USER=root

0 commit comments

Comments
 (0)