From: "Theodore Ts'o" <tytso@mit.edu>
To: Andres Freund <andres@anarazel.de>
Cc: "Shreeya Patel" <shreeya.patel@collabora.com>,
linux-ext4@vger.kernel.org,
"Ricardo Cañuelo" <ricardo.canuelo@collabora.com>,
"gustavo.padovan@collabora.com" <gustavo.padovan@collabora.com>,
groeck@google.com, zsm@google.com, garrick@google.com,
"Linux regressions mailing list" <regressions@lists.linux.dev>
Subject: Re: [syzbot] INFO: task hung in ext4_fallocate
Date: Tue, 3 Oct 2023 19:25:05 -0400 [thread overview]
Message-ID: <20231003232505.GA444157@mit.edu> (raw)
In-Reply-To: <20231003141138.owt6qwqyf4slgqgp@alap3.anarazel.de>
On Tue, Oct 03, 2023 at 07:11:38AM -0700, Andres Freund wrote:
> Hi,
>
> On 2023-09-18 18:07:54 -0400, Theodore Ts'o wrote:
> > On Mon, Sep 18, 2023 at 08:13:30PM +0530, Shreeya Patel wrote:
> > > When I tried to reproduce this issue on mainline linux kernel using the
> > > reproducer provided by syzbot, I see an endless loop of following errors :-
> > >
> > > [ 89.689751][ T3922] loop1: detected capacity change from 0 to 512
> > > [ 89.690514][ T3916] EXT4-fs error (device loop4): ext4_map_blocks:577:
> > > inode #3: block 9: comm poc: lblock 0 mapped to illegal pblock 9 (length 1)
> > > [ 89.694709][ T3890] EXT4-fs error (device loop0): ext4_map_blocks:577:
> >
> > Please note that maliciously corrupted file system is considered low
> > priority by ext4 developers.
>
> FWIW, I am seeing occasional hangs in ext4_fallocate with 6.6-rc4 as well,
> just doing database development on my laptop.
Unless you are using a corrupted file system (e.g., there are EXT4-fs
error messages in dmesg), it's likely a different issue.
There is issue here which doesn't involve a corrupted file system
recently reported:
https://bugzilla.kernel.org/show_bug.cgi?id=217965
However, *please* let's not conflate bug reports unless we know they
are the same thing. It's better to keep reports separate, as opposed
to having users see multiple bug reports with vaguely the same
symptoms (say, like a headache) and pestering a doctor at a cocktail
party claiming that *of* *course* their issue is the same as the one
they read about in some vlog because the symptoms are the same.
(This is why I hate, hate, HATE bug reports via Launchpad, which tend
very much to be a flaming hott mess....)
Can you give us details about (a) what kind of block device; are you
using dm-crypt, or just a HDD or a SSD? If an SSD, what kind of SSD?
What CPU architecture is it? And can you send me the output of
dumpe2fs -h <block device>? And while the file system is mounted,
please send the contents of /proc/fs/<block-device>/options, e.g.:
% cat /proc/fs/ext4/dm-0/options
rw
bsddf
nogrpid
block_validity
dioread_nolock
nodiscard
delalloc
nowarn_on_error
journal_checksum
barrier
auto_da_alloc
user_xattr
acl
noquota
resuid=0
resgid=0
errors=remount-ro
commit=5
min_batch_time=0
max_batch_time=15000
stripe=0
data=ordered
inode_readahead_blks=32
init_itable=10
max_dir_size_kb=0
And finally, how full was the file system? What is the output of "df
<mountpoint>" and "df -i <mountpoint>".
Thanks,
- Ted
next prev parent reply other threads:[~2023-10-03 23:25 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 14:43 [syzbot] INFO: task hung in ext4_fallocate Shreeya Patel
2023-09-18 22:07 ` Theodore Ts'o
2023-10-03 14:11 ` Andres Freund
2023-10-03 23:25 ` Theodore Ts'o [this message]
2023-10-04 0:42 ` Andres Freund
2023-10-05 9:04 ` Shreeya Patel
2023-10-10 9:21 ` Thorsten Leemhuis
2023-10-10 16:25 ` Andres Freund
2023-10-12 20:58 ` Shreeya Patel
2023-10-14 1:54 ` Theodore Ts'o
2023-10-17 14:58 ` Shreeya Patel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231003232505.GA444157@mit.edu \
--to=tytso@mit.edu \
--cc=andres@anarazel.de \
--cc=garrick@google.com \
--cc=groeck@google.com \
--cc=gustavo.padovan@collabora.com \
--cc=linux-ext4@vger.kernel.org \
--cc=regressions@lists.linux.dev \
--cc=ricardo.canuelo@collabora.com \
--cc=shreeya.patel@collabora.com \
--cc=zsm@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).