On Tue, 1 Dec 2020 14:31:50 +0800
Qinglang Miao <miaoqingl...@huawei.com> wrote:

> put_device calls release function which do kfree() inside.
> So following use of sch&cdev would cause use-after-free bugs.
> 
> Fix these by simply adjusting the position of put_device.
> 
> Fixes: 37db8985b211 ("s390/cio: add basic protected virtualization support")
> Reported-by: Hulk Robot <hul...@huawei.com>
> Suggested-by: Cornelia Huck <coh...@redhat.com>
> Signed-off-by: Qinglang Miao <miaoqingl...@huawei.com>
> ---
>  This patch is indeed a v2 of older one. Considering that the
>  patch's name has changed, I think a normal prefix 'PATCH' is
>  better.
> 
>  drivers/s390/cio/device.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Cornelia Huck <coh...@redhat.com>

Reply via email to