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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 6F291C433E0 for ; Tue, 2 Jun 2020 20:08:18 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 2AE782072F for ; Tue, 2 Jun 2020 20:08:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="is1+QIH5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2AE782072F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id C1F3D8E0007; Tue, 2 Jun 2020 16:08:17 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id BCFB48E0006; Tue, 2 Jun 2020 16:08:17 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id AE6008E0007; Tue, 2 Jun 2020 16:08:17 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0187.hostedemail.com [216.40.44.187]) by kanga.kvack.org (Postfix) with ESMTP id 93A7A8E0006 for ; Tue, 2 Jun 2020 16:08:17 -0400 (EDT) Received: from smtpin21.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id 5388E824805A for ; Tue, 2 Jun 2020 20:08:17 +0000 (UTC) X-FDA: 76885358634.21.river87_484ea83075a5a Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin21.hostedemail.com (Postfix) with ESMTP id 39339180442C3 for ; Tue, 2 Jun 2020 20:08:17 +0000 (UTC) X-HE-Tag: river87_484ea83075a5a X-Filterd-Recvd-Size: 1577 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf03.hostedemail.com (Postfix) with ESMTP for ; Tue, 2 Jun 2020 20:08:16 +0000 (UTC) Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CAB91206E2; Tue, 2 Jun 2020 20:08:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591128496; bh=U1DJhnjaHwrmetFd2fS/J32yhBQrYSxgY8xZo3AxdHU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=is1+QIH5aHOUNZCRc+znbTJ1p1PNufEk3OHnHUEZv39RZAJhEXK7+QJ1uGnd75GhC nuC9p4Si/C1jBjortrD+Y0OnsKBHfwdILqapzijIGNyYrYAOjvHHOOkVuVQA0Q0FOK 6c/jMH855w7hMrH2zmv7ID28x7yG1prpbDYEAmPI= Date: Tue, 2 Jun 2020 13:08:15 -0700 From: Andrew Morton To: Linus Torvalds , mm-commits@vger.kernel.org, linux-mm@kvack.org Subject: Re: incoming Message-Id: <20200602130815.e42816a455f2861cc8521abd@linux-foundation.org> In-Reply-To: <20200601214457.919c35648e96a2b46b573fe1@linux-foundation.org> References: <20200601214457.919c35648e96a2b46b573fe1@linux-foundation.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 39339180442C3 X-Spamd-Result: default: False [0.00 / 100.00] X-Rspamd-Server: rspam04 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: The local_lock merge made rather a mess of all of this. I'm cooking up a full resend of the same material.