Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp215730yba; Thu, 2 May 2019 23:56:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqwABCHQc0Q5eJsYebgvCMSwtlKLPlG6i+FWEG2WTxoq0sk6GYv0FyViQ2RrvKhMPfwhLRe2 X-Received: by 2002:a63:2325:: with SMTP id j37mr8320641pgj.137.1556866591970; Thu, 02 May 2019 23:56:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556866591; cv=none; d=google.com; s=arc-20160816; b=brmtLRaxu/ZIbeRtkrZBX999uuoTMOoXPaHUzjaRiFkncPMjLy4u/kxh6JwDy1wMzD Ve+0aWGhq/39KkEPtVNwwRPHwZNNGE/AEc6ULeH67MrcnUtTVJWMb54DYjPswwuYOPrO yXcjBo8kMPQEjexSfH8rwPhvEit6Ze1UstAzpZ6gX5plOqRztlniHMkLTYIXsPV50Nov /flF6ZdijgtLpDkzD/NLJ823dyrxRuPfn/deq2Xgt1SBo+93FEI71EPDxYm+wjvgMHI4 xEmOtM6NFJ4O6S3mfxqSHa7sO00ZuDjjs/G8WLUWhWvMj1VY7iAEh6aE18C0ivRHUdwh s2BA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=NT7/zSex3MIv/stGjL9HmfE8oSpIKmmNMvwdU8X6Ut4=; b=C0XGOziMROQ4D81zd2p36gT94UxCtQymF+Q6+oPd0sFi/tdIq1MhMqgb0othsSNoQf e1Og12rkcaiZUemRrC6UGVtH3bc8nWu1ptauVAjD31J3aA79HgP7E0YIC2Luc7uCPFEf /EAzBNWfgR4gk6HP/6YocFlDMFcOGeUYkvgmaMCz2wQ37sOid8QJL0qfn2MspahZL45G WiYqoqWMJ348HXp6u6ggJS/yEQFsHqmfnPQk0Ms9I04gI/g2OIXafaYtQ+bVpxZG3IQg cjKqP/B2WJK7QY35U4+b/is5PHFDXX0JOXIfiNjsVI6NEY9Mc7qhwY1KsvgtMt+yuqJS 9smQ== 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 k3si1275668pgh.113.2019.05.02.23.56.13; Thu, 02 May 2019 23:56:31 -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 S1726681AbfECGeg (ORCPT + 99 others); Fri, 3 May 2019 02:34:36 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:49428 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725775AbfECGef (ORCPT ); Fri, 3 May 2019 02:34:35 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 74E411F453; Fri, 3 May 2019 06:34:35 +0000 (UTC) Date: Fri, 3 May 2019 06:34:35 +0000 From: Eric Wong To: Deepa Dinamani Cc: linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, omar.kilani@gmail.com, jbaron@akamai.com, arnd@arndb.de, linux-fsdevel@vger.kernel.org, dave@stgolabs.net Subject: Re: [PATCH] signal: Adjust error codes according to restore_user_sigmask() Message-ID: <20190503063435.446aqcckbc6ri7xx@dcvr> References: <20190503033440.cow6xm4p4hezgkxv@linux-r8p5> <20190503034205.12121-1-deepa.kernel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190503034205.12121-1-deepa.kernel@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Deepa Dinamani wrote: > Sorry, I was trying a new setup at work. I should have tested it. > My bad, I've checked this one. Thanks. This is good w.r.t. epoll_pwait and ppoll when applied to 5.0.11 (no fs/io_uring.c). Can't think of anything which uses pselect or aio on my system; but it looks right to me. > I've removed the questionable reported-by, since we're not sure if > it is actually the same issue. Yes, I hope Omar can test this, too. Thanks again, all!