Skip to content

Commit 8e592d1

Browse files
committed
Address issue with kernel modules
1 parent 9776b00 commit 8e592d1

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/kernel-images.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ on:
88
push:
99
paths:
1010
- 'kernel/**'
11-
branches: [main]
11+
branches: [main, issue/*]
1212
workflow_dispatch:
13-
branches: [main]
1413

1514
defaults:
1615
run:

kernel/firecracker/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG IMAGE_NAME
1+
ARG IMAGE_NAME=ghcr.io/liquidmetal-dev/kernel-builder
22
FROM ${IMAGE_NAME}:dev AS builder
33

44
ENV SRC_DIR=/usr/src \

kernel/firecracker/configs/linux-x86_64-6.1.102.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,9 @@ CONFIG_HAVE_GCC_PLUGINS=y
738738

739739
CONFIG_RT_MUTEXES=y
740740
CONFIG_BASE_SMALL=0
741-
# CONFIG_MODULES is not set
741+
CONFIG_MODULES=y
742+
CONFIG_MODULE_UNLOAD=y
743+
CONFIG_MODULES_TREE_LOOKUP=y
742744
CONFIG_BLOCK=y
743745
CONFIG_BLOCK_LEGACY_AUTOLOAD=y
744746
CONFIG_BLK_RQ_ALLOC_TIME=y

0 commit comments

Comments
 (0)