Received: by 2002:ac0:8845:0:0:0:0:0 with SMTP id g63csp1202811img; Tue, 26 Feb 2019 16:31:43 -0800 (PST) X-Google-Smtp-Source: AHgI3IZJp5B+qgGDb3BAKHDTiHgAf8cFg7vEcDiHMOhZdo/SdjBGq/G+6+nnmSkj4O5+0j/BqneW X-Received: by 2002:a65:6658:: with SMTP id z24mr159066pgv.189.1551227503753; Tue, 26 Feb 2019 16:31:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551227503; cv=none; d=google.com; s=arc-20160816; b=IZGn0Ob+p49/eQjhEchJdKXvucIVVRQcccKr56wM+Axz+J92mUUk+V5yZrhathgalA k47c3KGtvdZMJP5YzHMMX7UfEdJMXzIrdpZzHuhp4NrQwOglutj8Y4LPA1s2AIJbc/wA xFxFErRnkIFJnjM9scQ1u76cQ8MgqgXIN1OSBg9//C+Daqrnxp5rJVJ5MEaSqL9T3EWx HKRpA9eKHKl3antkXLceRAhbkrz6jhOU8yhR1Y/Lj0h1S93BmptO1MchWFuSdP4LwPeH BIRcYYGQfMEB9WaTJmG4aMB6Q+yMk/xo2xSE6unoCi86etKXqyFEw4dzZtouVcHSw3Rp eHMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=cFYTK/SlTF1uNcndwXEqwp5YFyXzslv25VHUhFmySPw=; b=hTmL2yoH0bu2/slMsJQ8u+92ea2BRbjbTXsbI64hSnGqSSAK2ye8WYd2q1pLwopfeM RYBSc8CaDSzCWUishJq2Iud1UX/N9PARhO0fjgaz0YqGuuHVTqcB0XZ3UBFcftQ3NP5z q/D8LK/+H612K4cSOGyTUfZh+JbUdUC0GL/096XEqyo6hlcw4y13KZHGJ+DMNa57vYU5 c8HYl5Ux5v59vPgWBLsVBJwGmKevjb6z3oLG/2XVZt++L42ToRommOqyhY+bGtbWbWTT nKIQXz7NDlplQJCDMgmIx+bx3XAuX7d+2uDUEWmrTRL4K8bLPQJXqKQSNhIXTc8zJ62m MdGw== 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 bg3si13922976plb.363.2019.02.26.16.31.28; Tue, 26 Feb 2019 16:31:43 -0800 (PST) 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 S1729431AbfB0AbI (ORCPT + 99 others); Tue, 26 Feb 2019 19:31:08 -0500 Received: from muru.com ([72.249.23.125]:40888 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728896AbfB0AbI (ORCPT ); Tue, 26 Feb 2019 19:31:08 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id BA8A580CD; Wed, 27 Feb 2019 00:31:16 +0000 (UTC) Date: Tue, 26 Feb 2019 16:31:02 -0800 From: Tony Lindgren To: Trond Myklebust Cc: "jonathanh@nvidia.com" , "linux-kernel@vger.kernel.org" , "linux-nfs@vger.kernel.org" , "linux-tegra@vger.kernel.org" Subject: Re: Regression: SUNRPC: Use poll() to fix up the socket requeue races Message-ID: <20190227003102.GF39872@atomide.com> References: <95702994-6762-e42b-06ee-ae945c2137bd@nvidia.com> <88677895-7f89-ae1d-3060-819f4b04f530@nvidia.com> <9b9a6c5e34edea13b3ace42d39d97c27fd21c0db.camel@hammerspace.com> <20190226183340.GD39872@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Trond Myklebust [190226 20:40]: > I've applied the following patch to my 'testing' branch: > http://git.linux-nfs.org/?p=trondmy/linux-nfs.git;a=patch;h=a73881c96d73ee72b7dbbd38a6eeef66182a8ef7 > > It has so far stood up to testing on my side, so I'm expecting to push > it to linux-next this evening. OK, works for me too based on a quick test of few NFSroot boots. Thanks, Tony