Re: [PATCH] ubsan: cosmetic fix to Kconfig text

2016-02-07 Thread Andrey Ryabinin
On 02/06/2016 03:05 AM, Yang Shi wrote: > When enabling UBSAN_SANITIZE_ALL, the kernel image size gets increased > significantly (~3x). So, it sounds better to have some note in Kconfig. > > And, fixed a typo. > > Signed-off-by: Yang Shi > --- Acked-by: Andrey Ryabinin > lib/Kconfig.ubsan |

[PATCH] ubsan: cosmetic fix to Kconfig text

2016-02-05 Thread Yang Shi
When enabling UBSAN_SANITIZE_ALL, the kernel image size gets increased significantly (~3x). So, it sounds better to have some note in Kconfig. And, fixed a typo. Signed-off-by: Yang Shi --- lib/Kconfig.ubsan | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Kconfig.ubsa