[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220530080616.6h77ppymilyvjqus@zlang-mailbox>
Date: Mon, 30 May 2022 16:06:16 +0800
From: Zorro Lang <zlang@...hat.com>
To: linux-mm@...ck.org
Cc: linux-xfs@...r.kernel.org, linux-ext4@...r.kernel.org
Subject: Potential regression on kernel 5.19-rc0: kernel BUG at
mm/page_table_check.c:51!
Hi mm folks:
I reported a regression bug on latest upstream linux:
https://bugzilla.kernel.org/show_bug.cgi?id=216047
It's about xfs/ext4 + DAX, panic at mm/page_table_check.c:51!
static struct page_table_check *get_page_table_check(struct page_ext *page_ext)
{
==> BUG_ON(!page_ext);
return (void *)(page_ext) + page_table_check_ops.offset;
}
It's 100% reproducible for me, by running fstests generic/623:
https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/tree/tests/generic/623
on xfs or ext4 with DAX enabled.
It doesn't look like a xfs or ext4 issue, so send to linux-mm to get more
reviewing. More details please refer to above bug link. I changed its Pruduct
to mm, but the Assignee isn't changed by default.
Thanks,
Zorro
Powered by blists - more mailing lists