ocxl: Fix potential memory leak on context creation
authorFrederic Barrat <fbarrat@linux.ibm.com>
Mon, 9 Dec 2019 10:55:13 +0000 (11:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Jan 2020 11:21:31 +0000 (12:21 +0100)
commit2da53ec72f763476b074748fca00d8e91ae345e1
treec90e2f920daa5ead70b2dfe2c280bbf415687817
parent989f4be351a9d3a068c1c223f62bbed7c26cae4f
ocxl: Fix potential memory leak on context creation

[ Upstream commit 913e73c77d48aeeb50c16450a653dca9c71ae2e2 ]

If we couldn't fully init a context, we were leaking memory.

Fixes: b9721d275cc2 ("ocxl: Allow external drivers to use OpenCAPI contexts")
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191209105513.8566-1-fbarrat@linux.ibm.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/misc/ocxl/context.c