Bug 152131
Summary: | e1000e Failed to restore TIMINCA clock rate delta: -22 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Conrad Kostecki (ck+kernelbugzilla) |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | david.weinehall, indolflinus, ingvarthorvald |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.7.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Delta Update Fix |
Description
Conrad Kostecki
2016-08-12 21:17:07 UTC
Just to be guess can you bisect and prove it's that actual commit. It seems so after skim reading it but want to be sure. (In reply to ingvarthorvald from comment #1) > Just to be guess can you bisect and prove it's that actual commit. It seems > so after skim reading it but want to be sure. I've never done before any bisect. So, I will have a look, how to do it? When I do browse the Linux Github, I can see: https://github.com/torvalds/linux/commit/aa524b66c5efd1d3220b74168d803e8b2ee1d212#diff-711a6dd55865f08da50a4caae30cc571 That's the commit, which brought the error message in my log. Before this commit, that error message was not in the code. Can you try removing this line: adapter->ptp_delta = delta; in e1000e_phc_adjfreq and see what happens. Seems to work. Recompile worked and network is still working. I didn't saw this message again. Ok that's good we found the offending line, seems that it needs to be changed to use the updated delta not the older delta. Created attachment 230931 [details]
Delta Update Fix
Can you try the below patch and see if it helped. Closing. |