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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBD08C7EE2A for ; Thu, 1 Jun 2023 09:21:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232734AbjFAJVg (ORCPT ); Thu, 1 Jun 2023 05:21:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232727AbjFAJVf (ORCPT ); Thu, 1 Jun 2023 05:21:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2425897 for ; Thu, 1 Jun 2023 02:21:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A913664265 for ; Thu, 1 Jun 2023 09:21:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5B7F3C433EF; Thu, 1 Jun 2023 09:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685611293; bh=iUWErps2MPb+it/j4Y4jrMFG3TUdYQN58eEQkiN43Kw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kbFyDxv9Slrxc8eH02xmazWp/UL1KfJuzmkC5/7B3mbWKLysqFBg46JzTH/YrVdXV J4m27TvlogW9xRCPBq9XBHwSGIJpBpPDSbUKT9kw0tZXD2BXneQPHFfcLh8damQUY4 7cMPJzLeu0cKr7UAQTy+MJThM8b8N1yfz6m5KCVw= Date: Thu, 1 Jun 2023 10:21:23 +0100 From: Greg Kroah-Hartman To: Carlos Llamas Cc: stable@vger.kernel.org, Zi Fan Tan , Todd Kjos Subject: Re: [PATCH 5.15.y 1/5] binder: fix UAF caused by faulty buffer cleanup Message-ID: <2023060114-ridden-velvet-5548@gregkh> References: <20230530194338.1683009-1-cmllamas@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230530194338.1683009-1-cmllamas@google.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 30, 2023 at 07:43:34PM +0000, Carlos Llamas wrote: > commit bdc1c5fac982845a58d28690cdb56db8c88a530d upstream. All now queued up, thanks. greg k-h