From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AA18C4167B for ; Thu, 10 Dec 2020 19:26:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D9B90229C4 for ; Thu, 10 Dec 2020 19:26:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2393389AbgLJTZw (ORCPT ); Thu, 10 Dec 2020 14:25:52 -0500 Received: from bmailout2.hostsharing.net ([83.223.78.240]:54407 "EHLO bmailout2.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2393382AbgLJTZC (ORCPT ); Thu, 10 Dec 2020 14:25:02 -0500 Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by bmailout2.hostsharing.net (Postfix) with ESMTPS id 0916828007EE2; Thu, 10 Dec 2020 20:24:01 +0100 (CET) Received: by h08.hostsharing.net (Postfix, from userid 100393) id B5B27105B5; Thu, 10 Dec 2020 20:24:19 +0100 (CET) Date: Thu, 10 Dec 2020 20:24:19 +0100 From: Lukas Wunner To: Greg KH Cc: Sasha Levin , Nathan Chancellor , Greg Kroah-Hartman , Mark Brown , Sudip Mukherjee , stable@vger.kernel.org Subject: Re: [PATCH 4.19-stable 4/5] spi: bcm2835aux: Fix use-after-free on unbind Message-ID: <20201210192419.GA23278@wunner.de> References: <20201208134739.GJ643756@sasha-vm> <20201208171145.GA3241@wunner.de> <20201208211745.GL643756@sasha-vm> <20201209083747.GA7377@wunner.de> <20201209093818.GA3082@wunner.de> <20201210070142.GA20930@wunner.de> <20201210161336.GB18087@wunner.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201210161336.GB18087@wunner.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Dec 10, 2020 at 05:13:36PM +0100, Lukas Wunner wrote: > On Thu, Dec 10, 2020 at 01:45:19PM +0100, Greg KH wrote: > > The less "special" steps I have to make, the less chance I mess > > something up :) > > > > I've queued these up now, please check that I got it right. > > Perfect, thank you. I'll follow up with a respin of the bcm2835aux patch. Okay I've just sent out a series consisting of 2 patches. That series applies cleanly to all of 4.19, 4.14, 4.9 and 4.4-stable. Thanks, Lukas