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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,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 B6D4CC433B4 for ; Thu, 22 Apr 2021 23:04:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D54661421 for ; Thu, 22 Apr 2021 23:04:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239667AbhDVXEs (ORCPT ); Thu, 22 Apr 2021 19:04:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:53446 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235977AbhDVXEs (ORCPT ); Thu, 22 Apr 2021 19:04:48 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 07C5561404; Thu, 22 Apr 2021 23:04:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1619132651; bh=vA4fccGurUW70w+o8RGtEPk7gkY8fpTMPGiph2c4fI0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pkg01P7P4zQf82ckyoI+kHR/5EDiAY8k12vsYKYnZg025s5d1GB9O3kRxsW4IhiyM ikaFwQ+siH4nlM+erGeZ2zUwhYT97OGoCLG0kM82icgE4BWv/KAFEKM5wzfzdRszio Sz1nLEdUH3ivSnSsO0tYigZNDQPWuvEqGfIzfypA= Date: Thu, 22 Apr 2021 16:04:10 -0700 From: Andrew Morton To: Hugh Dickins Cc: Matthew Wilcox , William Kucharski , Christoph Hellwig , Jan Kara , Dave Chinner , Johannes Weiner , "Kirill A. Shutemov" , Yang Shi , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v2 2/2] mm/filemap: fix mapping_seek_hole_data on THP & 32-bit Message-Id: <20210422160410.e9014b38b843d7a6ec06a9bb@linux-foundation.org> In-Reply-To: References: <20210422011631.GL3596236@casper.infradead.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 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, 22 Apr 2021 13:48:57 -0700 (PDT) Hugh Dickins wrote: > Andrew, I'd have just sent a -fix.patch to remove the unnecessary u64s, > but need to reword the commit message: so please replace yesterday's > mm-filemap-fix-mapping_seek_hole_data-on-thp-32-bit.patch > by this one - thanks. Actually, I routinely update the base patch's changelog when queueing a -fix.