From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.88.254] (unknown [125.160.97.11]) by gnuweeb.org (Postfix) with ESMTPSA id C4E3E7E24B; Thu, 21 Jul 2022 10:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1658400125; bh=RCXThBtAq0TfDuJT7F2JB16g3t+iEe5qppWuFWN4zH4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=R9UlvmChjdYvJMkWmizigTUkgmR24APhNXRyZGXeI/LRC8O2qON5i9UORYgIgOHCa yyhh3fNz6/QggYAB0twPiFvc/FxBxjBefGfHOCrK/8PlC6BkVVagS2/fyV7DOnPnB4 sGrTc/UtmHbD6xJfMeKMetQZdqHuH/ciCimKEEK/X4K7lvxMdDB9LLRO5BECqw/XNF 89/WNMljteFCZ98waahwYLDseNb8tR5dOBw+kdTVzZJ3xALjDj7TpM/gZogPJp1XLn h4GAtapN1daOgJQX4YYfPqkYZOThQ5b7PYsr67kk990QTrnMjMqatyfJ37pBgSdJvP AvlLOL5OJ+/5w== Message-ID: Date: Thu, 21 Jul 2022 17:41:52 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: Linux 5.19-rc7 liburing test `poll-mshot-overflow.t` and `read-write.t` fail Content-Language: en-US To: Dylan Yudaken , Jens Axboe Cc: Pavel Begunkov , Fernanda Ma'rouf , Linux Kernel Mailing List , io-uring Mailing List , GNU/Weeb Mailing List References: <2709ed98-6459-70ea-50d4-f24b7278fb24@gnuweeb.org> <3489ef4e810b822d6fdb0948ef7fdaeb5547eeba.camel@fb.com> From: Ammar Faizi In-Reply-To: <3489ef4e810b822d6fdb0948ef7fdaeb5547eeba.camel@fb.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 7/21/22 4:48 PM, Dylan Yudaken wrote: > What fs are you using? testing on a fresh XFS fs read-write.t works for > me I am using btrfs. After I got your email, I tried to run the test on an ext4 directory and it works fine. But fails on a btrfs directory. Any idea why does the test fail on a btrfs fs? -- Ammar Faizi