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, URIBL_BLOCKED,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 CC8E6C3526A for ; Sat, 5 Dec 2020 18:44:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A9DE822EBF for ; Sat, 5 Dec 2020 18:44:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728080AbgLESnw (ORCPT ); Sat, 5 Dec 2020 13:43:52 -0500 Received: from bmailout1.hostsharing.net ([83.223.95.100]:51947 "EHLO bmailout1.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726787AbgLEQvV (ORCPT ); Sat, 5 Dec 2020 11:51:21 -0500 X-Greylist: delayed 25940 seconds by postgrey-1.27 at vger.kernel.org; Sat, 05 Dec 2020 11:51:21 EST 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 bmailout1.hostsharing.net (Postfix) with ESMTPS id 14C1830000D17; Sat, 5 Dec 2020 17:49:33 +0100 (CET) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 1F9398EBC; Sat, 5 Dec 2020 17:50:10 +0100 (CET) Date: Sat, 5 Dec 2020 17:50:10 +0100 From: Lukas Wunner To: gregkh@linuxfoundation.org Cc: broonie@kernel.org, f.fainelli@gmail.com, olteanv@gmail.com, s.hauer@pengutronix.de, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] spi: bcm2835: Fix use-after-free on unbind" failed to apply to 4.19-stable tree Message-ID: <20201205165010.GA2170@wunner.de> References: <160612166517133@kroah.com> <20201205093613.GB29065@wunner.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201205093613.GB29065@wunner.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Dec 05, 2020 at 10:36:13AM +0100, Lukas Wunner wrote: > On Mon, Nov 23, 2020 at 09:54:25AM +0100, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 4.19-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > Below please find the backport of e1483ac030fb to linux-4.19.y. This backport is also applicable to 4.14-stable and 4.9-stable, as is the one I sent out for spi-bcm2835aux.c as well as the backport of 666224b43b4b. Thanks, Lukas