lkml.org 
[lkml]   [2015]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [RFC PATCH] tsc: synchronize TSCs on buggy Intel Xeon E5 CPUs with offset error
    Date

    Peter Zijlstra writes:

    > On Wed, Nov 11, 2015 at 09:41:25AM -0600, Gratian Crisan wrote:
    >> I also wrote a small C utility[1], with a bit of code borrowed from the
    >> kernel, for reading the TSC on all CPUs. It starts a high priority
    >> thread per CPU, tries to synchronize them and prints out the TSC values
    >> and their offset with regards to CPU0.
    >> It can be called from a SysV init shell script[2] at the beginning of
    >> the boot process and right before a reboot to save the values in a file.
    >
    > Could you also read and print TSC_ADJUST (msr 0x3b) ? This would tell us
    > if for example your BIOS messed it up.

    We've gathered some more information on this:

    1. We were able to confirm that the TSC_ADJUST is set for CPU0 before
    the bootloader or kernel start. Using an EFI shell to read MSR 0x3b
    shows:
    0: 0xFFFFFFFFAD999CCB
    1: 0x0000000000000000
    2: 0x0000000000000000
    3: 0x0000000000000000
    4: 0x0000000000000000
    5: 0x0000000000000000
    6: 0x0000000000000000
    7: 0x0000000000000000

    2. We were also able to reproduce this behavior on a Dell Precision
    T5810 workstation PC. Relevant /proc/cpuinfo below[1]. Additionally we
    have observed the same behavior on an off the shelf motherboard
    equipped with a Haswell-E similar to the Haswell-EP we originally saw
    this on.

    We are still trying to figure out what in the boot chain sets the CPU0's
    TSC_ADJUST i.e. BIOS, something pre-BIOS and how to proceed from there.

    Thanks,
    Gratian

    [1]
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 63
    model name : Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz
    stepping : 2
    microcode : 0x27
    cpu MHz : 1200.117
    cache size : 15360 KB
    physical id : 0
    siblings : 12
    core id : 0
    cpu cores : 6
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 15
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
    bogomips : 6983.91
    clflush size : 64
    cache_alignment : 64
    address sizes : 46 bits physical, 48 bits virtual
    power management:


    \
     
     \ /
      Last update: 2015-11-19 20:21    [W:6.444 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site