Bug 204537
Summary: | Complete Xorg freeze due to intermittent unstable tsc on Dell Precision 5540 (Coffeelake): Broken BIOS? | ||
---|---|---|---|
Product: | Timers | Reporter: | Arcadiy Ivanov (arcadiy) |
Component: | Interval Timers | Assignee: | timers_interval-timers |
Status: | NEW --- | ||
Severity: | high | CC: | kai.heng.feng, superm1 |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 5.1.20 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Arcadiy Ivanov
2019-08-09 05:45:45 UTC
Does the issue get resolved with kernel parameter "tsc=reliable"? Do you mean 'tsc=unstable'? [ 0.423575] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-5.1.20-300.fc30.x86_64 root=/dev/mapper/fedora-root ro resume=/dev/mapper/fedora-swap rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rootflags=discard rd.driver.blacklist=nouveau i915.enable_guc=3 l1tf=flush acpi_osi=Linux-Dell-Video tsc=unstable [ 0.423676] tsc: Marking TSC unstable due to boot parameter Will see if it works. `tsc=unstable` appears to be resolving this problem. Will try with `tsc=reliable` now. Can you please test this patch: https://lkml.org/lkml/2019/8/29/233 I've been running with `tsc=reliable` for several months and the problem is gone. I guess it is bug #203183 after all. |