All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Nathan Chancellor <nathan@kernel.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Nicolas Schier <nicolas@fjasle.eu>,
	soc@kernel.org, Masahiro Yamada <masahiroy@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Peter Zijlstra <peterz@infradead.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] arm64: configs: Provide slimmed down configuration for guests
Date: Fri, 10 Feb 2023 23:51:07 +0000	[thread overview]
Message-ID: <Y+bYaxJfbeiTRGsU@sirena.org.uk> (raw)
In-Reply-To: <20230203-arm64-defconfigs-v1-0-cd0694a05f13@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

On Fri, Feb 10, 2023 at 07:52:46PM +0000, Mark Brown wrote:
> It has been noted that due to the extensive platform support it
> enables the arm64 defconfig is rather large and takes a while to
> build in comparison with other architectures which can be a
> burden when doing cross architecture work, especially when
> testing is mainly in emulation.  We can mitigate this by providing
> a configuration that only enables the support required to run in
> mach-virt, this will be much smaller and quicker to build.

Sorry, this is v2 of 

   https://lore.kernel.org/linux-arm-kernel/20230203-arm64-defconfigs-v1-0-6d0d03a6dbd2@kernel.org/#r

but it seems b4 didn't pick up that it was v2 (I think due to me messing
up moving between machines).

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will@kernel.org>,
	Nathan Chancellor <nathan@kernel.org>,
	Nick Desaulniers <ndesaulniers@google.com>,
	Nicolas Schier <nicolas@fjasle.eu>,
	soc@kernel.org, Masahiro Yamada <masahiroy@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Peter Zijlstra <peterz@infradead.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] arm64: configs: Provide slimmed down configuration for guests
Date: Fri, 10 Feb 2023 23:51:07 +0000	[thread overview]
Message-ID: <Y+bYaxJfbeiTRGsU@sirena.org.uk> (raw)
In-Reply-To: <20230203-arm64-defconfigs-v1-0-cd0694a05f13@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 757 bytes --]

On Fri, Feb 10, 2023 at 07:52:46PM +0000, Mark Brown wrote:
> It has been noted that due to the extensive platform support it
> enables the arm64 defconfig is rather large and takes a while to
> build in comparison with other architectures which can be a
> burden when doing cross architecture work, especially when
> testing is mainly in emulation.  We can mitigate this by providing
> a configuration that only enables the support required to run in
> mach-virt, this will be much smaller and quicker to build.

Sorry, this is v2 of 

   https://lore.kernel.org/linux-arm-kernel/20230203-arm64-defconfigs-v1-0-6d0d03a6dbd2@kernel.org/#r

but it seems b4 didn't pick up that it was v2 (I think due to me messing
up moving between machines).

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-02-10 23:51 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 19:52 [PATCH 0/3] arm64: configs: Provide slimmed down configuration for guests Mark Brown
2023-02-10 19:52 ` Mark Brown
2023-02-10 19:52 ` [PATCH 1/3] scripts: merge_config: Add option to suppress warning on overrides Mark Brown
2023-02-10 19:52   ` Mark Brown
2023-02-10 19:52 ` [PATCH 2/3] kbuild: Provide a version of merge_into_defconfig without override warnings Mark Brown
2023-02-10 19:52   ` Mark Brown
2023-02-10 19:52 ` [PATCH 3/3] arm64: configs: Add virtconfig Mark Brown
2023-02-10 19:52   ` Mark Brown
2023-02-11  7:37   ` Masahiro Yamada
2023-02-11  7:37     ` Masahiro Yamada
2023-02-11 23:10     ` Mark Brown
2023-02-11 23:10       ` Mark Brown
2023-02-13 15:15     ` Arnd Bergmann
2023-02-13 15:15       ` Arnd Bergmann
2023-02-13 15:48       ` Mark Brown
2023-02-13 15:48         ` Mark Brown
2023-02-13 16:18       ` Masahiro Yamada
2023-02-13 16:18         ` Masahiro Yamada
2023-02-10 23:51 ` Mark Brown [this message]
2023-02-10 23:51   ` [PATCH 0/3] arm64: configs: Provide slimmed down configuration for guests Mark Brown
2023-02-13 19:30 ` patchwork-bot+linux-soc

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=Y+bYaxJfbeiTRGsU@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=masahiroy@kernel.org \
    --cc=nathan@kernel.org \
    --cc=ndesaulniers@google.com \
    --cc=nicolas@fjasle.eu \
    --cc=peterz@infradead.org \
    --cc=soc@kernel.org \
    --cc=will@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.