Linux Integrity Measurement development
 help / color / mirror / Atom feed
From: Mimi Zohar <zohar@linux.ibm.com>
To: Roberto Sassu <roberto.sassu@huaweicloud.com>, dmitry.kasatkin@gmail.com
Cc: linux-integrity@vger.kernel.org, vt@altlinux.org,
	Roberto Sassu <roberto.sassu@huawei.com>
Subject: Re: [PATCH ima-evm-utils 3/8] Compile the UML kernel and download it in Github Actions
Date: Tue, 10 Jan 2023 10:14:46 -0500	[thread overview]
Message-ID: <fd70fa2719387961698089af520460beb8f549ea.camel@linux.ibm.com> (raw)
In-Reply-To: <20230109165552.3409716-4-roberto.sassu@huaweicloud.com>

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


  reply	other threads:[~2023-01-10 15:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 16:55 [PATCH ima-evm-utils 0/8] Support testing with UML kernel Roberto Sassu
2023-01-09 16:55 ` [PATCH ima-evm-utils 1/8] Fix error messages and mdlen init in calc_evm_hmac() Roberto Sassu
2023-01-09 16:55 ` [PATCH ima-evm-utils 2/8] Add config for UML kernel Roberto Sassu
2023-01-09 16:55 ` [PATCH ima-evm-utils 3/8] Compile the UML kernel and download it in Github Actions Roberto Sassu
2023-01-10 15:14   ` Mimi Zohar [this message]
2023-01-10 15:23     ` Roberto Sassu
2023-01-09 16:55 ` [PATCH ima-evm-utils 4/8] Add support for UML in functions.sh Roberto Sassu
2023-01-09 16:55 ` [PATCH ima-evm-utils 5/8] Introduce TST_LIST variable to select a test to execute Roberto Sassu
2023-01-09 16:55 ` [PATCH ima-evm-utils 6/8] Add tests for EVM portable signatures Roberto Sassu
2023-01-09 16:55 ` [PATCH ima-evm-utils 7/8] Adapt fsverity.test to work with UML kernel Roberto Sassu
2023-01-09 16:55 ` [PATCH ima-evm-utils 8/8] Use in-place built fsverity binary instead of installing it Roberto Sassu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fd70fa2719387961698089af520460beb8f549ea.camel@linux.ibm.com \
    --to=zohar@linux.ibm.com \
    --cc=dmitry.kasatkin@gmail.com \
    --cc=linux-integrity@vger.kernel.org \
    --cc=roberto.sassu@huawei.com \
    --cc=roberto.sassu@huaweicloud.com \
    --cc=vt@altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox