Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp2004465ybh; Sun, 8 Mar 2020 19:18:36 -0700 (PDT) X-Google-Smtp-Source: ADFU+vuEynCNErGqOp1xNnuxd+T3Y2oub6kxCZBp6oNdJCM2O5tDNdiqe/4a5uXOOk0Glnbtsx8P X-Received: by 2002:aca:3f54:: with SMTP id m81mr10188797oia.167.1583720315998; Sun, 08 Mar 2020 19:18:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583720315; cv=none; d=google.com; s=arc-20160816; b=w7dhmQdP1BbPNPaOtjIpx2JgXVaAYFEi5CKCqArd7v4RX78Dkuh2zKi5VYDJHHFNQ/ IwNKFTaaIbD7/3ZTnLU+26XiJAPynmYC67cD8o+PR5fwkiWFZ10PilvyCtLt31tEJ3AY swD3bH0GmTZr+8TOvNlEOuFpm+InBIOFggc5KOnf5QLxmD8j+q+Y5FsVVRvRY5+YRXJV RtFGVd4T6SWnbAR/hKUrkiZHSuIFTvk3Xy3m3fYmo1KBQzlVhW8jHd6QhysZW0QC/S6R gKAdWt1/YPQZh59ypE6k6ipdpqagIUOwf2jfA5o4HbywhRMOL9D33e0kQ3Yz6W0Ecl75 d1cQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=zuHWzBDv1nOciZV+1zlf9dVNQpMA4abf5KUmmziabXo=; b=JYpNv9q8+H/nY9DZSRMt7935nU1DunDCHM6l5puogXtD54HyhRTlAL0cWw0c/YvBk7 RQRLRdAWcFTAo7KQz55Zo9qt8tFdbtVnXOkoYDKDHI/8qC6yEr+yc7O28SVh6nTW1v4e 7hVJK/ixWreH9dG+6gU+jfxsi133E//f4XAegkof6tEjkFjbw97PjzyG3/rSvUOaru/8 x04BXy4AYd222TXYsmM82CFr+XnJSLzODZCthr5KoPWLz/FNClFYRwaufvjsh7xStbh+ ESdInda/FMrcK1IgkGt6N8XqW7qG/Vu18pfIei938ui2tF/BeJ1yNWG4/l90kDG06Ics jJ8g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n9si5211767ota.103.2020.03.08.19.18.24; Sun, 08 Mar 2020 19:18:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726866AbgCIBjV (ORCPT + 99 others); Sun, 8 Mar 2020 21:39:21 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:48504 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726490AbgCIBjU (ORCPT ); Sun, 8 Mar 2020 21:39:20 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id F0F5A86CFCDB6777D99F; Mon, 9 Mar 2020 09:39:18 +0800 (CST) Received: from [127.0.0.1] (10.173.220.179) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.487.0; Mon, 9 Mar 2020 09:39:10 +0800 Subject: Re: [PATCH] aio: add timeout validity check for io_[p]getevents To: Al Viro CC: Jeff Moyer , , , , , , yangerkun References: <1564039289-7672-1-git-send-email-yi.zhang@huawei.com> <20190729154720.GS1131@ZenIV.linux.org.uk> From: "zhangyi (F)" Message-ID: <2c44dc0f-6030-dfff-a7f2-41418f0c06a6@huawei.com> Date: Mon, 9 Mar 2020 09:39:09 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: <20190729154720.GS1131@ZenIV.linux.org.uk> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.173.220.179] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Al, could you please consider applying this patch ? Thanks, Yi. On 2019/7/29 23:47, Al Viro wrote: > On Mon, Jul 29, 2019 at 10:57:41AM -0400, Jeff Moyer wrote: >> Al, can you take this through your tree? > > Umm... Can do, but I had an impression that Arnd and Deepa > had a tree for timespec-related work. OTOH, it had been > relatively quiet last cycle, so... If they have nothing > in the area, I can take it through vfs.git. > > . >