Re: [PATCH] ARC: change defconfig defaults to ARCv2

From: Vineet Gupta
Date: Thu Nov 29 2018 - 14:33:26 EST


On 11/29/18 11:18 AM, Kevin Hilman wrote:
> Hi Vineet,
>
> Vineet Gupta <vineet.gupta1@xxxxxxxxxxxx> writes:
>
>> On 11/27/18 2:21 PM, Kevin Hilman wrote:
>>> Change the default defconfig (used with 'make defconfig') to the ARCv2
>>> nsim_hs_defconfig, and also switch the default Kconfig ISA selection to
>>> ARCv2.
>>>
>>> This allows several default defconfigs (e.g. make defconfig, make
>>> allnoconfig, make tinyconfig) to all work with ARCv2 by default.
>>>
>>> Signed-off-by: Kevin Hilman <khilman@xxxxxxxxxxxx>
>> Applied to for-curr
> If it's not too late, could you tag this for stable?
>
> Even though this is not technicall a regression, Greg said (in a
> different thread) he'd be willing to accept this for stable if it fixes
> the builders like kernelCI.

Sure thing. But this change actually causes regression in our in-house testing for
the arc700 defconfigs which falter due to missing CONFIG_ISA_ARCOMPACT which was
the default before. Alexey found this and will post a fixup whcih I plan to squash
into ur patch to keep bisectability (and allow trivial stable backports) and then
regen the relevant defconfigs.

-Vineet