Re: [v2 0/9] Early boot time stamps for x86

2017-03-25 Thread Pasha Tatashin
Hi Thomas, Thank you very much for a very insightful feedback. I will address your comments, and if I have any questions, I will ask them before sending out the next patchset. A few replies below: First of all, this "solution" is only valid for a very restricted set of systems and breaks

Re: [v2 0/9] Early boot time stamps for x86

2017-03-25 Thread Pasha Tatashin
Hi Thomas, Thank you very much for a very insightful feedback. I will address your comments, and if I have any questions, I will ask them before sending out the next patchset. A few replies below: First of all, this "solution" is only valid for a very restricted set of systems and breaks

Re: [v2 0/9] Early boot time stamps for x86

2017-03-25 Thread Thomas Gleixner
On Sat, 25 Mar 2017, Pasha Tatashin wrote: > The second versions was actually meant as a reply to your e-mail: the code > differences were minimal: the main differences were in the cover letter. You > mentioned that it is not necessary to have early boot time stamps, and I > wanted to show

Re: [v2 0/9] Early boot time stamps for x86

2017-03-25 Thread Thomas Gleixner
On Sat, 25 Mar 2017, Pasha Tatashin wrote: > The second versions was actually meant as a reply to your e-mail: the code > differences were minimal: the main differences were in the cover letter. You > mentioned that it is not necessary to have early boot time stamps, and I > wanted to show

Re: [v2 0/9] Early boot time stamps for x86

2017-03-25 Thread Pasha Tatashin
Hi Thomas, The second versions was actually meant as a reply to your e-mail: the code differences were minimal: the main differences were in the cover letter. You mentioned that it is not necessary to have early boot time stamps, and I wanted to show examples how this data is useful to track

Re: [v2 0/9] Early boot time stamps for x86

2017-03-25 Thread Pasha Tatashin
Hi Thomas, The second versions was actually meant as a reply to your e-mail: the code differences were minimal: the main differences were in the cover letter. You mentioned that it is not necessary to have early boot time stamps, and I wanted to show examples how this data is useful to track

Re: [v2 0/9] Early boot time stamps for x86

2017-03-25 Thread Thomas Gleixner
On Fri, 24 Mar 2017, Pavel Tatashin wrote: > changelog > - > v1 - v2 > In patch "x86/tsc: tsc early": > - added tsc_adjusted_early() > - fixed 32-bit compile error use do_div() Did you actually read my last reply on V1 of this? I made it entirely clear that the way

Re: [v2 0/9] Early boot time stamps for x86

2017-03-25 Thread Thomas Gleixner
On Fri, 24 Mar 2017, Pavel Tatashin wrote: > changelog > - > v1 - v2 > In patch "x86/tsc: tsc early": > - added tsc_adjusted_early() > - fixed 32-bit compile error use do_div() Did you actually read my last reply on V1 of this? I made it entirely clear that the way

[v2 0/9] Early boot time stamps for x86

2017-03-24 Thread Pavel Tatashin
changelog - v1 - v2 In patch "x86/tsc: tsc early": - added tsc_adjusted_early() - fixed 32-bit compile error use do_div() Adding early boot time stamps support for x86 machines. SPARC patch see here: http://www.spinics.net/lists/sparclinux/msg17372.html sample

[v2 0/9] Early boot time stamps for x86

2017-03-24 Thread Pavel Tatashin
changelog - v1 - v2 In patch "x86/tsc: tsc early": - added tsc_adjusted_early() - fixed 32-bit compile error use do_div() Adding early boot time stamps support for x86 machines. SPARC patch see here: http://www.spinics.net/lists/sparclinux/msg17372.html sample