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 DC247C38A02 for ; Mon, 31 Oct 2022 10:28:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230310AbiJaK2N (ORCPT ); Mon, 31 Oct 2022 06:28:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229956AbiJaK2F (ORCPT ); Mon, 31 Oct 2022 06:28:05 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A178EDFD1; Mon, 31 Oct 2022 03:27:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=BJwLOmLD8mORoDRX0DLkp+ifKRPcytGG+quIHFk/eeg=; b=d5hQmn1G6fFW9tEkhDd1r9oIyo HHq37m3+bMHObABPRn2mbJqtWjLIlLkULlu7/G7/8XPX+SQaFzlPjNwOk7CQY0s0oKntWXQiI8S6+ mKGEgyQWk7/KmjBX6fgCxiqvu9clNVtRYPOzuJ6BiqjoDjT7Ro9ybWR/7pULj3u+tSPI2RUp2epyI s15IZQnifoEY0p14+hWUZzcnGh/q/KNvpWZVQX9QtHMOuGEOAJOpfNcDsUbH30I9eAVwRwPY4MvQy ef/TKMLmozncYEuorFuGczjY123W8zK+NHkpYLLhMjRoV2UoveEoFkpkSt7RjFP8SIsZwhM6/Ici5 C6Ltkd7A==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1opS1N-003awy-W1; Mon, 31 Oct 2022 10:27:58 +0000 Date: Mon, 31 Oct 2022 10:27:57 +0000 From: Matthew Wilcox To: zhaogongyi Cc: "linux-kselftest@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "keescook@chromium.org" , "luto@amacapital.net" , "wad@chromium.org" , "shuah@kernel.org" , "cristian.marussi@arm.com" Subject: Re: [PATCH -next 2/2] selftests/mincore: Optimize TEST(check_file_mmap) accoring to filemap read around Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Oct 31, 2022 at 07:22:11AM +0000, zhaogongyi wrote: > Hi! > > +to linux-fsdevel@vger.kernel.org > +cc willy@infradead.org > > Regards, > Gongyi what?