Bug 200987
Summary: | oops when trying to mount UDF filesystem | ||
---|---|---|---|
Product: | File System | Reporter: | Viacheslav Gagara (viacheslavg) |
Component: | UDF | Assignee: | Jan Kara (jack) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | bfennema |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 4.18.5 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | .config |
Description
Viacheslav Gagara
2018-08-31 19:42:33 UTC
Thanks for report! The problem seems to be that VAT inode (sbi->s_vat_inode) is NULL but we call partition mapping function that assumes VAT is present. Can you try 4.19-rc2 kernel please? There's a fix of UDF partition parsing code that could be related - it should eventually appear in stable releases as well but that will take a week or so. If 4.19-rc2 does not help, I will need the filesystem image for download somewhere so that I can try it out myself and debug what goes wrong. Thanks! Fixed in 4.19-rc2. Works fine for me. Thanks for support! Thanks for verification! Closing the bug. |