Hi Roberto, On Mon, 2023-01-09 at 17:55 +0100, Roberto Sassu wrote: > + pushd linux-integrity > + git pull --depth 5 origin ${{ secrets.LINUX_BRANCH }} > + ./scripts/kconfig/merge_config.sh -m .config ../config-uml > + make ARCH=um olddefconfig Should the above two lines be reversed? First create a .config based on the default UML config, then update it with the test specific options - security, integrity, IMA, EVM. > + make ARCH=um $CROSS_COMPILE_OPT -j$(nproc) > + chmod +x linux > + cp linux .. > + cp certs/signing_key.pem .. > + popd -- thanks, Mimi