-
Notifications
You must be signed in to change notification settings - Fork 615
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
/proc/pid/maps reports incorrect dev and inode numbers for files on stackable file systems (e.g. overlayfs) #2312
Comments
Here is the fix: https://lkml.org/lkml/2023/12/11/1287 |
@avagin Should I update my PR with the link to this issue and your upstream patch as a comment why the test is disabled during testing in a container or do you want to wait until your change is merged? |
@adrianreber sorry for the delay. I am on vacation. You can add a comment and merge this pr. In the ideal case, we need to skip this test only if a kernel does have the issue. |
@avagin Merged with an additional comment describing the situation and referring to this issue. |
A friendly reminder that this issue had no activity for 30 days. |
The kernel patch (torvalds/linux@3efdc78fdc21) was merged and will be in v6.8. |
I don't know if and how to correctly fix it, but it seems using a mount namespace in a mount namespace does not work as expected.
The reproducer for me is. This works without a container:
But it does not work in a container. @Snorch can you say if this should work and how?
Originally posted by @adrianreber in #2307 (comment)
The text was updated successfully, but these errors were encountered: