]> git.baikalelectronics.ru Git - kernel.git/commit
staging: greybus: spilib: fix use-after-free after deregistration
authorJohan Hovold <johan@kernel.org>
Sun, 29 Oct 2017 12:01:33 +0000 (13:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Nov 2017 10:42:16 +0000 (11:42 +0100)
commit834e6dfa57fed074edd595ca94e3c48982210a90
treec3b0a43f3cf6aeb682bdc7aba9550df82cf038b1
parent522fb82050578150cdfd80ba27f0025fe2968c3c
staging: greybus: spilib: fix use-after-free after deregistration

Remove erroneous spi_master_put() after controller deregistration which
would access the already freed spi controller.

Note that spi_unregister_master() drops our only controller reference.

Fixes: ba3e67001b42 ("greybus: SPI: convert to a gpbridge driver")
Cc: stable <stable@vger.kernel.org> # 4.9
Signed-off-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/spilib.c