From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751560AbdJ2MxP (ORCPT ); Sun, 29 Oct 2017 08:53:15 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:51108 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751395AbdJ2MxL (ORCPT ); Sun, 29 Oct 2017 08:53:11 -0400 X-Google-Smtp-Source: ABhQp+RHVjcAtdB0ndPZEcA5BmiPZGlWLA1RcWHpofqDpry3xByvs/GvxOJNqW6+R9uLcH1ok6kImA== Date: Sun, 29 Oct 2017 18:23:08 +0530 From: Viresh Kumar To: Johan Hovold Cc: Rui Miguel Silva , Viresh Kumar , Alex Elder , Greg Kroah-Hartman , greybus-dev@lists.linaro.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, stable Subject: Re: [PATCH] staging: greybus: spilib: fix use-after-free after deregistration Message-ID: <20171029125308.GF4240@vireshk-i7> References: <20171029120133.32585-1-johan@kernel.org> <20171029124328.GE4240@vireshk-i7> <20171029125159.GA659@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171029125159.GA659@localhost> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29-10-17, 13:51, Johan Hovold wrote: > That's right, and I already posted a fix for that use-after-free: > > https://lkml.kernel.org/r/20171029115625.32385-1-johan@kernel.org Great :) -- viresh