diff --git a/.github/patches/var-som-mx8m-nano/0001-Enable-support-for-miscellaneous-binary-formats.patch b/.github/patches/var-som-mx8m-nano/0001-Enable-support-for-miscellaneous-binary-formats.patch index 540faa5..466474d 100644 --- a/.github/patches/var-som-mx8m-nano/0001-Enable-support-for-miscellaneous-binary-formats.patch +++ b/.github/patches/var-som-mx8m-nano/0001-Enable-support-for-miscellaneous-binary-formats.patch @@ -1,6 +1,6 @@ -From d04e8209c311334c83dd7c12519cbe25cdc7d5f1 Mon Sep 17 00:00:00 2001 +From 5400f426bc7f1660cb97e467d684b8ed2a0e56a9 Mon Sep 17 00:00:00 2001 From: Matthias Luescher -Date: Fri, 17 Mar 2023 21:37:18 +0100 +Date: Fri, 20 Sep 2024 07:33:13 +0000 Subject: [PATCH] Enable support for miscellaneous binary formats. --- @@ -8,17 +8,17 @@ Subject: [PATCH] Enable support for miscellaneous binary formats. 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/imx8_var_defconfig b/arch/arm64/configs/imx8_var_defconfig -index 28689e6b78d1..50a7fceccb65 100644 +index 350d677fd454..71c04bcbf7fa 100644 --- a/arch/arm64/configs/imx8_var_defconfig +++ b/arch/arm64/configs/imx8_var_defconfig -@@ -96,6 +96,7 @@ CONFIG_MODULE_UNLOAD=y +@@ -80,6 +80,7 @@ CONFIG_MODULE_UNLOAD=y CONFIG_MODVERSIONS=y CONFIG_BLK_DEV_THROTTLING=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_BINFMT_MISC=m + # CONFIG_COMPAT_BRK is not set CONFIG_KSM=y CONFIG_MEMORY_FAILURE=y - CONFIG_TRANSPARENT_HUGEPAGE=y -- -2.34.1 +2.45.2 diff --git a/.github/workflows/kernel-build-var-som-mx8m-nano.yml b/.github/workflows/kernel-build-var-som-mx8m-nano.yml index 2e5e5bd..ae6154b 100644 --- a/.github/workflows/kernel-build-var-som-mx8m-nano.yml +++ b/.github/workflows/kernel-build-var-som-mx8m-nano.yml @@ -7,7 +7,7 @@ on: required: true default: 'bookworm' kernel_branch: - description: 'Variscite kernel branch name (e.g. lf-5.10.y_var04)' + description: 'Variscite kernel branch name (e.g. lf-6.1.y_var03)' required: true jobs: