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 792BBC433F5 for ; Fri, 26 Nov 2021 19:16:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233498AbhKZTUE (ORCPT ); Fri, 26 Nov 2021 14:20:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229672AbhKZTSC (ORCPT ); Fri, 26 Nov 2021 14:18:02 -0500 Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C486BC061A13 for ; Fri, 26 Nov 2021 10:41:25 -0800 (PST) Received: by mail-il1-x135.google.com with SMTP id a11so9662228ilj.6 for ; Fri, 26 Nov 2021 10:41:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=Dn3JlSLQT9unLajVMFXj26hJHVTESOPmLbf77Et5Cto=; b=UNjy/Jv4WKcXZelCIVYlBcimUg0Fp/9Y0SMcJdLYa7It/0ARpXcFAH7DXMGioH/USa FcmTsiNaR5DOOqqdIAZsb7zTEnFac9CelF5GI6Zh5xGDPZbn9pxHhbNl9DwaSQBq3NXB pg6xIt2AKWQBhpjx1jsxoBbD9fq79X6ab0ie1Dd8BIfNxzmtcyEhf2S8gfRCvhN10IyW X5GwEKylzoQhqasSxkkWHOwgjo0POyGVrNFu1RubvkX3RkoXf/T7vBIX8kdZVRwKBbcC 6UfQH3R9tnOZrpyKI/ldw8y/aPZA5IKcMF6tutHL8gV9tGsdSNJzbcPEVcwzyZqWLMbb qlLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Dn3JlSLQT9unLajVMFXj26hJHVTESOPmLbf77Et5Cto=; b=B5L7mCRpcXUyxmhJpZlB410baKjO5suD5auPyaCMxkFl+Ivlj4NMKrIP9oIeQa2yLM TXob9V1Nzoj0Hp+Mj0fBvGoT496lRYTkISGF4JaVtz5ppBSC8DUBewZUzyYm8k4TDGXS PxcbTR07PKAOf5HBK9Am3wF9yiQyTT2jxpwPTYyLHwtJfsXDB+HqppVfnI/gJSubQ7sX Gs5tE5FH63l0aGAH+WedL0Htd+YPa+IbKFPjPnc6e3RXKh70tNK2aqHh+01jLEiNbuJY tr4gu5vJHpPtH6n5PBvjmbj9UmyMY8+0CvXVc61znywqcowoMiKjjCZ6nP20ug6IDPgX zqDw== X-Gm-Message-State: AOAM532ibpd3yuZRNq+tTo+AxGdk/FaG28x9nTM9NjYZz8Mxhpom/awu 2Kz77esBfsLD5Ms1dlwvfHWh7g== X-Google-Smtp-Source: ABdhPJzJK9pUIli5rOMIsOCySu1SxFt6BSM8IWUQXMeRmK3cP+2UPpMd/+bu06A3rIg3MRg5+wUwTQ== X-Received: by 2002:a92:d38b:: with SMTP id o11mr33208142ilo.35.1637952085029; Fri, 26 Nov 2021 10:41:25 -0800 (PST) Received: from [192.168.1.116] ([66.219.217.159]) by smtp.gmail.com with ESMTPSA id n12sm3981499ilk.80.2021.11.26.10.41.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 26 Nov 2021 10:41:24 -0800 (PST) Subject: Re: Write I/O queue hangup at random on recent Linus' kernels To: "Kenneth R. Crudup" Cc: linux-bcache@vger.kernel.org, linux-block@vger.kernel.org, linux-ext4@vger.kernel.org, linux-nvme@lists.infradead.org, Shinichiro Kawasaki References: <17206ea6-506d-b1de-09e8-c935ff308bd6@kernel.dk> <903be817-4118-f34e-1b35-a0108045590f@kernel.dk> <986e942b-d430-783b-5b1c-4525d4a94e48@panix.com> <1ff86d55-f39d-f88b-b8d-b6dfbd2f1b19@panix.com> From: Jens Axboe Message-ID: Date: Fri, 26 Nov 2021 11:41:22 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <1ff86d55-f39d-f88b-b8d-b6dfbd2f1b19@panix.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On 11/26/21 11:20 AM, Kenneth R. Crudup wrote: > > On Fri, 26 Nov 2021, Jens Axboe wrote: > >> I'd just do what you usually do, that's usually the best way to gain >> confidence in the fix. > ... >> That said, I'm pretty confident in the fix, > > OK, then I'll just continue my normal workflow. Sounds good. > ... but am I the first report of this you've seen? (I sometimes wonder how many > people use the master branch as a daily driver; an -rc went out a couple of > weeks ago that had a commit that broke suspend that manifested right away.) https://lore.kernel.org/linux-block/20211126095352.bkbrvtgfcmfj3wkj@shindev/ There's another here from today. But this particular window has a pretty narrow window, which often means that most people won't hit it, while the people that do hit it all the time... -- Jens Axboe