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
Unknown Object (File)
Mon, Oct 28, 2:46 AM
Unknown Object (File)
Sep 21 2024, 5:20 AM
Unknown Object (File)
Sep 20 2024, 2:22 PM
Unknown Object (File)
Sep 20 2024, 12:55 AM
Unknown Object (File)
Sep 17 2024, 11:56 AM
Unknown Object (File)
Sep 15 2024, 10:36 PM
Unknown Object (File)
Sep 15 2024, 10:36 PM
Unknown Object (File)
Sep 15 2024, 10:35 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.