From: Ingo Molnar <mingo@kernel.org>
To: Hannes Reinecke <hare@suse.de>
Cc: x86@kernel.org, Boris Petkov <bpetkov@suse.de>,
Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>,
Hannes Reinecke <hare@suse.com>
Subject: Re: [PATCH] x86/Kconfig: compile 32bit drivers for COMPILE_TEST
Date: Tue, 29 Aug 2017 13:45:43 +0200 [thread overview]
Message-ID: <20170829114543.fftmrkiinhbyemsv@gmail.com> (raw)
In-Reply-To: <1503913761-60996-1-git-send-email-hare@suse.de>
* Hannes Reinecke <hare@suse.de> wrote:
> When COMPILE_TEST is set we should be compiling 32-bit only
> drivers and features (like ISA support etc), too.
> After all, it's a compile test.
>
> Signed-off-by: Hannes Reinecke <hare@suse.com>
> ---
> arch/x86/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 781521b7cf9e..df61bc37b1a2 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -2548,7 +2548,7 @@ config ISA_DMA_API
> Enables ISA-style DMA support for devices requiring such controllers.
> If unsure, say Y.
>
> -if X86_32
> +if X86_32 || COMPILE_TEST
>
> config ISA
> bool "ISA support"
This is almost certainly a bad idea: if it's a compile test, why not compile test
the 32-bit kernel, which will include these drivers?
These are drivers that have probably been ever been built in 64-bit mode, and now
an allmodconfig/allyesconfig will turn them on...
Thanks,
Ingo
prev parent reply other threads:[~2017-08-29 11:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-28 9:49 Hannes Reinecke
2017-08-29 11:45 ` Ingo Molnar [this message]
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=20170829114543.fftmrkiinhbyemsv@gmail.com \
--to=mingo@kernel.org \
--cc=bpetkov@suse.de \
--cc=hare@suse.com \
--cc=hare@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=x86@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®