On Wed, Jan 16, 2019 at 03:44:19PM +0200, Mike Rapoport wrote:
> Add check for the return value of memblock_alloc*() functions and call
> panic() in case of error.
> The panic message repeats the one used by panicing memblock allocators with
> adjustment of parameters to include only relevant ones.
On Wed, Jan 16, 2019 at 03:44:21PM +0200, 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.
>
> Signed-off-by: Mike Rapoport
> ---
> arch/arc/kernel/unwind.c | 3 +--
> ar
OK linus/axs103_smp_defconfig/arcv2 Fri Jan 18, 20:03
http://kisskb.ellerman.id.au/kisskb/buildresult/13658485/
Commit: Merge tag 'led-fix-for-5.0-rc3' of
git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
2451f3717c538795fc9fade46916683ebf7ea959
Compiler: arc-linu
OK linus/axs101_defconfig/arcompact Fri Jan 18, 20:04
http://kisskb.ellerman.id.au/kisskb/buildresult/13658486/
Commit: Merge tag 'led-fix-for-5.0-rc3' of
git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
2451f3717c538795fc9fade46916683ebf7ea959
Compiler: arc-buil
Hi Mike,
On Wed, Jan 16, 2019 at 03:44:12PM +0200, Mike Rapoport wrote:
> The last parameter of memblock_alloc_from() is the lower limit for the
> memory allocation. When it is 0, the call is equivalent to
> memblock_alloc().
>
> Signed-off-by: Mike Rapoport
Acked-by: Paul Burton # MIPS part
Hi Mike,
On Wed, Jan 16, 2019 at 03:44:19PM +0200, Mike Rapoport wrote:
> Add check for the return value of memblock_alloc*() functions and call
> panic() in case of error.
> The panic message repeats the one used by panicing memblock allocators with
> adjustment of parameters to include only rele