Skip to content

Commit 7a508bd

Browse files
committed
ci: enable CONFIG_DMA_RESTRICTED_POOL on 6.1 aarch64 guest kernels
This is needed for the guest to correctly parse the restricted-memory nodes that firecracker now puts into FDT. Signed-off-by: Patrick Roy <[email protected]>
1 parent 2b11b18 commit 7a508bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/guest_configs/ci.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG_SQUASHFS_ZSTD=y
55
# aarch64 only TBD split into a separate file
66
CONFIG_DEVMEM=y
77
# CONFIG_ARM64_ERRATUM_3194386 is not set
8+
CONFIG_DMA_RESTRICTED_POOL=y
89
# Needed for CTRL+ALT+DEL support
910
CONFIG_SERIO=y
1011
CONFIG_SERIO_I8042=y

0 commit comments

Comments
 (0)