Skip to content

Commit da2f60d

Browse files
committed
kernel: Bump to 5.15.110
./scripts/update-component-sha.sh --hash 5.15.27 5.15.110 Update the kernel to the latest available tag (May 1). This also enables to test the previous Landlock changes. Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent a2f2b5b commit da2f60d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

kernel/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,14 @@ endef
269269
# Debug targets only for latest stable and LTS stable
270270
#
271271
ifeq ($(ARCH),x86_64)
272-
$(eval $(call kernel,5.15.27,5.15.x,$(EXTRA),$(DEBUG)))
273-
$(eval $(call kernel,5.15.27,5.15.x,,-dbg))
272+
$(eval $(call kernel,5.15.110,5.15.x,$(EXTRA),$(DEBUG)))
273+
$(eval $(call kernel,5.15.110,5.15.x,,-dbg))
274274
$(eval $(call kernel,5.10.104,5.10.x,$(EXTRA),$(DEBUG)))
275275
$(eval $(call kernel,5.4.172,5.4.x,$(EXTRA),$(DEBUG)))
276276
$(eval $(call kernel,5.11.4,5.11.x,-rt,))
277277

278278
else ifeq ($(ARCH),$(filter $(ARCH),aarch64 arm64))
279-
$(eval $(call kernel,5.15.27,5.15.x,$(EXTRA),$(DEBUG)))
279+
$(eval $(call kernel,5.15.110,5.15.x,$(EXTRA),$(DEBUG)))
280280
$(eval $(call kernel,5.10.104,5.10.x,$(EXTRA),$(DEBUG)))
281281
$(eval $(call kernel,5.11.4,5.11.x,-rt,))
282282

linuxkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kernel:
2-
image: linuxkit/kernel:5.15.27
2+
image: linuxkit/kernel:5.15.110
33
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
44
init:
55
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f

test/cases/020_kernel/016_config_5.15.x/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kernel:
2-
image: linuxkit/kernel:5.15.27
2+
image: linuxkit/kernel:5.15.110
33
cmdline: "console=ttyS0 console=ttyAMA0"
44
init:
55
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f

test/cases/020_kernel/116_kmod_5.15.x/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# In the last stage, it creates a package, which can be used for
44
# testing.
55

6-
FROM linuxkit/kernel:5.15.27 AS ksrc
6+
FROM linuxkit/kernel:5.15.110 AS ksrc
77

88
# Extract headers and compile module
9-
FROM linuxkit/kernel:5.15.27-builder AS build
9+
FROM linuxkit/kernel:5.15.110-builder AS build
1010
RUN apk add build-base elfutils-dev
1111

1212
COPY --from=ksrc /kernel-dev.tar /

test/cases/020_kernel/116_kmod_5.15.x/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kernel:
2-
image: linuxkit/kernel:5.15.27
2+
image: linuxkit/kernel:5.15.110
33
cmdline: "console=ttyS0 console=ttyAMA0"
44
init:
55
- linuxkit/init:6542ad0457ac153861870bfe2d036b6647cdc69f

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy