Page MenuHomeFreeBSD

lagg: remove use of net epoch in the ioctl paths
Needs ReviewPublic

Authored by glebius on Apr 3 2024, 5:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 30 2024, 5:42 PM
Unknown Object (File)
Sep 10 2024, 6:29 AM
Unknown Object (File)
Sep 1 2024, 4:35 AM
Unknown Object (File)
Aug 7 2024, 7:08 PM
Unknown Object (File)
Jul 30 2024, 11:52 PM
Unknown Object (File)
Jul 8 2024, 8:00 PM
Unknown Object (File)
Jul 4 2024, 7:43 AM
Unknown Object (File)
Jun 9 2024, 10:50 PM
Subscribers

Details

Reviewers
None
Group Reviewers
network
Summary

Rely on LAGG_SLOCK() instead. The use of network epoch(9) here was added
in 6573d7580b851 (later tidied by 87bf9b9cbeebc) as a large sweep that
blindly substituted blocking kernel primitives with epoch(9). In these
particular code paths use of epoch(9) is incorrect and doesn't provide any
protection against a stale pointer. Recent fix 48698ead6ff0, which should
actually have removed the epoch use, created a potential sleeping in epoch
problem.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56887
Build 53775: arc lint + arc unit