Skip to content

Commit

Permalink
Bump release to 4.3.1
Browse files Browse the repository at this point in the history
This release just adds the paches for setting the memory model on Apple
Silicon guests and enables it, plus squashfs/erofs support.

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Sep 11, 2024
1 parent d034344 commit ce7bb57
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.3.0
TIMESTAMP = "Mon Aug 5 10:53:49 CEST 2024"
FULL_VERSION = 4.3.1
TIMESTAMP = "Sat Sep 7 00:58:59 CEST 2024"

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

0 comments on commit ce7bb57

Please sign in to comment.