Re: [PATCH] powerpc: process.c: fix Kconfig typo

From: Valentin Rothberg
Date: Wed Oct 26 2016 - 02:26:17 EST


On Wed, Oct 26, 2016 at 7:52 AM, Michael Ellerman <mpe@xxxxxxxxxxxxxx> wrote:
> Cyril Bur <cyrilbur@xxxxxxxxx> writes:
>
>> On Wed, 2016-10-05 at 07:57 +0200, Valentin Rothberg wrote:
>>> s/ALIVEC/ALTIVEC/
>>>
>>
>> Oops, nice catch
>>
>>> Signed-off-by: Valentin Rothberg <valentinrothberg@xxxxxxxxx>
>>
>> Reviewed-by: Cyril Bur <cyrilbur@xxxxxxxxx>
>
> How did we not notice? Sounds like we need a new selftest.
>
> Looks like this should have:
>
> Fixes: dc16b553c949 ("powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in use")
>
>
> And I guess I need to start running checkkconfigsymbols.py on every
> commit.

Happy to find a new user :-) You can also run the script on a range
of commits via '--diff commitA..commitB', which can safe some time.

Best regards,
Valentin

> cheers