kernel: Update to 5.15.32

Refer to https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.32
for the changelog of this version.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-04-02 11:20:31 +00:00
parent 11925d6f9f
commit 9a647fe59d
2 changed files with 1 additions and 50 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 5.15.23
VER = 5.15.32
ARM_PATCHES = 5.15-ipfire5
THISAPP = linux-$(VER)
@@ -150,9 +150,6 @@ ifeq "$(BUILD_ARCH)" "aarch64"
endif
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch
# Fix for CVE-2022-0847 aka Dirty Pipe
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/kernel-5.15-CVE-2022-0847.patch
ifeq "$(KCFG)" "-headers"
# Install the header files
cd $(DIR_APP) && make ARCH=$(HEADERS_ARCH) $(EXTRAMAKE) headers