Skip to content

Commit 113b347

Browse files
committed
Enable CONFIG_AMT in 6.6.x
Signed-off-by: Omar Ramadan <omar@blockcast.net>
1 parent 1d3a823 commit 113b347

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

kernel/6.6.x/config-aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2211,7 +2211,7 @@ CONFIG_VXLAN=y
22112211
CONFIG_GENEVE=m
22122212
# CONFIG_BAREUDP is not set
22132213
# CONFIG_GTP is not set
2214-
# CONFIG_AMT is not set
2214+
CONFIG_AMT=y
22152215
# CONFIG_MACSEC is not set
22162216
# CONFIG_NETCONSOLE is not set
22172217
CONFIG_TUN=y

kernel/6.6.x/config-riscv64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,7 @@ CONFIG_VXLAN=y
19651965
CONFIG_GENEVE=m
19661966
# CONFIG_BAREUDP is not set
19671967
# CONFIG_GTP is not set
1968-
# CONFIG_AMT is not set
1968+
CONFIG_AMT=y
19691969
# CONFIG_MACSEC is not set
19701970
# CONFIG_NETCONSOLE is not set
19711971
CONFIG_TUN=y

kernel/6.6.x/config-x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ CONFIG_VXLAN=y
22642264
CONFIG_GENEVE=m
22652265
# CONFIG_BAREUDP is not set
22662266
# CONFIG_GTP is not set
2267-
# CONFIG_AMT is not set
2267+
CONFIG_AMT=y
22682268
# CONFIG_MACSEC is not set
22692269
# CONFIG_NETCONSOLE is not set
22702270
CONFIG_TUN=y

test/cases/020_kernel/019_config_6.6.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:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
2+
image: linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994
33
cmdline: "console=ttyS0 console=ttyAMA0"
44
init:
55
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b

test/cases/020_kernel/119_kmod_6.6.x/Dockerfile

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

6-
FROM linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2 AS ksrc
6+
FROM linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994 AS ksrc
77

88
# Extract headers and compile module
99
FROM linuxkit/kernel:6.6.71-builder AS build

test/cases/020_kernel/119_kmod_6.6.x/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clean_up() {
1919
trap clean_up EXIT
2020

2121
# Make sure we have the latest kernel image
22-
docker pull linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
22+
docker pull linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994
2323
# Build a package
2424
docker build -t ${IMAGE_NAME} .
2525

test/cases/020_kernel/119_kmod_6.6.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:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
2+
image: linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994
33
cmdline: "console=ttyS0 console=ttyAMA0"
44
init:
55
- linuxkit/init:8eea386739975a43af558eec757a7dcb3a3d2e7b

test/cases/020_kernel/219_tags_6.6.x/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -e
77

8-
KERNEL=linuxkit/kernel:6.6.71-819af9d59279506dd2994e7aea1cbbaaebfdb0a2
8+
KERNEL=linuxkit/kernel:6.6.71-a52f587ad371e287eaf4790265b90f82def98994
99

1010
# just include the common test
1111
. ../tags.sh

0 commit comments

Comments
 (0)