-
Notifications
You must be signed in to change notification settings - Fork 18
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
TWiL 52 #194
base: main
Are you sure you want to change the base?
TWiL 52 #194
Conversation
|
||
TODO: amdgpu & LS7A drama [Icenowy] | ||
|
||
TODO: [xry111]'s fstat work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The (likely) final result is https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git/commit/?h=vfs.misc&id=0ef625bba6fb2bc0c8ed2aab9524fdf423f67dd5.
The signal handler can rewrite statx(... "", AT_EMPTY_PATH ...)
to statx(... NULL, AT_EMPTY_PATH ...)
and the seccomp filter can inspect & allow the latter.
And there is a performance improve even with statx(... "", AT_EMPTY_PATH ...)
.
TODO: change Glibc to invoke statx(... NULL, AT_EMPTY_PATH ...)
directly if configured --with-kernel >= {the first kernel release with this commit }
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've provided this as a part of a PR against your personal repo.
Some updates: xen0n#2 |
…ease and RELR fixes
No description provided.