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. I

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

2015-12-11 Thread Daniel Axtens
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. It's since been corrected upstream[2]; and I was going to spin a v2 of my original patch with this fix, especia

[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 --- Detected with ./scripts/checkkconfigsymbols.py arch/powerpc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 del