[PATCH] ARM: Blacklist GCC 4.8.0 to GCC 4.8.2 - PR58854

Linus Torvalds torvalds at linux-foundation.org
Sun Oct 19 13:04:20 PDT 2014


On Sun, Oct 19, 2014 at 11:51 AM, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
>
> Does that work for things like allnoconfig and randconfig?  I guess people
> /could/ seed those appropriately, but that seems to be something that Olof
> wants to avoid doing.

You can force particular config options for those, using something like

    export KCONFIG_ALLCONFIG=custom.config

and filling the custom config file with the required config setting.

So the downside is that you do need to have this custom support to
seed particular things, but yes, it's doable, and it only requires a
one-time setup with an environment variable, so it doesn't need
changes to the actual testing infrastructure.

                   Linus



More information about the linux-arm-kernel mailing list