[PATCH] arch: arc: Kconfig: pedantic formatting

2019-03-11 Thread Enrico Weigelt, metux IT consult
Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult --- arch/arc/Kconfig| 12 ++-- arch/arc/plat-eznps/Kconfig | 12 ++-- 2 files changed, 12 insertions(+)

[PATCH 00/14] entry: preempt_schedule_irq() callers scrub

2019-03-11 Thread Valentin Schneider
Hi, This is the continuation of [1] where I'm hunting down preempt_schedule_irq() callers because of [2]. I told myself the best way to get this moving forward wouldn't be to write doc about it, but to go write some fixes and get some discussions going, which is what this patch-set is about. I'v