Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp647833pxb; Wed, 3 Feb 2021 14:10:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJyrSOaZUzf+EWul01C0pqhNMT0XBZtBsY8hokwfWBHWrtNZcpWk3MyqpOBYwpUyg/p9ICC7 X-Received: by 2002:a17:906:2747:: with SMTP id a7mr5480338ejd.250.1612390206501; Wed, 03 Feb 2021 14:10:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612390206; cv=none; d=google.com; s=arc-20160816; b=dtOFbkqoMCGVqSRHd3ONCQhZrVqD5zDNk1TMrNyVVQEF1kAdQoAeT1+STqpovsFmX4 1pfAgP9l45vWHSlZ036wSPrRV6efi82aUaejcIeoP1dn6svy+uAxpd1mJVGfblHDOs9x IEBvVjrtIGHPNoAEiyrSuxbseRGuw/EeyiM9OUy3uhNlrSvNMwJtIgYlKb95TGaC41j5 kDqX0lslENh4DprX14QyqK2McFQ6B5600ktHAY4FYU46Yw5BS/yMAeqvwrMzNoo/sviq rgpwa7omcpXX+B6V5Mf5iYArAPc+VXEoVdu6tA1ehAkfBWfFlzecFRpJ0CP2pN3XMaNf /x0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=RTfRBfQJyNt/WQIIu9sKrV3asSj3kksE1YjMSQCz+yk=; b=nVPFgoXwmdMWVauWrl2JnNGvFPPmLNc54ybdDERrCaSyKv73lpdAF5pU4vM7stSwy2 AapEl2U7kB2HDfgIv7H+SstalAE1rGQBh6AfhcCCaKFzwLIAx0oH8iqIlUNB+s71JF8C cu1OOWDagfYJlc7p6+BhaQLl3pfZHNivmLx7v9ouHxp4sWYfu7sMEfbVzMgEH6rDfsFc KJJy9mztLWld6K2Gx2wJrc938uPvKkfEusT+nj0aZuwyR4sUVSCsCJEWh7DJJZMLmpdb QjFbfzsIPbTSBaqWRikRCGBJ4/jyfgk9uUmdEHVcMHLV/j0mOiq9faarpr6cLiv98HdN kZ2A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=ZB4OsQUA; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l11si2474568edb.238.2021.02.03.14.09.42; Wed, 03 Feb 2021 14:10:06 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=ZB4OsQUA; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232975AbhBCWHl (ORCPT + 99 others); Wed, 3 Feb 2021 17:07:41 -0500 Received: from mail.kernel.org ([198.145.29.99]:45980 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233054AbhBCWHb (ORCPT ); Wed, 3 Feb 2021 17:07:31 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5C94764F7E; Wed, 3 Feb 2021 22:06:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612390007; bh=UEWOIc7PN2IjGCBOFwALkVTAoKa3FvEWV2NY+0mKd9w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZB4OsQUA1qZ1utmg/wOPBGQp5sqbCBTZQjMu8JPSn7QeAd0Nkc7ILmw+zJuLBMC3b ZpEx1m6woyZVxdbc0jZy1pXl6z8YODXJMcS/8see8/U0xXHzVReUEErdGqhI07s0Ni A+ZyS/CxHr4ImRUa04vs1eje1SKB5GMxJzX+rbOM= Date: Wed, 3 Feb 2021 23:06:45 +0100 From: Greg Kroah-Hartman To: Andres Freund Cc: io-uring@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Bijan Mottahedeh , Sasha Levin Subject: Re: [PATCH 5.4 103/142] Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" Message-ID: References: <20200601174037.904070960@linuxfoundation.org> <20200601174048.647302799@linuxfoundation.org> <20210203123729.3pfsakawrkoh6qpu@alap3.anarazel.de> <20210203212826.6esa5orgnworwel6@alap3.anarazel.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210203212826.6esa5orgnworwel6@alap3.anarazel.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 03, 2021 at 01:28:26PM -0800, Andres Freund wrote: > Hi, > > On 2021-02-03 14:03:09 +0100, Greg Kroah-Hartman wrote: > > > On v5.4.43-101-gbba91cdba612 this fails with > > > fio: io_u error on file /mnt/t2/test.0.0: Input/output error: write offset=0, buflen=4096 > > > fio: pid=734, err=5/file:io_u.c:1834, func=io_u error, error=Input/output error > > > > > > whereas previously it worked. libaio still works... > > > > > > I haven't checked which major kernel version fixed this again, but I did > > > verify that it's still broken in 5.4.94 and that 5.10.9 works. > > > > > > I would suspect it's > > > > > > commit 4503b7676a2e0abe69c2f2c0d8b03aec53f2f048 > > > Author: Jens Axboe > > > Date: 2020-06-01 10:00:27 -0600 > > > > > > io_uring: catch -EIO from buffered issue request failure > > > > > > -EIO bubbles up like -EAGAIN if we fail to allocate a request at the > > > lower level. Play it safe and treat it like -EAGAIN in terms of sync > > > retry, to avoid passing back an errant -EIO. > > > > > > Catch some of these early for block based file, as non-mq devices > > > generally do not support NOWAIT. That saves us some overhead by > > > not first trying, then retrying from async context. We can go straight > > > to async punt instead. > > > > > > Signed-off-by: Jens Axboe > > > > > > > > > which isn't in stable/linux-5.4.y > > > > Can you test that if the above commit is added, all works well again? > > It doesn't apply cleanly, I'll try to resolve the conflict. However, I > assume that the revert was for a concrete reason - but I can't quite > figure out what b0beb28097fa04177b3769f4bb7a0d0d9c4ae76e was concretely > solving, and whether reverting the revert in 5.4 would re-introduce a > different problem. > > commit b0beb28097fa04177b3769f4bb7a0d0d9c4ae76e (tag: block-5.7-2020-05-29, linux-block/block-5.7) > Author: Jens Axboe > Date: 2020-05-28 13:19:29 -0600 > > Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" > > This reverts commit c58c1f83436b501d45d4050fd1296d71a9760bcb. > > io_uring does do the right thing for this case, and we're still returning > -EAGAIN to userspace for the cases we don't support. Revert this change > to avoid doing endless spins of resubmits. > > Cc: stable@vger.kernel.org # v5.6 > Reported-by: Bijan Mottahedeh > Signed-off-by: Jens Axboe > > I suspect it just wasn't aimed at 5.4, and that's that, but I'm not > sure. In which case presumably reverting > bba91cdba612fbce4f8575c5d94d2b146fb83ea3 would be the right fix, not > backporting 4503b7676a2e0abe69c2f2c0d8b03aec53f2f048 et al. Ok, can you send a revert patch for this? But it would be good to get Jens to weigh in on this... thanks, greg k-h