-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fanotify22.c:59: TBROK: mount(/dev/loop0, test_mnt, ext4, 33, 0x2b348) failed: EROFS (30) since 6.12 #1206
Comments
This is a known issue, @jankara has a in-flight kernel fix. |
For a record, it TCONF on
|
FYI it's already merged to Linus' master branch: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=76486b104168ae59703190566e372badf433314b. @metan-ucw Shouldn't we add the commit to the "linux-git" tags? Or should it wait till kernel 6.13 is released? |
Hi!
@metan-ucw Shouldn't we add the commit to the "linux-git" tags? Or should it wait till kernel 6.13 is released?
We usually wait for the kernel to be released before we add tags to
tests. Either way it's quite early in the 6.13 development process so
it's possible that this may get reverted. So maybe wait at least for
a few RCs before we add it as a tag.
…--
Cyril Hrubis
***@***.***
|
This was introduced by kernel commit d3476f3dad4a ("ext4: don't set SB_RDONLY after filesystem errors").
The text was updated successfully, but these errors were encountered: