Skip to content

Commit

Permalink
Bump release to 4.4.2
Browse files Browse the repository at this point in the history
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 <slp@redhat.com>
  • Loading branch information
slp committed Oct 8, 2024
1 parent ca1a9d5 commit 4cd1240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ KERNEL_PATCHES = $(shell find patches/ -name "0*.patch" | sort)
KERNEL_C_BUNDLE = kernel.c

ABI_VERSION = 4
FULL_VERSION = 4.4.1
TIMESTAMP = "Thu Sep 26 16:00:58 CEST 2024"
FULL_VERSION = 4.4.2
TIMESTAMP = "Tue Oct 8 13:02:33 CEST 2024"

KERNEL_FLAGS = KBUILD_BUILD_TIMESTAMP=$(TIMESTAMP)
KERNEL_FLAGS += KBUILD_BUILD_USER=root
Expand Down

0 comments on commit 4cd1240

Please sign in to comment.