On Tue, Jun 12, 2018 at 02:43:35PM +0200, Johan Hovold wrote:
Make sure to free and deregister the addrmatch and chancounts devices allocated during probe in all error paths. Also fix use-after-free in a probe error path and in the remove success path where the devices were being put before before deregistration.
Fixes: 356f0a30860d ("i7core_edac: change the mem allocation scheme to make Documentation/kobject.txt happy") Cc: stable stable@vger.kernel.org # 3.6 Cc: Mauro Carvalho Chehab mchehab@kernel.org Signed-off-by: Johan Hovold johan@kernel.org
drivers/edac/i7core_edac.c | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-)
Both applied, thanks.