Re: [PATCH] arc: remove redundant kernel-space generic-y

2019-01-17 Thread Vineet Gupta
On 1/16/19 7:26 PM, Masahiro Yamada wrote: > This was not sent in the previous MW. > (Nor did I see ARC pull request.) > > Is it aiming for v5.1-rc1 ? Sorry for the delay, this will happen in next few days ! -Vineet ___ linux-snps-arc mailing list linu

Re: [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants

2019-01-17 Thread Petr Mladek
On Wed 2019-01-16 15:44:21, Mike Rapoport wrote: > As all the memblock allocation functions return NULL in case of error > rather than panic(), the duplicates with _nopanic suffix can be removed. [...] > diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c > index c4f0a41..ae65221 100644