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 21742C47087 for ; Fri, 28 May 2021 12:56:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 046C6610C9 for ; Fri, 28 May 2021 12:56:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233689AbhE1M6T (ORCPT ); Fri, 28 May 2021 08:58:19 -0400 Received: from bmailout1.hostsharing.net ([83.223.95.100]:49399 "EHLO bmailout1.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233583AbhE1M6T (ORCPT ); Fri, 28 May 2021 08:58:19 -0400 Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by bmailout1.hostsharing.net (Postfix) with ESMTPS id 1958930000349; Fri, 28 May 2021 14:56:42 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 0CBC2132D6A; Fri, 28 May 2021 14:56:42 +0200 (CEST) Date: Fri, 28 May 2021 14:56:42 +0200 From: Lukas Wunner To: Greg Kroah-Hartman Cc: Sasha Levin , "William A. Kennington III" , Mark Brown , linux-spi@vger.kernel.org Subject: Re: [PATCH v4.9-stable] spi: Fix use-after-free with devm_spi_alloc_* Message-ID: <20210528125642.GD17551@wunner.de> References: <20210528062343.GA29343@wunner.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On Fri, May 28, 2021 at 11:01:04AM +0200, Greg Kroah-Hartman wrote: > On Fri, May 28, 2021 at 08:23:43AM +0200, Lukas Wunner wrote: > > Dear Greg, Dear Sasha, > > > > please consider applying the patch below to v4.9-stable. > > Please always cc: stable@vger.kernel.org for stuff you want queued up so > that we do not miss them... Sorry about that. I've just amended the Cc: header as requested and bounced the two messages to stable@, they're visible on lore.kernel.org already. Thanks, Lukas