Page MenuHomeFreeBSD

Report block devices as such to Linux binaries
ClosedPublic

Authored by trasz on Dec 28 2019, 10:38 PM.
Tags
None
Referenced Files
F136054443: D22950.diff
Sat, Nov 15, 10:38 AM
Unknown Object (File)
Thu, Nov 13, 1:44 AM
Unknown Object (File)
Sat, Nov 8, 11:54 PM
Unknown Object (File)
Wed, Oct 29, 11:04 AM
Unknown Object (File)
Wed, Oct 29, 4:50 AM
Unknown Object (File)
Wed, Oct 29, 4:50 AM
Unknown Object (File)
Tue, Oct 28, 10:34 PM
Unknown Object (File)
Tue, Oct 28, 5:05 PM
Subscribers

Details

Summary

Make Linux stat(2) et al distinguish between block and character
devices. It's required for LTP, among other things. It's not
complete, but good enough for now.

Diff Detail

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

Event Timeline

sys/compat/linux/linux_stats.c
68

VCHR check is excessive

121

At least this lacks a check that vp != NULL, see a line just below the added chunk.

This revision is now accepted and ready to land.Dec 29 2019, 12:32 PM

Hi, could you please describe which LTP tests fails? I have implemented xattr support (rsync uses this) and see that some xattr tests fails due to the mknod/openat pair fails if node is created with IFBLK.