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

2016-10-26 Thread Valentin Rothberg
On Wed, Oct 26, 2016 at 12:40 PM, Michael Ellerman <m...@ellerman.id.au> wrote: > Valentin Rothberg <valentinrothb...@gmail.com> writes: > >> On Wed, Oct 26, 2016 at 7:52 AM, Michael Ellerman <m...@ellerman.id.au> >> wrote: >>> Cyril Bur <cyril..

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

2016-10-26 Thread Valentin Rothberg
On Wed, Oct 26, 2016 at 7:52 AM, Michael Ellerman <m...@ellerman.id.au> wrote: > Cyril Bur <cyril...@gmail.com> writes: > >> On Wed, 2016-10-05 at 07:57 +0200, Valentin Rothberg wrote: >>> s/ALIVEC/ALTIVEC/ >>> >> >> Oops, nice catch

[PATCH] powerpc/mm/radix: fix STD_MMU_64 typo

2016-05-03 Thread Valentin Rothberg
s/MMU_STD_64/STD_MMU_64/ Fixes: 11ffc1cfa4c2 ("powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code") Signed-off-by: Valentin Rothberg <valentinrothb...@gmail.com> --- I only compile tested this change. The issue has been detec

Re: [PATCH] arch/powerpc/Kconfig: fix typo in select statement

2015-12-11 Thread Valentin Rothberg
Hi Daniel, thank you for the links and the explanation. On Dec 11 '15 19:13, Daniel Axtens wrote: > Thanks Valentin. > > Ironically I first noticed the spelling mistake in the original UBSAN > patchset[1], but wanted it to work on powerpc straight away so I went > with the mis-spelled version.

[PATCH] arch/powerpc/Kconfig: fix typo in select statement

2015-12-10 Thread Valentin Rothberg
The 'I' in sanitize was missing: s/ARCH_HAS_UBSAN_SANTIZE_ALL/ARCH_HAS_UBSAN_SANITIZE_ALL/ Fixes: 257e4ee82dbd ("powerpc: enable UBSAN support") Signed-off-by: Valentin Rothberg <valentinrothb...@gmail.com> --- Detected with ./scripts/checkkconfigsymbols.py arch/powerpc/Kconfi