commit | 913e73c77d48aeeb50c16450a653dca9c71ae2e2 | [log] [tgz] |
---|---|---|
author | Frederic Barrat <fbarrat@linux.ibm.com> | Mon Dec 09 11:55:13 2019 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Dec 14 07:59:39 2019 +1100 |
tree | c13b7bcc198a1bb8b0b2fa7bde8702faece5206b | |
parent | 099bc4812f09155da77eeb960a983470249c9ce1 [diff] |
ocxl: Fix potential memory leak on context creation 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