> From: Christian Weisgerber <[email protected]> > Date: Sat, 20 Jun 2020 19:57:06 -0000 (UTC) > > On 2020-06-19, Paul Irofti <[email protected]> wrote: > > > I have addressed your comments bellow, except for the CPU skew one. That > > code disables TSC for all CPUs, not just for PRIMARY. Would you like to > > walk and add code for every CPU to check the drift and then disable the > > TSC? It seems a little too much... > > > > [diff] > > I can't get this revision of the diff to work on amd64: > * patch source > * build and install kernel, reboot > * make build > * reboot -> "Process (pid 1) got signal 11" > > I'm at a loss. As part of the "make build", the new libc is installed > and dynamically linked programs should already be using the userland > gettime calls. Clearly this works. So why does init fail on the > next reboot?
Do other static binaries work after your make build finishes? Maybe this is because the _timekeep = NULL -> _timekeep change I suggested that Paul added?
