Bug 204893 - Package temperature above threshold, cpu clock throttled
Summary: Package temperature above threshold, cpu clock throttled
Status: CLOSED CODE_FIX
Alias: None
Product: ACPI
Classification: Unclassified
Component: Power-Thermal (show other bugs)
Hardware: All Linux
: P1 high
Assignee: Zhang Rui
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-17 21:22 UTC by ssergio-ll
Modified: 2021-03-19 07:00 UTC (History)
4 users (show)

See Also:
Kernel Version: 5.0.0-27
Subsystem:
Regression: No
Bisected commit-id:


Attachments
dmesg for thermal throttleing since it is to big for pasting in comment (128.57 KB, text/plain)
2020-07-24 11:20 UTC, Michael Andres
Details
Turbostat output as asked (5.93 KB, text/plain)
2020-10-02 14:23 UTC, Kallys
Details

Description ssergio-ll 2019-09-17 21:22:38 UTC
I have a MSI GS75 notebook running on Ubuntu 18.04 and sometimes I see errors related to CPU frequency scaling like below:

[ 3455.489007] ACPI Error: No handler for Region [VRTC] (000000003f1a704f) [SystemCMOS] (20181213/evregion-132)
[ 3455.489025] ACPI Error: Region SystemCMOS (ID=5) has no handler (20181213/exfldio-265)
[ 3455.489051] No Local Variables are initialized for Method [_Q9A]
[ 3455.489055] No Arguments are initialized for method [_Q9A]
[ 3455.489061] ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC._Q9A, AE_NOT_EXIST (20181213/psparse-531)
[ 7099.450122] ACPI Error: No handler for Region [VRTC] (000000003f1a704f) [SystemCMOS] (20181213/evregion-132)
[ 7099.450137] ACPI Error: Region SystemCMOS (ID=5) has no handler (20181213/exfldio-265)
[ 7099.450155] No Local Variables are initialized for Method [_Q9A]
[ 7099.450159] No Arguments are initialized for method [_Q9A]
[ 7099.450163] ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC._Q9A, AE_NOT_EXIST (20181213/psparse-531)
[ 7787.512562] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 186)
[ 7787.512563] mce: CPU8: Core temperature above threshold, cpu clock throttled (total events = 186)
[ 7787.512564] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512565] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512566] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512566] mce: CPU9: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512568] mce: CPU8: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512571] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512593] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512594] mce: CPU10: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512606] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512607] mce: CPU11: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512609] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 504)
[ 7787.512610] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 504)


How can i fix it? Thanks
Comment 1 Zhang Rui 2019-09-30 01:29:18 UTC
There are two issues we need to make clear first.
1. does the system really overheat so that we get this warning?
2. if yes, why does the system overheat?

can you write a short script to check dmesg regularly, say every 1 second, and dump the output of "grep . /sys/class/thermal/*/*" as soon as there is a new mce warning shown in dmesg?
Comment 2 ssergio-ll 2019-09-30 04:56:11 UTC
Hello.

Yes(In reply to Zhang Rui from comment #1)
> There are two issues we need to make clear first.
> 1. does the system really overheat so that we get this warning?
> 2. if yes, why does the system overheat?
> 
> can you write a short script to check dmesg regularly, say every 1 second,
> and dump the output of "grep . /sys/class/thermal/*/*" as soon as there is a
> new mce warning shown in dmesg?

Yes, my CPU temp can reach to 98º. I have observed that this happen with "Mode Turbo" of my processor Intel. (Intel Core i7-8750H). If i disable mode turbo it don't happen but i lose performance.

About the script that you said me, i know like do it.
Comment 3 ssergio-ll 2019-11-26 19:57:53 UTC
(In reply to Zhang Rui from comment #1)
> There are two issues we need to make clear first.
> 1. does the system really overheat so that we get this warning?
> 2. if yes, why does the system overheat?
> 
> can you write a short script to check dmesg regularly, say every 1 second,
> and dump the output of "grep . /sys/class/thermal/*/*" as soon as there is a
> new mce warning shown in dmesg?

Can you help me? thanks!
Comment 4 Zhang Rui 2019-12-29 12:21:54 UTC
please attach the output of "grep . /sys/class/thermal/*/*"
Comment 5 ssergio-ll 2019-12-29 13:11:46 UTC
This is my output of "grep . /sys/class/thermal/*/*"

/sys/class/thermal/thermal_zone2/temp:46000
/sys/class/thermal/thermal_zone2/trip_point_0_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_0_type:passive
/sys/class/thermal/thermal_zone2/trip_point_1_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_1_type:passive
/sys/class/thermal/thermal_zone2/trip_point_2_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_2_type:passive
/sys/class/thermal/thermal_zone2/trip_point_3_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_3_type:passive
/sys/class/thermal/thermal_zone2/trip_point_4_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_4_type:passive
/sys/class/thermal/thermal_zone2/trip_point_5_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_5_type:passive
/sys/class/thermal/thermal_zone2/trip_point_6_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_6_type:passive
/sys/class/thermal/thermal_zone2/trip_point_7_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_7_type:passive
/sys/class/thermal/thermal_zone2/type:iwlwifi
/sys/class/thermal/thermal_zone3/available_policies:power_allocator user_space bang_bang fair_share step_wise 
grep: /sys/class/thermal/thermal_zone3/emul_temp: Permiso denegado
/sys/class/thermal/thermal_zone3/integral_cutoff:0
/sys/class/thermal/thermal_zone3/k_d:0
/sys/class/thermal/thermal_zone3/k_i:0
/sys/class/thermal/thermal_zone3/k_po:0
/sys/class/thermal/thermal_zone3/k_pu:0
/sys/class/thermal/thermal_zone3/offset:0
/sys/class/thermal/thermal_zone3/policy:step_wise
grep: /sys/class/thermal/thermal_zone3/power: Es un directorio
/sys/class/thermal/thermal_zone3/slope:0
grep: /sys/class/thermal/thermal_zone3/subsystem: Es un directorio
/sys/class/thermal/thermal_zone3/sustainable_power:0
/sys/class/thermal/thermal_zone3/temp:50000
/sys/class/thermal/thermal_zone3/trip_point_0_temp:0
/sys/class/thermal/thermal_zone3/trip_point_0_type:passive
/sys/class/thermal/thermal_zone3/trip_point_1_temp:0
/sys/class/thermal/thermal_zone3/trip_point_1_type:passive
/sys/class/thermal/thermal_zone3/type:x86_pkg_temp
Comment 6 Zhang Rui 2019-12-30 03:49:20 UTC
This is not the full output of "grep . /sys/class/thermal/*/*"
we're missing thermal_zone0/1 and probably others.
Comment 7 ssergio-ll 2019-12-30 13:48:15 UTC
Sorry, i don't copied all. This is my output complete:

$sudo grep . /sys/class/thermal/*/*
[sudo] contraseña para sergio: 
/sys/class/thermal/cooling_device0/cur_state:0
grep: /sys/class/thermal/cooling_device0/device: Es un directorio
/sys/class/thermal/cooling_device0/max_state:3
grep: /sys/class/thermal/cooling_device0/power: Es un directorio
grep: /sys/class/thermal/cooling_device0/stats: Es un directorio
grep: /sys/class/thermal/cooling_device0/subsystem: Es un directorio
/sys/class/thermal/cooling_device0/type:Processor
/sys/class/thermal/cooling_device10/cur_state:0
grep: /sys/class/thermal/cooling_device10/device: Es un directorio
/sys/class/thermal/cooling_device10/max_state:3
grep: /sys/class/thermal/cooling_device10/power: Es un directorio
grep: /sys/class/thermal/cooling_device10/stats: Es un directorio
grep: /sys/class/thermal/cooling_device10/subsystem: Es un directorio
/sys/class/thermal/cooling_device10/type:Processor
/sys/class/thermal/cooling_device11/cur_state:0
grep: /sys/class/thermal/cooling_device11/device: Es un directorio
/sys/class/thermal/cooling_device11/max_state:3
grep: /sys/class/thermal/cooling_device11/power: Es un directorio
grep: /sys/class/thermal/cooling_device11/stats: Es un directorio
grep: /sys/class/thermal/cooling_device11/subsystem: Es un directorio
/sys/class/thermal/cooling_device11/type:Processor
/sys/class/thermal/cooling_device12/cur_state:-1
/sys/class/thermal/cooling_device12/max_state:50
grep: /sys/class/thermal/cooling_device12/power: Es un directorio
grep: /sys/class/thermal/cooling_device12/stats: Es un directorio
grep: /sys/class/thermal/cooling_device12/subsystem: Es un directorio
/sys/class/thermal/cooling_device12/type:intel_powerclamp
/sys/class/thermal/cooling_device1/cur_state:0
grep: /sys/class/thermal/cooling_device1/device: Es un directorio
/sys/class/thermal/cooling_device1/max_state:3
grep: /sys/class/thermal/cooling_device1/power: Es un directorio
grep: /sys/class/thermal/cooling_device1/stats: Es un directorio
grep: /sys/class/thermal/cooling_device1/subsystem: Es un directorio
/sys/class/thermal/cooling_device1/type:Processor
/sys/class/thermal/cooling_device2/cur_state:0
grep: /sys/class/thermal/cooling_device2/device: Es un directorio
/sys/class/thermal/cooling_device2/max_state:3
grep: /sys/class/thermal/cooling_device2/power: Es un directorio
grep: /sys/class/thermal/cooling_device2/stats: Es un directorio
grep: /sys/class/thermal/cooling_device2/subsystem: Es un directorio
/sys/class/thermal/cooling_device2/type:Processor
/sys/class/thermal/cooling_device3/cur_state:0
grep: /sys/class/thermal/cooling_device3/device: Es un directorio
/sys/class/thermal/cooling_device3/max_state:3
grep: /sys/class/thermal/cooling_device3/power: Es un directorio
grep: /sys/class/thermal/cooling_device3/stats: Es un directorio
grep: /sys/class/thermal/cooling_device3/subsystem: Es un directorio
/sys/class/thermal/cooling_device3/type:Processor
/sys/class/thermal/cooling_device4/cur_state:0
grep: /sys/class/thermal/cooling_device4/device: Es un directorio
/sys/class/thermal/cooling_device4/max_state:3
grep: /sys/class/thermal/cooling_device4/power: Es un directorio
grep: /sys/class/thermal/cooling_device4/stats: Es un directorio
grep: /sys/class/thermal/cooling_device4/subsystem: Es un directorio
/sys/class/thermal/cooling_device4/type:Processor
/sys/class/thermal/cooling_device5/cur_state:0
grep: /sys/class/thermal/cooling_device5/device: Es un directorio
/sys/class/thermal/cooling_device5/max_state:3
grep: /sys/class/thermal/cooling_device5/power: Es un directorio
grep: /sys/class/thermal/cooling_device5/stats: Es un directorio
grep: /sys/class/thermal/cooling_device5/subsystem: Es un directorio
/sys/class/thermal/cooling_device5/type:Processor
/sys/class/thermal/cooling_device6/cur_state:0
grep: /sys/class/thermal/cooling_device6/device: Es un directorio
/sys/class/thermal/cooling_device6/max_state:3
grep: /sys/class/thermal/cooling_device6/power: Es un directorio
grep: /sys/class/thermal/cooling_device6/stats: Es un directorio
grep: /sys/class/thermal/cooling_device6/subsystem: Es un directorio
/sys/class/thermal/cooling_device6/type:Processor
/sys/class/thermal/cooling_device7/cur_state:0
grep: /sys/class/thermal/cooling_device7/device: Es un directorio
/sys/class/thermal/cooling_device7/max_state:3
grep: /sys/class/thermal/cooling_device7/power: Es un directorio
grep: /sys/class/thermal/cooling_device7/stats: Es un directorio
grep: /sys/class/thermal/cooling_device7/subsystem: Es un directorio
/sys/class/thermal/cooling_device7/type:Processor
/sys/class/thermal/cooling_device8/cur_state:0
grep: /sys/class/thermal/cooling_device8/device: Es un directorio
/sys/class/thermal/cooling_device8/max_state:3
grep: /sys/class/thermal/cooling_device8/power: Es un directorio
grep: /sys/class/thermal/cooling_device8/stats: Es un directorio
grep: /sys/class/thermal/cooling_device8/subsystem: Es un directorio
/sys/class/thermal/cooling_device8/type:Processor
/sys/class/thermal/cooling_device9/cur_state:0
grep: /sys/class/thermal/cooling_device9/device: Es un directorio
/sys/class/thermal/cooling_device9/max_state:3
grep: /sys/class/thermal/cooling_device9/power: Es un directorio
grep: /sys/class/thermal/cooling_device9/stats: Es un directorio
grep: /sys/class/thermal/cooling_device9/subsystem: Es un directorio
/sys/class/thermal/cooling_device9/type:Processor
/sys/class/thermal/thermal_zone0/available_policies:power_allocator user_space bang_bang fair_share step_wise 
grep: /sys/class/thermal/thermal_zone0/device: Es un directorio
grep: /sys/class/thermal/thermal_zone0/emul_temp: Permiso denegado
grep: /sys/class/thermal/thermal_zone0/hwmon0: Es un directorio
grep: /sys/class/thermal/thermal_zone0/integral_cutoff: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone0/k_d: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone0/k_i: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone0/k_po: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone0/k_pu: Error de entrada/salida
/sys/class/thermal/thermal_zone0/mode:enabled
grep: /sys/class/thermal/thermal_zone0/offset: Error de entrada/salida
/sys/class/thermal/thermal_zone0/passive:0
/sys/class/thermal/thermal_zone0/policy:step_wise
grep: /sys/class/thermal/thermal_zone0/power: Es un directorio
grep: /sys/class/thermal/thermal_zone0/slope: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone0/subsystem: Es un directorio
grep: /sys/class/thermal/thermal_zone0/sustainable_power: Error de entrada/salida
/sys/class/thermal/thermal_zone0/temp:89000
/sys/class/thermal/thermal_zone0/trip_point_0_temp:100000
/sys/class/thermal/thermal_zone0/trip_point_0_type:critical
/sys/class/thermal/thermal_zone0/type:acpitz
/sys/class/thermal/thermal_zone1/available_policies:power_allocator user_space bang_bang fair_share step_wise 
grep: /sys/class/thermal/thermal_zone1/emul_temp: Permiso denegado
grep: /sys/class/thermal/thermal_zone1/hwmon1: Es un directorio
grep: /sys/class/thermal/thermal_zone1/integral_cutoff: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone1/k_d: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone1/k_i: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone1/k_po: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone1/k_pu: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone1/offset: Error de entrada/salida
/sys/class/thermal/thermal_zone1/passive:0
/sys/class/thermal/thermal_zone1/policy:step_wise
grep: /sys/class/thermal/thermal_zone1/power: Es un directorio
grep: /sys/class/thermal/thermal_zone1/slope: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone1/subsystem: Es un directorio
grep: /sys/class/thermal/thermal_zone1/sustainable_power: Error de entrada/salida
/sys/class/thermal/thermal_zone1/temp:51000
/sys/class/thermal/thermal_zone1/trip_point_0_temp:120000
/sys/class/thermal/thermal_zone1/trip_point_0_type:critical
/sys/class/thermal/thermal_zone1/type:pch_cannonlake
/sys/class/thermal/thermal_zone2/available_policies:power_allocator user_space bang_bang fair_share step_wise 
grep: /sys/class/thermal/thermal_zone2/emul_temp: Permiso denegado
grep: /sys/class/thermal/thermal_zone2/hwmon2: Es un directorio
grep: /sys/class/thermal/thermal_zone2/integral_cutoff: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone2/k_d: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone2/k_i: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone2/k_po: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone2/k_pu: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone2/offset: Error de entrada/salida
/sys/class/thermal/thermal_zone2/policy:step_wise
grep: /sys/class/thermal/thermal_zone2/power: Es un directorio
grep: /sys/class/thermal/thermal_zone2/slope: Error de entrada/salida
grep: /sys/class/thermal/thermal_zone2/subsystem: Es un directorio
grep: /sys/class/thermal/thermal_zone2/sustainable_power: Error de entrada/salida
/sys/class/thermal/thermal_zone2/temp:41000
/sys/class/thermal/thermal_zone2/trip_point_0_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_0_type:passive
/sys/class/thermal/thermal_zone2/trip_point_1_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_1_type:passive
/sys/class/thermal/thermal_zone2/trip_point_2_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_2_type:passive
/sys/class/thermal/thermal_zone2/trip_point_3_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_3_type:passive
/sys/class/thermal/thermal_zone2/trip_point_4_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_4_type:passive
/sys/class/thermal/thermal_zone2/trip_point_5_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_5_type:passive
/sys/class/thermal/thermal_zone2/trip_point_6_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_6_type:passive
/sys/class/thermal/thermal_zone2/trip_point_7_temp:-32768000
/sys/class/thermal/thermal_zone2/trip_point_7_type:passive
/sys/class/thermal/thermal_zone2/type:iwlwifi
/sys/class/thermal/thermal_zone3/available_policies:power_allocator user_space bang_bang fair_share step_wise 
grep: /sys/class/thermal/thermal_zone3/emul_temp: Permiso denegado
/sys/class/thermal/thermal_zone3/integral_cutoff:0
/sys/class/thermal/thermal_zone3/k_d:0
/sys/class/thermal/thermal_zone3/k_i:0
/sys/class/thermal/thermal_zone3/k_po:0
/sys/class/thermal/thermal_zone3/k_pu:0
/sys/class/thermal/thermal_zone3/offset:0
/sys/class/thermal/thermal_zone3/policy:step_wise
grep: /sys/class/thermal/thermal_zone3/power: Es un directorio
/sys/class/thermal/thermal_zone3/slope:0
grep: /sys/class/thermal/thermal_zone3/subsystem: Es un directorio
/sys/class/thermal/thermal_zone3/sustainable_power:0
/sys/class/thermal/thermal_zone3/temp:83000
/sys/class/thermal/thermal_zone3/trip_point_0_temp:0
/sys/class/thermal/thermal_zone3/trip_point_0_type:passive
/sys/class/thermal/thermal_zone3/trip_point_1_temp:0
/sys/class/thermal/thermal_zone3/trip_point_1_type:passive
/sys/class/thermal/thermal_zone3/type:x86_pkg_temp

Thanks!
Comment 8 Zhang Rui 2019-12-31 02:50:08 UTC
/sys/class/thermal/thermal_zone0/type:acpitz
/sys/class/thermal/thermal_zone0/temp:89000
/sys/class/thermal/thermal_zone3/type:x86_pkg_temp
/sys/class/thermal/thermal_zone3/temp:83000

so the system indeed overheats.

And there is no fan control on your platform. I don't know why there is no Fan control for such an high end gaming notebook, maybe the fan is just not controller via ACPI.
it would be nice if you can do the following checks

1. can you hear the fan spin, say during the BIOS POST/grub stage? or is there any BIOS options related with Fan control?
2. please install thermald on your notebook and check if you can reproduce the problem or not.
Comment 9 ssergio-ll 2020-01-03 09:09:35 UTC
(In reply to Zhang Rui from comment #8)
> /sys/class/thermal/thermal_zone0/type:acpitz
> /sys/class/thermal/thermal_zone0/temp:89000
> /sys/class/thermal/thermal_zone3/type:x86_pkg_temp
> /sys/class/thermal/thermal_zone3/temp:83000
> 
> so the system indeed overheats.
> 
> And there is no fan control on your platform. I don't know why there is no
> Fan control for such an high end gaming notebook, maybe the fan is just not
> controller via ACPI.
> it would be nice if you can do the following checks
> 
> 1. can you hear the fan spin, say during the BIOS POST/grub stage? or is
> there any BIOS options related with Fan control?
> 2. please install thermald on your notebook and check if you can reproduce
> the problem or not.

My fans always is runing. This run automatically. Some MSI Notebook like my MSI GS75 have a technology call "Cooler Boost Trinity" that is a gaming mode for fans and this run to maximum power. For used it is neccesary a software call "MSI Dragon". For Linux exist a utility not oficial call "ISW" that now support (https://github.com/YoyPa/isw".

> 1. can you hear the fan spin, say during the BIOS POST/grub stage? or is
> there any BIOS options related with Fan control?
Yes.
> 2. please install thermald on your notebook and check if you can reproduce
> the problem or not.
I have installed thermald by default in my new installation of KDE NEON 18.04. I have run "dmesg" but now it seems now don't show message of " Package temperature above threshold, cpu clock throttled". I'm going to watch it.
Comment 10 Kallys 2020-04-01 14:53:28 UTC
Hi.

I have the same issue with almost same laptop (MSI GP73).
I'm using Linux Mint 19.3 Tricia with kernel 5.3.0-45-generic, but I have this issue for a while (perhaps since I bought this laptop a year ago).
I do have thermald installed and my fans are always running (not at maximum but enough to make my laptop noisy).

When my computer is idling on Windows 10, average CPU temperature is about 50°C.
When my computer is idling on Linux, average CPU temperature is about 72°C.

I do have a lot of mce warning "mce: CPUX: Core temperature above threshold, cpu clock throttled (total events = X)" followed few microsecondslater by "mce: CPUX: Core temperature/speed normal".

And by the way, I do have the same "ACPI Error: No handler for Region [VRTC]" message at each boot.

I don't know if it can help but I have noticed few other things:
- sensors reports same high and critical threshold temperatures for every Core "(high = +100.0°C, crit = +100.0°C)"
- thermal-conf.xml seems generic and I can't see any information relative to my computer setup
- I have latest intel-microcode installed ()
- intel_pstate seems to be correctly running with 'powersave' regulator mode
- ambient temperature is about 20°C

Thanks.
Comment 11 Zhang Rui 2020-06-29 10:42:14 UTC
(In reply to Kallys from comment #10)
> Hi.
> 
> I have the same issue with almost same laptop (MSI GP73).
> I'm using Linux Mint 19.3 Tricia with kernel 5.3.0-45-generic, but I have
> this issue for a while (perhaps since I bought this laptop a year ago).
> I do have thermald installed and my fans are always running (not at maximum
> but enough to make my laptop noisy).
> 
> When my computer is idling on Windows 10, average CPU temperature is about
> 50°C.
> When my computer is idling on Linux, average CPU temperature is about 72°C.
> 
please attach the output of "turbostat -o ts-before.out sleep 30".
please run powertop --auto-tune and attach the output of "turbostat -o ts-after.out sleep 30".
Comment 12 Zhang Rui 2020-06-29 10:42:58 UTC
please make sure the problem still exists in the latest upstream kernel.
Comment 13 Kallys 2020-07-01 18:14:29 UTC
(In reply to Zhang Rui from comment #12)
> please make sure the problem still exists in the latest upstream kernel.


Currently, and since may (didn't check which kernel version), the problem seems resolved. I will let you know if it comes back again, thanks.
Comment 14 Kallys 2020-07-01 18:16:47 UTC
(I meant CPU temperature appears more reasonable, but I still have dozens of "Core temperature above threshold" in logs)
Comment 15 Michael Andres 2020-07-24 11:17:59 UTC
Looks like I see a similar problem on my Thinkpad P52.
mandres:~$ cat /etc/os-release 
NAME="Red Hat Enterprise Linux"
VERSION="8.2 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.2"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.2 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8.2:GA"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.2
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.2"

dmesg
[    0.000000] Linux version 4.18.0-193.13.2.el8_2.x86_64 (mockbuild@x86-vm-07.build.eng.bos.redhat.com) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Mon Jul 13 23:17:28 UTC 2020
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-4.18.0-193.13.2.el8_2.x86_64 root=/dev/mapper/vg_li7708118021-lv_root ro resume=/dev/mapper/vg_li7708118021-lv_swap rd.luks.uuid=luks-1e3e8393-7cf3-4642-be87-b4989ef27625 rd.lvm.lv=vg_li7708118021/lv_swap rd.lvm.lv=vg_li7708118021/lv_root vconsole.keymap=de rhgb quiet loglevel=0 systemd.show_status=0 rd.systemd.show_status=false rd.udev.log_priority=3
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000001fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000002000-0x000000000000bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000000c000-0x000000000003efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003f000-0x0000000000086fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000087000-0x0000000000088fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000089000-0x000000000010ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000110000-0x000000004ac13fff] usable
[    0.000000] BIOS-e820: [mem 0x000000004ac14000-0x000000004fb7afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000004fb7b000-0x000000004fca9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000004fcaa000-0x000000004fd0efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000004fd0f000-0x000000004fd0ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000004fd10000-0x0000000059ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000008a1ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x3fa6e018-0x3fa97657] usable ==> usable
[    0.000000] e820: update [mem 0x3fa6e018-0x3fa97657] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000000fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000001000-0x0000000000001fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000002000-0x000000000000bfff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000000c000-0x000000000003efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000003f000-0x0000000000086fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000087000-0x0000000000088fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000089000-0x000000000010ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000110000-0x000000003fa6e017] usable
[    0.000000] reserve setup_data: [mem 0x000000003fa6e018-0x000000003fa97657] usable
[    0.000000] reserve setup_data: [mem 0x000000003fa97658-0x000000004ac13fff] usable
[    0.000000] reserve setup_data: [mem 0x000000004ac14000-0x000000004fb7afff] reserved
[    0.000000] reserve setup_data: [mem 0x000000004fb7b000-0x000000004fca9fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000004fcaa000-0x000000004fd0efff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000004fd0f000-0x000000004fd0ffff] usable
[    0.000000] reserve setup_data: [mem 0x000000004fd10000-0x0000000059ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000008a1ffffff] usable
[    0.000000] efi: EFI v2.60 by Lenovo
[    0.000000] efi:  SMBIOS=0x4d4ec000  SMBIOS 3.0=0x4d4df000  ACPI=0x4fd0e000  ACPI 2.0=0x4fd0e014  MPS=0x4fb60000  MEMATTR=0x45179018  ESRT=0x4affc000 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: LENOVO 20MAS17228/20MAS17228, BIOS N2CET54W (1.37 ) 06/20/2020
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000000] tsc: Detected 2592.000 MHz TSC
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x8a2000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-F3FFF write-protect
[    0.000000]   F4000-F7FFF uncachable
[    0.000000]   F8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0060000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 005C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 005A000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 2000000000 mask 6000000000 uncachable
[    0.000000]   5 base 1000000000 mask 7000000000 uncachable
[    0.000000]   6 base 4000000000 mask 4000000000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x4fd10 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x000000004affc000 to 0x000000004affc088.
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x45dc01000, 0x45dc01fff] PGTABLE
[    0.000000] BRK [0x45dc02000, 0x45dc02fff] PGTABLE
[    0.000000] BRK [0x45dc03000, 0x45dc03fff] PGTABLE
[    0.000000] BRK [0x45dc04000, 0x45dc04fff] PGTABLE
[    0.000000] BRK [0x45dc05000, 0x45dc05fff] PGTABLE
[    0.000000] BRK [0x45dc06000, 0x45dc06fff] PGTABLE
[    0.000000] BRK [0x45dc07000, 0x45dc07fff] PGTABLE
[    0.000000] BRK [0x45dc08000, 0x45dc08fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x26817000-0x2998afff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000004FD0E014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x000000004FD0C188 000104 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: FACP 0x000000004CE56000 000114 (v06 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: DSDT 0x000000004CE23000 02E302 (v02 LENOVO CFL      20170001 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000004FBEB000 000040
[    0.000000] ACPI: SSDT 0x000000004D3F1000 0017DF (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000004D3F0000 00056D (v02 LENOVO CtdpB    00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000004D3B6000 004310 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000004CE5D000 00313D (v02 LENOVO SaSsdt   00003000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000004CE5A000 002A8B (v02 LENOVO PegSsdt  00001000 INTL 20160527)
[    0.000000] ACPI: UEFI 0x000000004FC03000 000042 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000004CE57000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[    0.000000] ACPI: HPET 0x000000004CE55000 000038 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: APIC 0x000000004CE54000 00012C (v03 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: MCFG 0x000000004CE53000 00003C (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: ECDT 0x000000004CE52000 000053 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000004CE21000 001BD4 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[    0.000000] ACPI: NHLT 0x000000004CE1F000 001771 (v00 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: BOOT 0x000000004CE1E000 000028 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000004CE1D000 000FA2 (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[    0.000000] ACPI: LPIT 0x000000004CE1C000 00005C (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: WSMT 0x000000004CE1B000 000028 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000004CE19000 00149F (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[    0.000000] ACPI: DBGP 0x000000004CE18000 000034 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: DBG2 0x000000004CE17000 000054 (v00 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: POAT 0x000000004CE16000 000055 (v03 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: BATB 0x000000004CE00000 00004A (v02 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: DMAR 0x000000004AFFD000 000090 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: ASF! 0x000000004CE01000 000074 (v32 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: FPDT 0x000000004AFFB000 000044 (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x000000004FBE8000 00012A (v01 LENOVO TP-N2C   00001370 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000004AFF9000 001B28 (v01 LENOVO NvOptTbl 00001000 INTL 20160527)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000008a1ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x8a1fd6000-0x8a1ffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000008a1ffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000001fff]
[    0.000000]   node   0: [mem 0x000000000000c000-0x000000000003efff]
[    0.000000]   node   0: [mem 0x0000000000087000-0x0000000000088fff]
[    0.000000]   node   0: [mem 0x0000000000110000-0x000000004ac13fff]
[    0.000000]   node   0: [mem 0x000000004fd0f000-0x000000004fd0ffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000008a1ffffff]
[    0.000000] Zeroed struct page in unavailable ranges: 21701 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000008a1ffffff]
[    0.000000] On node 0 totalpages: 8309563
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 11 pages reserved
[    0.000000]   DMA zone: 3878 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 4721 pages used for memmap
[    0.000000]   DMA32 zone: 302101 pages, LIFO batch:31
[    0.000000]   Normal zone: 125056 pages used for memmap
[    0.000000]   Normal zone: 8003584 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00002000-0x0000bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0003f000-0x00086fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00089000-0x0010ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x3fa6e000-0x3fa6efff]
[    0.000000] PM: Registered nosave memory: [mem 0x3fa97000-0x3fa97fff]
[    0.000000] PM: Registered nosave memory: [mem 0x4ac14000-0x4fb7afff]
[    0.000000] PM: Registered nosave memory: [mem 0x4fb7b000-0x4fca9fff]
[    0.000000] PM: Registered nosave memory: [mem 0x4fcaa000-0x4fd0efff]
[    0.000000] PM: Registered nosave memory: [mem 0x4fd10000-0x59ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x5a000000-0xfe00ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[    0.000000] [mem 0x5a000000-0xfe00ffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.000000] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s180224 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8179711
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=(hd0,gpt2)/vmlinuz-4.18.0-193.13.2.el8_2.x86_64 root=/dev/mapper/vg_li7708118021-lv_root ro resume=/dev/mapper/vg_li7708118021-lv_swap rd.luks.uuid=luks-1e3e8393-7cf3-4642-be87-b4989ef27625 rd.lvm.lv=vg_li7708118021/lv_swap rd.lvm.lv=vg_li7708118021/lv_root vconsole.keymap=de rhgb quiet loglevel=0 systemd.show_status=0 rd.systemd.show_status=false rd.udev.log_priority=3
[    0.000000] Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://access.redhat.com/ecosystem.
[    0.000000] Memory: 1195632K/33238252K available (12292K kernel code, 2151K rwdata, 3848K rodata, 2404K init, 6476K bss, 719836K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 36340 entries in 142 pages
[    0.001000] rcu: Hierarchical RCU implementation.
[    0.001000] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    0.001000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.001000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.001000] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[    0.001000] random: get_random_bytes called from start_kernel+0x36b/0x55b with crng_init=0
[    0.001000] Console: colour dummy device 80x25
[    0.001000] printk: console [tty0] enabled
[    0.001000] ACPI: Core revision 20190703
[    0.001011] APIC: Switch to symmetric I/O mode setup
[    0.001013] DMAR: Host address width 39
[    0.001013] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.001017] DMAR: dmar0: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.001018] DMAR: RMRR base: 0x0000004faaa000 end: 0x0000004fac9fff
[    0.001019] DMAR: RMRR base: 0x0000004fadb000 end: 0x0000004fb5afff
[    0.001020] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
[    0.001020] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.001020] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.002434] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.002435] x2apic enabled
[    0.002460] Switched APIC routing to cluster x2apic.
[    0.007000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.011001] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[    0.011003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5184.00 BogoMIPS (lpj=2592000)
[    0.011004] pid_max: default: 32768 minimum: 301
[    0.011168] efi: memattr: Entry attributes invalid: RO and XP bits both cleared
[    0.011171] efi: memattr: ! 0x00000008b000-0x00000008bfff [Runtime Code       |RUN|  |  |  |  |  |  |   |  |  |  |  ]
[    0.011361] Security Framework initialized
[    0.011362] Yama: becoming mindful.
[    0.011364] SELinux:  Initializing.
[    0.013862] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.015099] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.015146] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.015186] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.015340] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.015341] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.015361] CPU0: Thermal monitoring enabled (TM1)
[    0.015376] process: using mwait in idle threads
[    0.015377] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.015377] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.015378] FEATURE SPEC_CTRL Present
[    0.015378] FEATURE IBPB_SUPPORT Present
[    0.015379] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.015380] Spectre V2 : Using retpoline on Skylake-generation processors may not fully mitigate the vulnerability.
[    0.015380] Spectre V2 : Add the "spectre_v2=ibrs" kernel boot flag to enable IBRS on Skylake systems that need full mitigation.
[    0.015381] Spectre V2 : Mitigation: Full generic retpoline
[    0.015381] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.015381] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.015383] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.015383] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.015384] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.015386] TAA: Mitigation: Clear CPU buffers
[    0.015388] SRBDS: Mitigation: Microcode
[    0.015388] MDS: Mitigation: Clear CPU buffers
[    0.015590] Freeing SMP alternatives memory: 32K
[    0.018267] TSC deadline timer enabled
[    0.018268] smpboot: CPU0: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[    0.018322] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.018326] ... version:                4
[    0.018326] ... bit width:              48
[    0.018326] ... generic registers:      4
[    0.018327] ... value mask:             0000ffffffffffff
[    0.018327] ... max period:             00007fffffffffff
[    0.018327] ... fixed-purpose events:   3
[    0.018327] ... event mask:             000000070000000f
[    0.018351] rcu: Hierarchical SRCU implementation.
[    0.019000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.019000] smp: Bringing up secondary CPUs ...
[    0.019000] x86: Booting SMP configuration:
[    0.019000] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
[    0.021371] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.021371] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    0.021371]   #7  #8  #9 #10 #11
[    0.023383] smp: Brought up 1 node, 12 CPUs
[    0.023383] smpboot: Max logical packages: 1
[    0.023383] smpboot: Total of 12 processors activated (62208.00 BogoMIPS)
[    0.197007] node 0 initialised, 7830696 pages in 173ms
[    0.197452] devtmpfs: initialized
[    0.197452] x86/mm: Memory block size: 128MB
[    0.199318] PM: Registering ACPI NVS region [mem 0x4fb7b000-0x4fca9fff] (1241088 bytes)
[    0.199318] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.199318] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.199318] pinctrl core: initialized pinctrl subsystem
[    0.199360] NET: Registered protocol family 16
[    0.199449] audit: initializing netlink subsys (disabled)
[    0.199454] audit: type=2000 audit(1595580339.199:1): state=initialized audit_enabled=0 res=1
[    0.199454] cpuidle: using governor menu
[    0.199454] Simple Boot Flag at 0x47 set to 0x1
[    0.199454] KVM setup pv remote TLB flush
[    0.199454] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.199454] ACPI: bus type PCI registered
[    0.199454] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.199454] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.200005] PCI: not using MMCONFIG
[    0.200005] PCI: Using configuration type 1 for base access
[    0.201322] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.201322] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.201322] cryptd: max_cpu_qlen set to 1000
[    0.201322] ACPI: Added _OSI(Module Device)
[    0.201322] ACPI: Added _OSI(Processor Device)
[    0.201322] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.201322] ACPI: Added _OSI(Processor Aggregator Device)
[    0.201322] ACPI: Added _OSI(Linux-Dell-Video)
[    0.201322] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.201322] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.241651] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.242493] ACPI: EC: EC started
[    0.242493] ACPI: EC: interrupt blocked
[    0.243694] ACPI: \: Used as first EC
[    0.243695] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.243695] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.244819] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.255220] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.255786] ACPI: Dynamic OEM Table Load:
[    0.255791] ACPI: SSDT 0xFFFF88B14431EA00 000149 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.256046] ACPI: Dynamic OEM Table Load:
[    0.256050] ACPI: SSDT 0xFFFF88B1447A5800 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.256481] ACPI: Dynamic OEM Table Load:
[    0.256486] ACPI: SSDT 0xFFFF88B144300800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.258991] ACPI: Interpreter enabled
[    0.259027] ACPI: (supports S0 S3 S4 S5)
[    0.259027] ACPI: Using IOAPIC for interrupt routing
[    0.259054] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.259816] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.259826] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.260177] ACPI: Enabled 12 GPEs in block 00 to 7F
[    0.260832] ACPI: Power Resource [PG00] (on)
[    0.261460] ACPI: Power Resource [PG01] (on)
[    0.261674] ACPI: Power Resource [PG02] (on)
[    0.263632] ACPI: Power Resource [PUBS] (on)
[    0.266184] ACPI: Power Resource [USBC] (on)
[    0.272651] ACPI: Power Resource [V0PR] (on)
[    0.272760] ACPI: Power Resource [V1PR] (on)
[    0.272865] ACPI: Power Resource [V2PR] (on)
[    0.275968] ACPI: Power Resource [WRST] (on)
[    0.278472] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.278476] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.278554] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER PCIeCapability]
[    0.278589] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.278590] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.278591] acpi PNP0A08:00: _OSC: platform willing to grant [LTR]
[    0.278591] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.280594] PCI host bridge to bus 0000:00
[    0.280595] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.280596] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.280596] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.280597] pci_bus 0000:00: root bus resource [mem 0x5a000000-0xdfffffff window]
[    0.280598] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.280598] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.280599] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.280606] pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000
[    0.281302] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.281335] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.282096] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.282104] pci 0000:00:04.0: reg 0x10: [mem 0x404a100000-0x404a107fff 64bit]
[    0.282843] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.282851] pci 0000:00:08.0: reg 0x10: [mem 0x404a118000-0x404a118fff 64bit]
[    0.283591] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[    0.283609] pci 0000:00:12.0: reg 0x10: [mem 0x404a117000-0x404a117fff 64bit]
[    0.284382] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[    0.284398] pci 0000:00:14.0: reg 0x10: [mem 0xa4420000-0xa442ffff 64bit]
[    0.284448] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.285192] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[    0.285209] pci 0000:00:14.2: reg 0x10: [mem 0x404a110000-0x404a111fff 64bit]
[    0.285217] pci 0000:00:14.2: reg 0x18: [mem 0x404a116000-0x404a116fff 64bit]
[    0.285946] pci 0000:00:14.3: [8086:a370] type 00 class 0x028000
[    0.285979] pci 0000:00:14.3: reg 0x10: [mem 0x404a10c000-0x404a10ffff 64bit]
[    0.286072] pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
[    0.286791] pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000
[    0.286810] pci 0000:00:15.0: reg 0x10: [mem 0x404a115000-0x404a115fff 64bit]
[    0.287622] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[    0.287642] pci 0000:00:16.0: reg 0x10: [mem 0x404a114000-0x404a114fff 64bit]
[    0.287711] pci 0000:00:16.0: PME# supported from D3hot
[    0.288489] pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
[    0.288575] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.289355] pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400
[    0.289439] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.290204] pci 0000:00:1c.7: [8086:a33f] type 01 class 0x060400
[    0.290298] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.291035] pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
[    0.291121] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.291899] pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000
[    0.291919] pci 0000:00:1e.0: reg 0x10: [mem 0x404a113000-0x404a113fff 64bit]
[    0.292729] pci 0000:00:1f.0: [8086:a30e] type 00 class 0x060100
[    0.293607] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
[    0.293648] pci 0000:00:1f.3: reg 0x10: [mem 0x404a108000-0x404a10bfff 64bit]
[    0.293685] pci 0000:00:1f.3: reg 0x20: [mem 0x404a000000-0x404a0fffff 64bit]
[    0.293764] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.294523] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[    0.294540] pci 0000:00:1f.4: reg 0x10: [mem 0x404a112000-0x404a1120ff 64bit]
[    0.294561] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.295293] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[    0.295307] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.296038] pci 0000:00:1f.6: [8086:15bb] type 00 class 0x020000
[    0.296069] pci 0000:00:1f.6: reg 0x10: [mem 0xa4400000-0xa441ffff]
[    0.296191] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.296914] pci 0000:01:00.0: [10de:1cbb] type 00 class 0x030000
[    0.296930] pci 0000:01:00.0: reg 0x10: [mem 0xa3000000-0xa3ffffff]
[    0.296939] pci 0000:01:00.0: reg 0x14: [mem 0x60000000-0x6fffffff 64bit pref]
[    0.296947] pci 0000:01:00.0: reg 0x1c: [mem 0x70000000-0x71ffffff 64bit pref]
[    0.296952] pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
[    0.296958] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
[    0.296970] pci 0000:01:00.0: BAR 3: assigned to efifb
[    0.297023] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[    0.297069] pci 0000:01:00.1: [10de:0fb9] type 00 class 0x040300
[    0.297080] pci 0000:01:00.1: reg 0x10: [mem 0xa4000000-0xa4003fff]
[    0.297188] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.297190] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.297191] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.297193] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x71ffffff 64bit pref]
[    0.297294] pci 0000:02:00.0: [c0a9:2263] type 00 class 0x010802
[    0.297323] pci 0000:02:00.0: reg 0x10: [mem 0xa4300000-0xa4303fff 64bit]
[    0.297576] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.297579] pci 0000:00:1b.0:   bridge window [mem 0xa4300000-0xa43fffff]
[    0.297626] pci 0000:00:1c.0: PCI bridge to [bus 04-6e]
[    0.297629] pci 0000:00:1c.0:   bridge window [mem 0x74000000-0xa20fffff]
[    0.297633] pci 0000:00:1c.0:   bridge window [mem 0x4000000000-0x4049ffffff 64bit pref]
[    0.297958] pci 0000:70:00.0: [10ec:525a] type 00 class 0xff0000
[    0.297988] pci 0000:70:00.0: reg 0x14: [mem 0xa4200000-0xa4200fff]
[    0.298094] pci 0000:70:00.0: supports D1 D2
[    0.298094] pci 0000:70:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.298397] pci 0000:00:1c.7: PCI bridge to [bus 70]
[    0.298400] pci 0000:00:1c.7:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.298497] pci 0000:71:00.0: [8086:f1a6] type 00 class 0x010802
[    0.298527] pci 0000:71:00.0: reg 0x10: [mem 0xa4100000-0xa4103fff 64bit]
[    0.298778] pci 0000:00:1d.0: PCI bridge to [bus 71]
[    0.298781] pci 0000:00:1d.0:   bridge window [mem 0xa4100000-0xa41fffff]
[    0.301133] ACPI: EC: interrupt unblocked
[    0.301154] ACPI: EC: event unblocked
[    0.301169] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.301170] ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
[    0.301214] iommu: Default domain type: Passthrough 
[    0.301214] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.301214] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.301214] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.301214] vgaarb: loaded
[    0.301214] SCSI subsystem initialized
[    0.301214] ACPI: bus type USB registered
[    0.301214] usbcore: registered new interface driver usbfs
[    0.301214] usbcore: registered new interface driver hub
[    0.301214] usbcore: registered new device driver usb
[    0.301214] pps_core: LinuxPPS API ver. 1 registered
[    0.301214] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.301214] PTP clock support registered
[    0.301214] EDAC MC: Ver: 3.0.0
[    0.302008] Registered efivars operations
[    0.315085] PCI: Using ACPI for IRQ routing
[    0.342694] PCI: pci_cache_line_size set to 64 bytes
[    0.343192] e820: reserve RAM buffer [mem 0x00002000-0x0000ffff]
[    0.343192] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[    0.343193] e820: reserve RAM buffer [mem 0x00089000-0x0008ffff]
[    0.343193] e820: reserve RAM buffer [mem 0x3fa6e018-0x3fffffff]
[    0.343194] e820: reserve RAM buffer [mem 0x4ac14000-0x4bffffff]
[    0.343194] e820: reserve RAM buffer [mem 0x4fd10000-0x4fffffff]
[    0.343194] e820: reserve RAM buffer [mem 0x8a2000000-0x8a3ffffff]
[    0.343250] NetLabel: Initializing
[    0.343251] NetLabel:  domain hash size = 128
[    0.343251] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.343259] NetLabel:  unlabeled traffic allowed by default
[    0.343261] clocksource: Switched to clocksource tsc-early
[    0.350942] VFS: Disk quotas dquot_6.6.0
[    0.350952] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.350984] pnp: PnP ACPI init
[    0.351035] system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
[    0.351038] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.351244] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.351245] system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
[    0.351245] system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[    0.351246] system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.351247] system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.351247] system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.351250] system 00:01: [mem 0xff000000-0xffffffff] has been reserved
[    0.351252] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.351450] system 00:02: [io  0xff00-0xfffe] has been reserved
[    0.351451] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.352144] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.352145] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.352146] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.352160] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.352216] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.352218] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.352231] pnp 00:06: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.352239] pnp 00:07: Plug and Play ACPI device, IDs LEN2132 PNP0f13 (active)
[    0.352276] system 00:08: [io  0x1800-0x189f] could not be reserved
[    0.352277] system 00:08: [io  0x0800-0x087f] has been reserved
[    0.352278] system 00:08: [io  0x0880-0x08ff] has been reserved
[    0.352278] system 00:08: [io  0x0900-0x097f] has been reserved
[    0.352279] system 00:08: [io  0x0980-0x09ff] has been reserved
[    0.352280] system 00:08: [io  0x0a00-0x0a7f] has been reserved
[    0.352280] system 00:08: [io  0x0a80-0x0aff] has been reserved
[    0.352281] system 00:08: [io  0x0b00-0x0b7f] has been reserved
[    0.352282] system 00:08: [io  0x0b80-0x0bff] has been reserved
[    0.352282] system 00:08: [io  0x15e0-0x15ef] has been reserved
[    0.352283] system 00:08: [io  0x1600-0x167f] could not be reserved
[    0.352284] system 00:08: [io  0x1640-0x165f] could not be reserved
[    0.352285] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.352285] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.352286] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.352287] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.352287] system 00:08: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.352288] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.352289] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.352290] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.353022] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.353534] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
[    0.353535] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.353536] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.353537] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    0.353537] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.353538] system 00:0a: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.353539] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.353539] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.353541] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.353671] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.353672] system 00:0b: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.353673] system 00:0b: [mem 0x000c8000-0x000cbfff] could not be reserved
[    0.353673] system 00:0b: [mem 0x000d0000-0x000d3fff] could not be reserved
[    0.353674] system 00:0b: [mem 0x000d8000-0x000dbfff] could not be reserved
[    0.353675] system 00:0b: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.353675] system 00:0b: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.353676] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.353677] system 00:0b: [mem 0x00100000-0x59ffffff] could not be reserved
[    0.353677] system 00:0b: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.353678] system 00:0b: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.353680] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.353778] pnp: PnP ACPI: found 12 devices
[    0.358972] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.358990] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.358993] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04-6e] add_size 1000
[    0.358997] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.358999] pci 0000:01:00.0: BAR 6: assigned [mem 0xa4080000-0xa40fffff pref]
[    0.359001] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.359003] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.359004] pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
[    0.359005] pci 0000:00:01.0:   bridge window [mem 0x60000000-0x71ffffff 64bit pref]
[    0.359008] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.359017] pci 0000:00:1b.0:   bridge window [mem 0xa4300000-0xa43fffff]
[    0.359022] pci 0000:00:1c.0: PCI bridge to [bus 04-6e]
[    0.359025] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.359027] pci 0000:00:1c.0:   bridge window [mem 0x74000000-0xa20fffff]
[    0.359029] pci 0000:00:1c.0:   bridge window [mem 0x4000000000-0x4049ffffff 64bit pref]
[    0.359033] pci 0000:00:1c.7: PCI bridge to [bus 70]
[    0.359037] pci 0000:00:1c.7:   bridge window [mem 0xa4200000-0xa42fffff]
[    0.359042] pci 0000:00:1d.0: PCI bridge to [bus 71]
[    0.359045] pci 0000:00:1d.0:   bridge window [mem 0xa4100000-0xa41fffff]
[    0.359050] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.359051] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.359051] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.359052] pci_bus 0000:00: resource 7 [mem 0x5a000000-0xdfffffff window]
[    0.359053] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.359053] pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
[    0.359054] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.359054] pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
[    0.359055] pci_bus 0000:01: resource 2 [mem 0x60000000-0x71ffffff 64bit pref]
[    0.359055] pci_bus 0000:02: resource 1 [mem 0xa4300000-0xa43fffff]
[    0.359056] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.359056] pci_bus 0000:04: resource 1 [mem 0x74000000-0xa20fffff]
[    0.359057] pci_bus 0000:04: resource 2 [mem 0x4000000000-0x4049ffffff 64bit pref]
[    0.359058] pci_bus 0000:70: resource 1 [mem 0xa4200000-0xa42fffff]
[    0.359058] pci_bus 0000:71: resource 1 [mem 0xa4100000-0xa41fffff]
[    0.359154] NET: Registered protocol family 2
[    0.359245] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[    0.359308] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.359473] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.359539] TCP: Hash tables configured (established 262144 bind 65536)
[    0.359567] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.359612] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.359693] NET: Registered protocol family 1
[    0.359698] NET: Registered protocol family 44
[    0.359938] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.359941] pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0
[    0.360322] PCI: CLS 0 bytes, default 64
[    0.360365] Unpacking initramfs...
[    0.798162] Freeing initrd memory: 50640K
[    0.806018] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.806018] software IO TLB: mapped [mem 0x460e1000-0x4a0e1000] (64MB)
[    0.806088] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
[    0.806100] clocksource: Switched to clocksource tsc
[    0.815374] Initialise system trusted keyrings
[    0.815378] Key type blacklist registered
[    0.815410] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[    0.816345] zbud: loaded
[    0.816562] pstore: using deflate compression
[    0.816724] Platform Keyring initialized
[    0.873013] NET: Registered protocol family 38
[    0.873014] Key type asymmetric registered
[    0.873015] Asymmetric key parser 'x509' registered
[    0.873021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.873043] io scheduler mq-deadline registered
[    0.873043] io scheduler kyber registered
[    0.873064] io scheduler bfq registered
[    0.873122] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.873991] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.874015] efifb: probing for efifb
[    0.874024] efifb: framebuffer at 0x71000000, using 8100k, total 8100k
[    0.874024] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.874024] efifb: scrolling: redraw
[    0.874025] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.874074] Console: switching to colour frame buffer device 240x67
[    0.876826] fb0: EFI VGA frame buffer device
[    0.876831] intel_idle: MWAIT substates: 0x11142120
[    0.876831] intel_idle: v0.4.1 model 0x9E
[    0.877307] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.877661] ACPI: AC Adapter [AC] (on-line)
[    0.877711] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.877720] ACPI: Sleep Button [SLPB]
[    0.877741] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.877744] ACPI: Lid Switch [LID]
[    0.877763] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.877766] ACPI: Power Button [PWRF]
[    0.881128] thermal LNXTHERM:00: registered as thermal_zone0
[    0.881129] ACPI: Thermal Zone [THM0] (69 C)
[    0.881201] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.881849] hpet_acpi_add: no address or irqs in _CRS
[    0.881878] Non-volatile memory driver v1.3
[    0.882252] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    0.883674] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[    0.883901] dw-apb-uart.1: ttyS0 at MMIO 0x404a113000 (irq = 20, base_baud = 115200) is a 16550A
[    0.884095] rdac: device handler registered
[    0.884146] hp_sw: device handler registered
[    0.884146] emc: device handler registered
[    0.884190] alua: device handler registered
[    0.884239] libphy: Fixed MDIO Bus: probed
[    0.884292] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.884293] ehci-pci: EHCI PCI platform driver
[    0.884297] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.884298] ohci-pci: OHCI PCI platform driver
[    0.884303] uhci_hcd: USB Universal Host Controller Interface driver
[    0.884410] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.884462] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.885566] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
[    0.885569] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.885826] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    0.885827] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.885828] usb usb1: Product: xHCI Host Controller
[    0.885828] usb usb1: Manufacturer: Linux 4.18.0-193.13.2.el8_2.x86_64 xhci-hcd
[    0.885829] usb usb1: SerialNumber: 0000:00:14.0
[    0.885911] hub 1-0:1.0: USB hub found
[    0.885976] hub 1-0:1.0: 16 ports detected
[    0.887318] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.887349] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.887351] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.887382] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    0.887383] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.887383] usb usb2: Product: xHCI Host Controller
[    0.887384] usb usb2: Manufacturer: Linux 4.18.0-193.13.2.el8_2.x86_64 xhci-hcd
[    0.887384] usb usb2: SerialNumber: 0000:00:14.0
[    0.887434] hub 2-0:1.0: USB hub found
[    0.887464] hub 2-0:1.0: 10 ports detected
[    0.887742] usb: port power management may be unreliable
[    0.888245] usbcore: registered new interface driver usbserial_generic
[    0.888247] usbserial: USB Serial support registered for generic
[    0.891457] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.893794] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.893796] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.893931] mousedev: PS/2 mouse device common for all mice
[    0.894004] rtc_cmos 00:04: RTC can wake from S4
[    0.895076] rtc_cmos 00:04: registered as rtc0
[    0.895088] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    0.895093] intel_pstate: Intel P-state driver initializing
[    0.895104] intel_pstate: Disabling energy efficiency optimization
[    0.896103] intel_pstate: HWP enabled
[    0.896453] EFI Variables Facility v0.08 2004-May-17
[    0.897525] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    0.933286] hidraw: raw HID events driver (C) Jiri Kosina
[    0.933322] usbcore: registered new interface driver usbhid
[    0.933323] usbhid: USB HID core driver
[    0.933379] drop_monitor: Initializing network drop monitor service
[    0.933420] Initializing XFRM netlink socket
[    0.933542] NET: Registered protocol family 10
[    0.934320] Segment Routing with IPv6
[    0.934329] NET: Registered protocol family 17
[    0.934412] mpls_gso: MPLS GSO support
[    0.937993] core: Using 12 MCE banks
[    0.938014] microcode: sig=0x906ea, pf=0x20, revision=0xd6
[    0.938218] microcode: Microcode Update Driver: v2.2.
[    0.938223] AVX2 version of gcm_enc/dec engaged.
[    0.938223] AES CTR mode by8 optimization enabled
[    0.992484] sched_clock: Marking stable (992478965, 0)->(1115682966, -123204001)
[    0.992807] registered taskstats version 1
[    0.992816] Loading compiled-in X.509 certificates
[    1.029995] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 30288d105ae1159f5e1e2e0754cb3ddb456e24a5'
[    1.030232] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    1.030457] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    1.030472] zswap: loaded using pool lzo/zbud
[    1.036452] Key type big_key registered
[    1.039291] Key type encrypted registered
[    1.039639] Couldn't get size: 0x800000000000000e
[    1.039639] MODSIGN: Couldn't get UEFI db list
[    1.039927] integrity: Loading X.509 certificate: UEFI:MokListRT
[    1.040056] integrity: Loaded X.509 cert 'Red Hat Secure Boot (CA key 1): 4016841644ce3a810408050766e8f8a29c65f85c'
[    1.040234] Couldn't get size: 0x800000000000000e
[    1.040234] Couldn't get UEFI dbx list
[    1.040236] ima: No TPM chip found, activating TPM-bypass!
[    1.040244] ima: Allocated hash algorithm: sha1
[    1.040255] evm: Initialising EVM extended attributes:
[    1.040255] evm: security.selinux
[    1.040255] evm: security.ima
[    1.040256] evm: security.capability
[    1.040256] evm: HMAC attrs: 0x1
[    1.041280] rtc_cmos 00:04: setting system clock to 2020-07-24 08:45:40 UTC (1595580340)
[    1.056346] random: fast init done
[    1.057628] battery: ACPI: Battery Slot [BAT0] (battery present)
[    1.212006] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.344636] usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
[    1.344637] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.344637] usb 1-2: Product: USB Receiver
[    1.344638] usb 1-2: Manufacturer: Logitech
[    1.347770] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0001/input/input6
[    1.399223] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[    1.400990] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input7
[    1.402127] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input8
[    1.434813] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f2001)
[    1.445426] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x0e.
[    1.454088] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input9
[    1.454130] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
[    1.455437] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    1.456119] psmouse serio1: elantech: Elan sample query result 00, 28, 96
[    1.477417] psmouse serio1: elantech: Trying to set up SMBus access
[    1.477418] psmouse serio1: elantech: SMbus companion is not ready yet
[    1.499896] input: ETPS/2 Elantech TrackPoint as /devices/platform/i8042/serio1/input/input11
[    1.512359] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input5
[    1.515821] Freeing unused decrypted memory: 2040K
[    1.516188] Freeing unused kernel memory: 2404K
[    1.522113] Write protecting the kernel read-only data: 18432k
[    1.522590] Freeing unused kernel memory: 2020K
[    1.522765] Freeing unused kernel memory: 248K
[    1.569070] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[    1.581750] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
[    1.594126] systemd[1]: Detected architecture x86-64.
[    1.594128] systemd[1]: Running in initial RAM disk.
[    1.596197] systemd[1]: Set hostname to <traktor>.
[    1.627185] random: systemd: uninitialized urandom read (16 bytes read)
[    1.627776] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[    1.627806] random: systemd: uninitialized urandom read (16 bytes read)
[    1.627857] systemd[1]: Listening on udev Control Socket.
[    1.627866] random: systemd: uninitialized urandom read (16 bytes read)
[    1.627959] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice.
[    1.628020] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.628035] systemd[1]: Reached target Slices.
[    1.628078] systemd[1]: Listening on udev Kernel Socket.
[    1.642745] fuse: init (API version 7.31)
[    1.707349] usb 1-8: New USB device found, idVendor=04f2, idProduct=b614, bcdDevice= 0.12
[    1.707352] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.707353] usb 1-8: Product: Integrated Camera
[    1.707355] usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
[    1.794636] device-mapper: uevent: version 1.0.3
[    1.794676] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    1.816083] CPU9: Core temperature above threshold, cpu clock throttled (total events = 1)
[    1.816083] CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
[    1.816084] CPU8: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816085] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816086] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816087] CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816088] CPU10: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816088] CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816089] CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816090] CPU11: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816091] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816091] CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816092] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.816093] CPU9: Package temperature above threshold, cpu clock throttled (total events = 1)
[    1.822011] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    1.874107] CPU3: Core temperature/speed normal
[    1.874108] CPU0: Package temperature/speed normal
[    1.874108] CPU9: Core temperature/speed normal
[    1.874109] CPU5: Package temperature/speed normal
[    1.874109] CPU11: Package temperature/speed normal
[    1.874110] CPU1: Package temperature/speed normal
[    1.874111] CPU2: Package temperature/speed normal
[    1.874111] CPU6: Package temperature/speed normal
[    1.874112] CPU7: Package temperature/speed normal
[    1.874112] CPU8: Package temperature/speed normal
[    1.874113] CPU9: Package temperature/speed normal
[    1.874114] CPU3: Package temperature/speed normal
[    1.874137] CPU4: Package temperature/speed normal
[    1.874137] CPU10: Package temperature/speed normal
[    1.949057] usb 1-9: New USB device found, idVendor=06cb, idProduct=009a, bcdDevice= 1.64
[    1.949059] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    1.949060] usb 1-9: SerialNumber: 8342b4860449
[    2.064014] usb 1-12: new high-speed USB device number 5 using xhci_hcd
[    2.078294] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.078369] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    2.078632] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input12
[    2.110797] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    2.110854] acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    2.110983] acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    2.111061] acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    2.117744] rtsx_pci 0000:70:00.0: enabling device (0000 -> 0002)
[    2.121543] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.121543] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.121564] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[    2.121738] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.143861] nvme nvme0: pci function 0000:02:00.0
[    2.144484] nvme nvme1: pci function 0000:71:00.0
[    2.194154] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    2.202610] usb 1-12: New USB device found, idVendor=04f2, idProduct=b615, bcdDevice= 0.17
[    2.202612] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.202614] usb 1-12: Product: Integrated IR Camera
[    2.202616] usb 1-12: Manufacturer: SunplusIT Inc
[    2.250795] nvme nvme1: 12/0/0 default/read/poll queues
[    2.251774]  nvme1n1: p1 p2
[    2.259265] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) e8:6a:64:71:1f:23
[    2.259267] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    2.259350] e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
[    2.260105] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    2.334964] usb 1-14: new full-speed USB device number 6 using xhci_hcd
[    2.352557] nvme nvme0: missing or invalid SUBNQN field.
[    2.355287] nvme nvme0: 12/0/0 default/read/poll queues
[    2.356397]  nvme0n1: p1 p2 p3
[    2.381306] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20190703/nsarguments-66)
[    2.381552] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    2.381558] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
[    2.381559] nouveau: detected PR support, will not use DSM
[    2.381782] checking generic (71000000 7e9000) vs hw (60000000 10000000)
[    2.381783] checking generic (71000000 7e9000) vs hw (70000000 2000000)
[    2.381784] fb: switching to nouveaufb from EFI VGA
[    2.381865] Console: switching to colour dummy device 80x25
[    2.382026] nouveau 0000:01:00.0: NVIDIA GP107 (137000a1)
[    2.419971] nouveau 0000:01:00.0: bios: version 86.07.63.00.76
[    2.420467] nouveau 0000:01:00.0: fb: 4096 MiB GDDR5
[    2.460993] [TTM] Zone  kernel: Available graphics memory: 16309380 KiB
[    2.460994] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    2.460994] [TTM] Initializing pool allocator
[    2.460999] [TTM] Initializing DMA pool allocator
[    2.461014] nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
[    2.461016] nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
[    2.461018] nouveau 0000:01:00.0: DRM: BIT table 'A' not found
[    2.461019] nouveau 0000:01:00.0: DRM: BIT table 'L' not found
[    2.461020] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    2.461021] nouveau 0000:01:00.0: DRM: DCB version 4.1
[    2.461023] nouveau 0000:01:00.0: DRM: DCB outp 00: 02800f76 04600020
[    2.461024] nouveau 0000:01:00.0: DRM: DCB outp 01: 02011f62 00020010
[    2.461026] nouveau 0000:01:00.0: DRM: DCB outp 02: 04022f86 04600010
[    2.461027] nouveau 0000:01:00.0: DRM: DCB outp 03: 04022f82 00020010
[    2.461028] nouveau 0000:01:00.0: DRM: DCB outp 04: 01033f46 04600010
[    2.461029] nouveau 0000:01:00.0: DRM: DCB outp 05: 01044f56 04600020
[    2.461030] nouveau 0000:01:00.0: DRM: DCB conn 00: 00020047
[    2.461031] nouveau 0000:01:00.0: DRM: DCB conn 01: 00010161
[    2.461032] nouveau 0000:01:00.0: DRM: DCB conn 02: 01000246
[    2.461033] nouveau 0000:01:00.0: DRM: DCB conn 03: 00001346
[    2.461033] nouveau 0000:01:00.0: DRM: DCB conn 04: 00002446
[    2.461395] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    2.461913] usb 1-14: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[    2.461915] usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.563336] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
[    2.622773] random: crng init done
[    2.622774] random: 7 urandom warning(s) missed due to ratelimiting
[    2.667888] input: Logitech Unifying Device. Wireless PID:101b Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input13
[    2.667948] hid-generic 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:101b] on usb-0000:00:14.0-2/input2:1
[    2.669938] input: Logitech Unifying Device. Wireless PID:406e Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406E.0005/input/input17
[    2.670090] input: Logitech Unifying Device. Wireless PID:406e Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406E.0005/input/input18
[    2.670127] input: Logitech Unifying Device. Wireless PID:406e System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406E.0005/input/input19
[    2.670160] hid-generic 0003:046D:406E.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:406e] on usb-0000:00:14.0-2/input2:2
[    2.693775] input: Logitech M705 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input23
[    2.693827] logitech-hidpp-device 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:14.0-2/input2:1
[    2.795824] input: Logitech K800 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406E.0005/input/input24
[    2.795894] logitech-hidpp-device 0003:046D:406E.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K800] on usb-0000:00:14.0-2/input2:2
[    2.830340] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.830340] [drm] Driver supports precise vblank timestamp query.
[    3.033457] nouveau 0000:01:00.0: DRM: allocated 3840x2160 fb: 0x200000, bo 0000000038a7c75f
[    3.034236] fbcon: nouveaudrmfb (fb0) is primary device
[    3.544691] Console: switching to colour frame buffer device 240x67
[    3.650843] nouveau 0000:01:00.0: fb0: nouveaudrmfb frame buffer device
[    3.656294] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0
[    4.945832] logitech-hidpp-device 0003:046D:406E.0005: HID++ 4.5 device connected.
[   18.920973] PM: Image not found (code -22)
[   19.083733] SGI XFS with ACLs, security attributes, no debug enabled
[   19.085272] XFS (dm-2): Mounting V5 Filesystem
[   19.097077] XFS (dm-2): Ending clean mount
[   19.364452] systemd-journald[348]: Received SIGTERM from PID 1 (systemd).
[   19.380163] printk: systemd: 27 output lines suppressed due to ratelimiting
[   19.452123] audit: type=1404 audit(1595580358.909:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
[   19.801211] SELinux:  policy capability network_peer_controls=1
[   19.801212] SELinux:  policy capability open_perms=1
[   19.801212] SELinux:  policy capability extended_socket_class=1
[   19.801213] SELinux:  policy capability always_check_network=0
[   19.801213] SELinux:  policy capability cgroup_seclabel=1
[   19.801213] SELinux:  policy capability nnp_nosuid_transition=1
[   19.816817] audit: type=1403 audit(1595580359.273:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
[   19.817830] systemd[1]: Successfully loaded SELinux policy in 365.944ms.
[   19.859636] systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 17.594ms.
[   19.863023] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
[   19.875186] systemd[1]: Detected architecture x86-64.
[   19.876117] systemd[1]: Set hostname to <traktor>.
Comment 16 Michael Andres 2020-07-24 11:20:53 UTC
Created attachment 290493 [details]
dmesg for thermal throttleing since it is to big for pasting in comment

Adding dmesg for thermal throttleing since it is to big for pasting in comment
Comment 17 Michael Andres 2020-07-24 11:30:04 UTC
mandres:~$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +66.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +66.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +60.0°C  (high = +100.0°C, crit = +100.0°C)
Core 2:        +61.0°C  (high = +100.0°C, crit = +100.0°C)
Core 3:        +61.0°C  (high = +100.0°C, crit = +100.0°C)
Core 4:        +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 5:        +61.0°C  (high = +100.0°C, crit = +100.0°C)

pch_cannonlake-virtual-0
Adapter: Virtual device
temp1:        +52.0°C  

acpitz-virtual-0
Adapter: Virtual device
temp1:        +62.0°C  (crit = +128.0°C)

iwlwifi-virtual-0
Adapter: Virtual device
temp1:            N/A  

thinkpad-isa-0000
Adapter: ISA adapter
fan1:           0 RPM

nouveau-pci-0100
Adapter: PCI adapter
temp1:        +58.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)
Comment 18 Kallys 2020-10-02 14:19:17 UTC
Hi!

Now I'm using Linux Mint 20 Ulyana with kernel 5.4.0-48.
Still have plenty of "Package temperature above threshold, cpu clock throttled".
CPU temperature is about 68°C (while still 50°C in Windows).(In reply to Zhang Rui from comment #11)
> (In reply to Kallys from comment #10)
> > Hi.
> > 
> > I have the same issue with almost same laptop (MSI GP73).
> > I'm using Linux Mint 19.3 Tricia with kernel 5.3.0-45-generic, but I have
> > this issue for a while (perhaps since I bought this laptop a year ago).
> > I do have thermald installed and my fans are always running (not at maximum
> > but enough to make my laptop noisy).
> > 
> > When my computer is idling on Windows 10, average CPU temperature is about
> > 50°C.
> > When my computer is idling on Linux, average CPU temperature is about 72°C.
> > 
> please attach the output of "turbostat -o ts-before.out sleep 30".
> please run powertop --auto-tune and attach the output of "turbostat -o
> ts-after.out sleep 30".

Hi!

Now I'm using Linux Mint 20 Ulyana with kernel 5.4.0-48.
Still have plenty of "Package temperature above threshold, cpu clock throttled".
CPU idling temperature is about 70°C (while still 50°C in Windows).
xsensors does not report anything about fans, are they recognized?
Comment 19 Kallys 2020-10-02 14:23:09 UTC
Created attachment 292773 [details]
Turbostat output as asked
Comment 20 Zhang Rui 2021-03-19 07:00:42 UTC
It seems that I've lost track of this issue, and we have not got response from the original bug reporter.
Close this bug for now. Please feel free to reopen it if the original bug reporter can confirm the behavior in the latest upstream kernel.
For others that run into similar problem, please file a new bug report separately.

Note You need to log in before you can comment on or make changes to this bug.