]> asedeno.scripts.mit.edu Git - linux.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)
commit770b03c2ca4aa44d226cf248f86aa23e546147d0
treec3b0a43f3cf6aeb682bdc7aba9550df82cf038b1
parent1dc2f73a17843379d555d5150657333c79b9c697
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