Actions
Bug #4786
openemlxs shouldn't abuse ddi_get_time(9f)
Status:
New
Priority:
Low
Assignee:
-
Category:
driver - device drivers
Start date:
2014-04-21
Due date:
% Done:
50%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
ddi_get_time() returns a Unix timestamp based on the current TOD. If the TOD setting changes for whatever reason (daylight saving time adjustments, NTP), the value returned by ddi_get_time() may change non-monotonically. This makes it unsuitable for calculating timeouts and wait times.
Files
Related issues
Updated by Josef Sipek over 9 years ago
ddi_get_time() returns a Unix timestamp based on the current TOD. If the TOD setting changes for whatever reason (daylight saving time adjustments, NTP), the value returned by ddi_get_time() may change non-monotonically. This makes it unsuitable for calculating timeouts and wait times.
Updated by Josef Sipek over 8 years ago
Updated by Josef Sipek over 8 years ago
I don't really have time to update this patch to apply against the latest emlxs code so I'm sharing in case someone wants to drive this forward.
Actions