]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/xive: Add a check for memory allocation failure
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 1 Aug 2019 08:32:42 +0000 (10:32 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Aug 2019 12:52:55 +0000 (22:52 +1000)
commitfd3806562f450a6189c31e0d2cb9cd4b208dcf2d
tree00fe3832b9adbeba52ce6facbfa93efc61a2f13a
parentb214a8f2ea964b5ff2cc4a1e8bd8c74f64741f20
powerpc/xive: Add a check for memory allocation failure

The result of this kzalloc is not checked. Add a check and corresponding
error handling code.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/cc53462734dfeaf15b6bad0e626b483de18656b4.1564647619.git.christophe.jaillet@wanadoo.fr
arch/powerpc/sysdev/xive/spapr.c