]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: OCTEON: irq: Check for null return on kzalloc allocation
authorColin Ian King <colin.king@canonical.com>
Thu, 22 Feb 2018 18:08:53 +0000 (18:08 +0000)
committerJames Hogan <jhogan@kernel.org>
Fri, 23 Feb 2018 09:44:46 +0000 (09:44 +0000)
commit311ca831e1ef4fd8ccf7b426dbe1b8c27f2c6124
treedee44260796d1630ea714176be8173e56ce299db
parenta47ea67732d5fef45b486148c76f89df7c71d209
MIPS: OCTEON: irq: Check for null return on kzalloc allocation

The allocation of host_data is not null checked, leading to a null
pointer dereference if the allocation fails. Fix this by adding a null
check and return with -ENOMEM.

Fixes: c736ca46ffa0 ("MIPS: OCTEON: irq: add CIB and other fixes")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: David Daney <david.daney@cavium.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: "Steven J. Hill" <Steven.Hill@cavium.com>
Cc: linux-mips@linux-mips.org
Cc: <stable@vger.kernel.org> # 4.0+
Patchwork: https://patchwork.linux-mips.org/patch/18658/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/cavium-octeon/octeon-irq.c