From mboxrd@z Thu Jan 1 00:00:00 1970 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 E6A97C77B70 for ; Mon, 17 Apr 2023 12:29:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230428AbjDQM30 (ORCPT ); Mon, 17 Apr 2023 08:29:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230434AbjDQM3V (ORCPT ); Mon, 17 Apr 2023 08:29:21 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DF88A7 for ; Mon, 17 Apr 2023 05:28:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1681734492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mDlfmVq9VmEcdC5lvxXNSUHWf1poZr9mHB1Wi1RcM08=; b=E8wdFHocHI4PyKprDVYBgxAEjbejn2YgGy4Cug/OOwHGXz/f/2y3DZp4j7YkYWWUw4yRYN VTuBnMaotyToX8RGDUEwLhHW6IQx9p5HDvuSDY63WnSenD+yv296DQ4O3NzFIhkqEkHDEm YgQ01PBzvwQxYLNb/GAb3Pe6f3Nlf0E= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-609-BV0gRXcbP_CV48a3S1UCkA-1; Mon, 17 Apr 2023 08:28:07 -0400 X-MC-Unique: BV0gRXcbP_CV48a3S1UCkA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 08373855310; Mon, 17 Apr 2023 12:28:07 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.42.28.67]) by smtp.corp.redhat.com (Postfix) with ESMTP id 632FF51FF; Mon, 17 Apr 2023 12:28:05 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20230413182542.1133335-1-broonie@kernel.org> <0c6b661c-f7ff-cf12-b7f0-00b6b2f1317b@amd.com> <3c4b9025-2667-ca8c-7427-502068b8168e@amd.com> To: Ayush Jain Cc: dhowells@redhat.com, Jens Axboe , broonie@kernel.org, Linux Next Mailing List , Linux Kernel Mailing List , Santosh.Shukla@amd.com, Kalpana.Shetty@amd.com, Narasimhan V , sfr@canb.auug.org.au Subject: Re: linux-next: Tree for Apr 13 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Mon, 17 Apr 2023 13:28:04 +0100 Message-ID: <1488010.1681734484@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Jens Axboe wrote: > On 4/14/23 1:25=E2=80=AFAM, Ayush Jain wrote: > ... > > -If we create a filesystem on the raw disk -- Test completes with a Pass > >=20 > > -If there is no Filesystem on the raw disk(loop, nvme) -- Test hangs wi= th the provided trace fio is running directly on a block device? Also, does Hugh's patch by any chance fix it? https://lore.kernel.org/linux-block/2d5fa5e3-dac5-6973-74e5-eeedf36a42b@go= ogle.com/ (I'd guess probably not as it fixes shmem). David