Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753266AbcJZG0J (ORCPT ); Wed, 26 Oct 2016 02:26:09 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34335 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751654AbcJZG0H (ORCPT ); Wed, 26 Oct 2016 02:26:07 -0400 MIME-Version: 1.0 In-Reply-To: <878ttby7vh.fsf@concordia.ellerman.id.au> References: <20161005055726.5614-1-valentinrothberg@gmail.com> <1475708074.735.2.camel@gmail.com> <878ttby7vh.fsf@concordia.ellerman.id.au> From: Valentin Rothberg Date: Wed, 26 Oct 2016 08:25:35 +0200 Message-ID: Subject: Re: [PATCH] powerpc: process.c: fix Kconfig typo To: Michael Ellerman Cc: Cyril Bur , LKML , "linuxppc-dev@lists.ozlabs.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 809 Lines: 30 On Wed, Oct 26, 2016 at 7:52 AM, Michael Ellerman wrote: > Cyril Bur writes: > >> On Wed, 2016-10-05 at 07:57 +0200, Valentin Rothberg wrote: >>> s/ALIVEC/ALTIVEC/ >>> >> >> Oops, nice catch >> >>> Signed-off-by: Valentin Rothberg >> >> Reviewed-by: Cyril Bur > > 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