linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Fengguang Wu <fengguang.wu@intel.com>
Cc: James Hogan <james.hogan@imgtec.com>,
	linux-mips@linux-mips.org, linux-arch@vger.kernel.org,
	linux-kbuild@vger.kernel.org,
	Florian Fainelli <f.fainelli@gmail.com>,
	Paul Burton <paul.burton@imgtec.com>,
	Ralf Baechle <ralf@linux-mips.org>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	linux-kernel@vger.kernel.org, Michal Marek <mmarek@suse.com>
Subject: Re: [linux-review:James-Hogan/kbuild-Remove-stale-asm-generic-wrappers/20160119-183642] d979f99e9cc14e2667e9b6e268db695977e4197a BUILD DONE
Date: Tue, 26 Jan 2016 17:27:46 +0100	[thread overview]
Message-ID: <3724678.Yr2Z2lv3F9@wuerfel> (raw)
In-Reply-To: <20160126053504.GA22301@wfg-t540p.sh.intel.com>

On Tuesday 26 January 2016 13:35:04 Fengguang Wu wrote:
> > There are a fixed set of config files for fast build tests (which I
> > selected randomly, feel free to ask me to change the list to more
> > reasonable ones):
> > 
> >       arm-allnoconfig
> >       arm-at91_dt_defconfig
> >       arm-at_hdmac
> >       arm-ep93xx
> >       arm-imx_v6_v7_defconfig
> >       arm-iop-adma
> >       arm-marzen_defconfig
> >       arm-prima2_defconfig
> >       arm-sa1100
> >       arm-samsung
> >       arm-sh
> >       arm-spear13xx_defconfig
> 
> And there is another set of best effort configs whose priority is
> in-between the above list and the arch/*/configs/* ones.
> 
>         arm-arm5
>         arm-arm67
>         arm-mmp
>         arm-omap2plus_defconfig
>         arm-s3c2410_defconfig
>         arm-tegra_defconfig
> 

I think we want at least one ARMv7-M NOMMU target in the list,
I'd pick efm32_defconfig as it has the least overlap with the
drivers in the other configs.

I don't know what arm-sh is, but I assume it's a superset of
marzen, so you can probably drop marzen or move it down to the
low-prio set. Similarly, the at_hdmac is likely a subset of
at91_dt_defconfig and could be dropped.

prima2, ep93xx and spear13xx, mmp and s3c2410 are all
slow-moving platforms, I would not expect to see much
results from running those compared to the more active
platforms.

The platforms with the most changes these days are omap2plus,
sunxi, shmobile, and exynos (samsung), followed by some
that are widely used but not changed as much including
tegra, imx_v6_v7, mvebu_v7, and qcom (previously msm).

iop and sa1100 are rather old and won't change much, but it
can be good to keep them in there because they are for older
CPU architectures and behave a little different from the
modern ones. It might be better to replace iop with ixp4xx,
as this one is the only big-endian defconfig build we have,
and that sometimes catches build-time bugs.

	Arnd

  parent reply	other threads:[~2016-01-26 16:27 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-19 11:27 [linux-review:James-Hogan/kbuild-Remove-stale-asm-generic-wrappers/20160119-183642] d979f99e9cc14e2667e9b6e268db695977e4197a BUILD DONE kbuild test robot
2016-01-19 11:27 ` kbuild test robot
2016-01-19 14:26 ` Arnd Bergmann
2016-01-26  5:30   ` Fengguang Wu
2016-01-26  5:30     ` Fengguang Wu
2016-01-26  5:35     ` Fengguang Wu
2016-01-26  5:35       ` Fengguang Wu
2016-01-26 16:27       ` Arnd Bergmann [this message]
2016-01-26 16:27         ` Arnd Bergmann
2016-01-27  8:37         ` Fengguang Wu
2016-01-27  8:37           ` Fengguang Wu
2016-01-27  9:11           ` Arnd Bergmann
2016-01-27  9:11             ` Arnd Bergmann
2016-01-27  9:30             ` Fengguang Wu
2016-01-27  9:30               ` Fengguang Wu
2016-01-27  9:44               ` Arnd Bergmann
2016-01-27  9:44                 ` Arnd Bergmann
2016-01-28  3:14                 ` Fengguang Wu
2016-01-28 12:07                   ` Arnd Bergmann
2016-01-28 17:42                   ` Russell King - ARM Linux
2016-01-28 17:42                     ` Russell King - ARM Linux
2016-01-28 23:07                     ` Arnd Bergmann
2016-01-29  8:01                       ` Geert Uytterhoeven
2016-01-29 20:44                         ` Arnd Bergmann
2016-01-29 21:24                           ` Geert Uytterhoeven
2016-01-29 21:24                             ` Geert Uytterhoeven
2016-01-29 21:54                             ` Arnd Bergmann
2016-01-29 23:15                               ` Russell King - ARM Linux
2016-01-29 23:15                                 ` Russell King - ARM Linux
2016-01-29 21:46                       ` Russell King - ARM Linux
2016-01-28 18:00                 ` Geert Uytterhoeven
2016-01-28 18:00                   ` Geert Uytterhoeven

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=3724678.Yr2Z2lv3F9@wuerfel \
    --to=arnd@arndb.de \
    --cc=f.fainelli@gmail.com \
    --cc=fengguang.wu@intel.com \
    --cc=james.hogan@imgtec.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=mmarek@suse.com \
    --cc=paul.burton@imgtec.com \
    --cc=ralf@linux-mips.org \
    --cc=xypron.glpk@gmx.de \
    /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;
as well as URLs for NNTP newsgroup(s).