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 2A71EECAAD1 for ; Thu, 1 Sep 2022 14:18:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234090AbiIAOSy (ORCPT ); Thu, 1 Sep 2022 10:18:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234592AbiIAOSt (ORCPT ); Thu, 1 Sep 2022 10:18:49 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4A5F1582A for ; Thu, 1 Sep 2022 07:18:48 -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 sin.source.kernel.org (Postfix) with ESMTPS id 408F5CE272F for ; Thu, 1 Sep 2022 14:18:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0787CC433D6; Thu, 1 Sep 2022 14:18:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662041925; bh=hs2646H51sI+x6YEgtT2/4R2T6F8OKF1rNarvVd9o0Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pXOwHS7vWVfkgdb+CBypjamX/3JIE+bvFUch5gN25y4eiu/IJ7qsZ67oOjHtBQSAQ P7iDfoRyXTTEl8Gx0b2mprC9z3Wvc3/TQzWe9hXLNAbYCtuBfBzfOscEOATJ3X+82g kFejBzZKDIAaIqg07zqXZaREVEOOO57Czl8gl1NA= Date: Thu, 1 Sep 2022 16:18:42 +0200 From: Greg Kroah-Hartman To: Carlos Llamas Cc: kernel-team@android.com, Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Todd Kjos , Martijn Coenen , Joel Fernandes , Christian Brauner , Suren Baghdasaryan , Andrew Morton , Liam Howlett , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] fix null-ptr-deref in binder_alloc and others Message-ID: References: <20220829201254.1814484-1-cmllamas@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220829201254.1814484-1-cmllamas@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 29, 2022 at 08:12:47PM +0000, Carlos Llamas wrote: > This patch series fixes primarily a null dereference of alloc->vma_vm_mm > reported by syzbot which unfortunately is quite easy to reproduce. Also, > included here are several other patches for more trivial things I found > along the way. Because you had 1 bugfix, and 6 "normal" patches, I had to split this up across branches. Which caused some of the normal patches to fail to apply :( Please wait until 6.0-rc5 or so is out with the fix patch merged and then rebase the remaining against my char-misc-next branch and resend them. thanks, greg k-h