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 F33FFC28D13 for ; Fri, 19 Aug 2022 22:55:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242812AbiHSWzS (ORCPT ); Fri, 19 Aug 2022 18:55:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243256AbiHSWzR (ORCPT ); Fri, 19 Aug 2022 18:55:17 -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 5601810DCD7; Fri, 19 Aug 2022 15:55:16 -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 F1D8A6182A; Fri, 19 Aug 2022 22:55:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 243BCC433D6; Fri, 19 Aug 2022 22:55:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1660949715; bh=6SLzADGIbpXl2meWiw7UY5YWi0+GnZPs6UAdbiVEgsU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=yZWqihvtBtrmNvuE1FMUWX7JrhQbmbjiENO5kCHtfWMUDc/P0WeqUGp0NLLRGzCxM li28UVgNZaVn5vJe0ii0fIEUPH7VrRnygdw/+H7sxlyM8HnG+Siv7rEs9pd/rAJ+hc kc2ZjTLL5Jala6xvN5afwkBrb/Fop0Dq7n+OUT7I= Date: Fri, 19 Aug 2022 15:55:14 -0700 From: Andrew Morton To: Liam Howlett Cc: Greg KH , Stephen Rothwell , Arnd Bergmann , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the char-misc.current tree with the mm-hotfixes tree Message-Id: <20220819155514.be312f8ceeaaf8e314a6badf@linux-foundation.org> In-Reply-To: <20220819220243.ieq3drqvg3lcmark@revolver> References: <20220819082714.5313827d@canb.auug.org.au> <20220819184027.7b3fda3e@canb.auug.org.au> <20220819133458.eqshbr5xp4yr3xws@revolver> <20220819133539.f8eb934e29e8f4f72c62752b@linux-foundation.org> <20220819220243.ieq3drqvg3lcmark@revolver> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Fri, 19 Aug 2022 22:02:53 +0000 Liam Howlett wrote: > > I moved "binder_alloc: add missing mmap_lock calls when using the VMA" > > into mm-hotfixes-stable this week. > > > > It's the v2. I intend to send this Linuswards today or tomorrow. Below. > > > > So I think we're all good. > > > > > > commit b3bb668f3dc6a97a91c47a4cebb0e3f33554c08c > > ... > > Sounds good, as long as it isn't the above commit which is v1, but > d6f35446d076 which is v2 :) Well dang, I somehow messed that up. I have the v2 now.