Skip to content

Commit

Permalink
Rebase on a 6.6.32 kernel
Browse files Browse the repository at this point in the history
Rebase on the latest LTS kernel. A minor change in 0015 and a config
update for the SEV flavor was required.

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp authored and tylerfanelli committed Jun 10, 2024
1 parent bb1506b commit 12236fa
Show file tree
Hide file tree
Showing 17 changed files with 487 additions and 310 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
KERNEL_VERSION = linux-6.6.22
KERNEL_VERSION = linux-6.6.32
KERNEL_REMOTE = https://cdn.kernel.org/pub/linux/kernel/v6.x/$(KERNEL_VERSION).tar.xz
KERNEL_TARBALL = tarballs/$(KERNEL_VERSION).tar.xz
KERNEL_SOURCES = $(KERNEL_VERSION)
KERNEL_PATCHES = $(shell find patches/ -name "0*.patch" | sort)
KERNEL_C_BUNDLE = kernel.c

ABI_VERSION = 4
FULL_VERSION = 4.1.0
TIMESTAMP = "Mon Mar 18 10:18:40 AM CET 2024"
FULL_VERSION = 4.2.0
TIMESTAMP = "Wed Jun 5 12:25:26 CEST 2024"

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

0 comments on commit 12236fa

Please sign in to comment.