Lock must be released rather than acquired around sched_relinquish call.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Paths
| Differential D35048 Authored by wulf on Apr 24 2022, 11:39 PM.
Details Summary Lock must be released rather than acquired around sched_relinquish call.
Diff Detail
Event TimelineHerald added subscribers: linuxkpi, emaste, imp. · View Herald TranscriptApr 24 2022, 11:39 PM2022-04-24 23:39:00 (UTC+0) Harbormaster completed remote builds in B45348: Diff 105380.Apr 24 2022, 11:39 PM2022-04-24 23:39:00 (UTC+0) This revision is now accepted and ready to land.Apr 25 2022, 6:46 AM2022-04-25 06:46:04 (UTC+0) Closed by commit rG41559beb0005: LinuxKPI: Fix typo in cond_resched_lock (authored by wulf). · Explain WhyMay 17 2022, 12:12 PM2022-05-17 12:12:11 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 106100 sys/compat/linuxkpi/common/include/linux/sched.h
|
Should all the *_r functions be kept together, or each moved next to the corresponding non-reentrant function?