Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755451AbdIGPA4 (ORCPT ); Thu, 7 Sep 2017 11:00:56 -0400 Received: from mail-io0-f171.google.com ([209.85.223.171]:34554 "EHLO mail-io0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755361AbdIGPAy (ORCPT ); Thu, 7 Sep 2017 11:00:54 -0400 X-Google-Smtp-Source: AOwi7QA/wpnm0ublLOTH8py4HVJSqGKligq/6im0E81Rd1Rt+RRXlB5m+3mKAXM18D+YV1Uw05SDZQ19rMPjZVZ6wY4= MIME-Version: 1.0 In-Reply-To: <20170907123355.GB22336@hc> References: <20170907112417.21495-1-jglauber@cavium.com> <20170907121940.GA22336@hc> <20170907123355.GB22336@hc> From: Ulf Hansson Date: Thu, 7 Sep 2017 17:00:53 +0200 Message-ID: Subject: Re: [PATCH] mmc: cavium: Fix use-after-free in of_platform_device_destroy To: Jan Glauber Cc: David Daney , "linux-mmc@vger.kernel.org" , Rob Herring , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 636 Lines: 22 On 7 September 2017 at 14:33, Jan Glauber wrote: > On Thu, Sep 07, 2017 at 02:21:17PM +0200, Ulf Hansson wrote: >> On 7 September 2017 at 14:19, Jan Glauber >> wrote: >> > Thanks Uffe. The fix would only be required for 4.13, as only with that the >> > Cavium GPIO driver became available. >> >> Okay, I drop the fixes tag then, because it points to a commit present >> in 4.12 as well. >> >> Make sense? > > Thinking twice it may still be a good idea to have the fixes tag, for > distribution backports. So yes, please keep it. Got it, okay! [...] Kind regards Uffe