Page MenuHomeFreeBSD

linux: make fstatat(2) handle AT_EMPTY_PATH
ClosedPublic

Authored by trasz on Jan 16 2021, 4:29 PM.
Tags
None
Referenced Files
F160317988: D28192.id82372.diff
Tue, Jun 23, 5:28 AM
F160289622: D28192.id85293.diff
Mon, Jun 22, 11:35 PM
Unknown Object (File)
Sat, Jun 13, 9:46 PM
Unknown Object (File)
Fri, Jun 12, 7:55 PM
Unknown Object (File)
Wed, Jun 10, 11:03 PM
Unknown Object (File)
Apr 29 2026, 2:37 PM
Unknown Object (File)
Apr 29 2026, 2:30 PM
Unknown Object (File)
Apr 29 2026, 6:10 AM
Subscribers

Details

Summary

Without it, Qt5 apps from Focal fail to start, being unable to load their plugins. It's also necessary for glibc 2.33, as found in Arch snapshots.

PR: 254112
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36270
Build 33159: arc lint + arc unit

Event Timeline

trasz requested review of this revision.Jan 16 2021, 4:29 PM

Detect unsupported flag.

sys/compat/linux/linux_stats.c
665

Should this be (should we have) LINUX_AT_FDCWD?

sys/compat/linux/linux_stats.c
665

Linux uses the same value as we do, -100.

Fix invalid flag detection.

trasz edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Apr 15 2021, 12:56 PM
This revision was automatically updated to reflect the committed changes.