Re: [PATCH 0/2] Fix community TSC ADJUST breakage causing TSC failure

2018-10-02 Thread Thomas Gleixner
On Tue, 2 Oct 2018, Travis, Mike wrote: > On 10/1/2018 11:24 PM, Thomas Gleixner wrote: > > On Mon, 1 Oct 2018, Mike Travis wrote: > > > > I'm not sure what a 'community TSC adjust breakage' means. > > > > I probably should have cleaned that up. The title is from our internal > bug report and

Re: [PATCH 0/2] Fix community TSC ADJUST breakage causing TSC failure

2018-10-02 Thread Travis, Mike
On 10/1/2018 11:24 PM, Thomas Gleixner wrote: > On Mon, 1 Oct 2018, Mike Travis wrote: > > I'm not sure what a 'community TSC adjust breakage' means. > I probably should have cleaned that up. The title is from our internal bug report and we target where the earliest place where the fix shou

Re: [PATCH 0/2] Fix community TSC ADJUST breakage causing TSC failure

2018-10-01 Thread Thomas Gleixner
On Mon, 1 Oct 2018, Mike Travis wrote: I'm not sure what a 'community TSC adjust breakage' means.

[PATCH 0/2] Fix community TSC ADJUST breakage causing TSC failure

2018-10-01 Thread Mike Travis
Fix a breakage caused by enabling early tsc initialization which bypasses a check that disables the forcing of TSC ADJUST to 0 for chassis 0. This is common on systems where all the chassis start up asynchronously so which chassis should have a TSC ADJUST value of 0 is not predictable. The solut