Page MenuHomeFreeBSD

linux(4): return ELOOP instead of EMLINK
ClosedPublic

Authored by trasz on Nov 15 2019, 4:31 PM.
Tags
None
Referenced Files
F135954995: D22384.id64518.diff
Fri, Nov 14, 1:05 PM
F135926953: D22384.id64377.diff
Fri, Nov 14, 5:55 AM
Unknown Object (File)
Wed, Nov 12, 3:43 AM
Unknown Object (File)
Sat, Nov 8, 2:37 AM
Unknown Object (File)
Mon, Oct 27, 11:37 AM
Unknown Object (File)
Sun, Oct 26, 9:28 PM
Unknown Object (File)
Sat, Oct 25, 10:05 AM
Unknown Object (File)
Sat, Oct 25, 10:05 AM
Subscribers

Details

Summary

Make linux(4) open(2)/openat(2) return ELOOP instead of EMLINK
with O_NOFOLLOW. This fixes an LTP testcase openat02:5.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz retitled this revision from linux(4): return ELOOP instead of EMLINKS to linux(4): return ELOOP instead of EMLINK.
trasz edited the summary of this revision. (Show Details)

Is there a short name/identifier for the LTP testcase that reported this? We could add a reference to it in a comment.

This revision is now accepted and ready to land.Nov 15 2019, 4:34 PM

Sure, it's openat02:5. I'll add it to the commit.

Ok - I think you could add it in the src but either way, fine.