Re: BUG: bisected: thermald regression (MEMLEAK) in commit c7ff29763989bd09c433f73fae3c1e1c15d9cda4

From: Mirsad Goran Todorovac
Date: Thu Oct 27 2022 - 13:44:57 EST


On 27. 10. 2022. 00:48, srinivas pandruvada wrote:

On Wed, 2022-10-26 at 19:52 +0200, Mirsad Goran Todorovac wrote:
Dear all,

On 24. 10. 2022. 20:56, Mirsad Goran Todorovac wrote:
On 24. 10. 2022. 20:39, srinivas pandruvada wrote:

Thank you for the patch. Unfortunately, when applied to v6.0.3
it
didn't
fix the issue.
Thanks for the test. I copied to acpi and acpica mailing list.
Someone
can tell us what is this call doing wrong here.
Of course it needs to be debugged. To start/stop systemctl service you
need root access. If you have root access, there are other worse things
can be done.

Indeed.

About fixing the bug, I tried to look at the source, but indeed it is above my means.
I don't have exactly experience in debugging kernel drivers.

However, I've noticed something else.

A command:

for a in {1..100}; do
    echo $a
    systemctl stop thermald
    sleep 1
    systemctl start thermald
    sleep 1
done

... it produces 180 memory leaks, attached in the attachment 1. Apparetnly, most of the processes
created 2 leaks.

This is different from the test of loop of 1000 iterations, but without sleep command, which
created only a handful of memleaks.

Sounds like a racing condition, rather than a deterministic bug.

It happens with the bisect done on Lenovo Ideapad 3 | Intel Core i5 | Ubuntu 22.04. Output of lshw
might be useful, so I have attached it as attachment 2.

This came as I was driving my bike home, but other than this I ran out of ideas how to help you in
debugging.

Thanks.

--
Mirsad Goran Todorovac
Sistem inženjer
Grafički fakultet | Akademija likovnih umjetnosti
Sveučilište u Zagrebu
--
System engineer
Faculty of Graphic Arts | Academy of Fine Arts
University of Zagreb, Republic of Croatia
The European Union
unreferenced object 0xffffa03a8512a820 (size 80):
comm "thermald", pid 840, jiffies 4294894046 (age 884.728s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359230 (size 80):
comm "thermald", pid 840, jiffies 4294962086 (age 612.700s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d1a50 (size 80):
comm "thermald", pid 6073, jiffies 4294968373 (age 587.552s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e8b90 (size 80):
comm "thermald", pid 6073, jiffies 4294968785 (age 586.032s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878ec280 (size 80):
comm "thermald", pid 6144, jiffies 4294969417 (age 583.504s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec140 (size 80):
comm "thermald", pid 6144, jiffies 4294969816 (age 581.908s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d1820 (size 80):
comm "thermald", pid 6156, jiffies 4294970450 (age 579.508s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a830d1fa0 (size 80):
comm "thermald", pid 6156, jiffies 4294970851 (age 577.904s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359640 (size 80):
comm "thermald", pid 6167, jiffies 4294971477 (age 575.400s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec410 (size 80):
comm "thermald", pid 6167, jiffies 4294971882 (age 573.916s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878ec960 (size 80):
comm "thermald", pid 6177, jiffies 4294972501 (age 571.440s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec4b0 (size 80):
comm "thermald", pid 6177, jiffies 4294972916 (age 569.780s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a500 (size 80):
comm "thermald", pid 6192, jiffies 4294973529 (age 567.468s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f4b0 (size 80):
comm "thermald", pid 6192, jiffies 4294973951 (age 565.780s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e86e0 (size 80):
comm "thermald", pid 6203, jiffies 4294974586 (age 563.240s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878eca50 (size 80):
comm "thermald", pid 6203, jiffies 4294974996 (age 561.740s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512ae10 (size 80):
comm "thermald", pid 6215, jiffies 4294975647 (age 559.136s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512aaf0 (size 80):
comm "thermald", pid 6215, jiffies 4294976036 (age 557.580s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a836461e0 (size 80):
comm "thermald", pid 6248, jiffies 4294976673 (age 555.180s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a83646fa0 (size 80):
comm "thermald", pid 6248, jiffies 4294977072 (age 553.584s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a83646140 (size 80):
comm "thermald", pid 6261, jiffies 4294977710 (age 551.032s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512abe0 (size 80):
comm "thermald", pid 6261, jiffies 4294978108 (age 549.588s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d1050 (size 80):
comm "thermald", pid 6283, jiffies 4294978763 (age 546.968s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e84b0 (size 80):
comm "thermald", pid 6283, jiffies 4294979139 (age 545.464s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d15a0 (size 80):
comm "thermald", pid 6296, jiffies 4294979768 (age 543.096s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e8f00 (size 80):
comm "thermald", pid 6296, jiffies 4294980176 (age 541.468s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a8c0 (size 80):
comm "thermald", pid 6308, jiffies 4294980810 (age 538.932s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a000 (size 80):
comm "thermald", pid 6308, jiffies 4294981212 (age 537.464s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359500 (size 80):
comm "thermald", pid 6319, jiffies 4294981845 (age 534.932s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c3597d0 (size 80):
comm "thermald", pid 6319, jiffies 4294982248 (age 533.320s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d1140 (size 80):
comm "thermald", pid 6356, jiffies 4294982872 (age 530.960s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a830d1be0 (size 80):
comm "thermald", pid 6356, jiffies 4294983281 (age 529.324s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e8af0 (size 80):
comm "thermald", pid 6370, jiffies 4294983915 (age 526.788s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a0a0 (size 80):
comm "thermald", pid 6370, jiffies 4294984315 (age 525.324s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5f690 (size 80):
comm "thermald", pid 6380, jiffies 4294984929 (age 522.868s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f190 (size 80):
comm "thermald", pid 6380, jiffies 4294985345 (age 521.204s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e8960 (size 80):
comm "thermald", pid 6391, jiffies 4294985975 (age 518.820s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e80a0 (size 80):
comm "thermald", pid 6391, jiffies 4294986384 (age 517.188s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c3594b0 (size 80):
comm "thermald", pid 6404, jiffies 4294987005 (age 514.704s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ecfa0 (size 80):
comm "thermald", pid 6404, jiffies 4294987416 (age 513.196s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a810838c0 (size 80):
comm "thermald", pid 6414, jiffies 4294988034 (age 510.724s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a81083280 (size 80):
comm "thermald", pid 6414, jiffies 4294988449 (age 509.064s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c3595f0 (size 80):
comm "thermald", pid 6425, jiffies 4294989066 (age 506.736s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359af0 (size 80):
comm "thermald", pid 6425, jiffies 4294989486 (age 505.056s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878ec9b0 (size 80):
comm "thermald", pid 6436, jiffies 4294990125 (age 502.500s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a836462d0 (size 80):
comm "thermald", pid 6436, jiffies 4294990518 (age 501.068s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359870 (size 80):
comm "thermald", pid 6446, jiffies 4294991162 (age 498.492s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a810839b0 (size 80):
comm "thermald", pid 6446, jiffies 4294991551 (age 496.936s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e8140 (size 80):
comm "thermald", pid 6457, jiffies 4294992217 (age 494.404s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f0a0 (size 80):
comm "thermald", pid 6457, jiffies 4294992589 (age 492.916s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512ac80 (size 80):
comm "thermald", pid 6532, jiffies 4294993230 (age 490.352s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a1e0 (size 80):
comm "thermald", pid 6532, jiffies 4294993628 (age 488.912s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a410 (size 80):
comm "thermald", pid 6542, jiffies 4294994249 (age 486.428s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a5a0 (size 80):
comm "thermald", pid 6542, jiffies 4294994666 (age 484.760s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5fe10 (size 80):
comm "thermald", pid 6552, jiffies 4294995309 (age 482.340s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359820 (size 80):
comm "thermald", pid 6552, jiffies 4294995699 (age 480.780s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c3590f0 (size 80):
comm "thermald", pid 6562, jiffies 4294996326 (age 478.272s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5fbe0 (size 80):
comm "thermald", pid 6562, jiffies 4294996736 (age 476.780s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a83646550 (size 80):
comm "thermald", pid 6572, jiffies 4294997369 (age 474.248s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a690 (size 80):
comm "thermald", pid 6572, jiffies 4294997771 (age 472.640s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5ff50 (size 80):
comm "thermald", pid 6609, jiffies 4294998399 (age 470.280s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f960 (size 80):
comm "thermald", pid 6609, jiffies 4294998802 (age 468.668s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359780 (size 80):
comm "thermald", pid 6619, jiffies 4294999439 (age 466.120s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359b90 (size 80):
comm "thermald", pid 6619, jiffies 4294999836 (age 464.688s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e8cd0 (size 80):
comm "thermald", pid 6629, jiffies 4295000467 (age 462.164s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e8550 (size 80):
comm "thermald", pid 6629, jiffies 4295000869 (age 460.556s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359b40 (size 80):
comm "thermald", pid 6640, jiffies 4295001501 (age 458.180s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a81083eb0 (size 80):
comm "thermald", pid 6640, jiffies 4295001900 (age 456.584s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a810830a0 (size 80):
comm "thermald", pid 6692, jiffies 4295002558 (age 453.952s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e8be0 (size 80):
comm "thermald", pid 6692, jiffies 4295002950 (age 452.528s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e80f0 (size 80):
comm "thermald", pid 6713, jiffies 4295003574 (age 450.032s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e8000 (size 80):
comm "thermald", pid 6713, jiffies 4295003982 (age 448.400s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e81e0 (size 80):
comm "thermald", pid 6730, jiffies 4295004614 (age 446.008s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a6e0 (size 80):
comm "thermald", pid 6730, jiffies 4295005012 (age 444.416s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359be0 (size 80):
comm "thermald", pid 6777, jiffies 4295005640 (age 441.908s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c3595a0 (size 80):
comm "thermald", pid 6777, jiffies 4295006045 (age 440.428s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5faf0 (size 80):
comm "thermald", pid 6892, jiffies 4295006657 (age 437.980s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f550 (size 80):
comm "thermald", pid 6892, jiffies 4295007231 (age 435.696s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d1230 (size 80):
comm "thermald", pid 7040, jiffies 4295007868 (age 433.296s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a830d14b0 (size 80):
comm "thermald", pid 7040, jiffies 4295008262 (age 431.720s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5f410 (size 80):
comm "thermald", pid 7111, jiffies 4295008908 (age 429.136s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f7d0 (size 80):
comm "thermald", pid 7111, jiffies 4295009291 (age 427.756s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e89b0 (size 80):
comm "thermald", pid 7172, jiffies 4295009924 (age 425.224s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e8780 (size 80):
comm "thermald", pid 7172, jiffies 4295010320 (age 423.640s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359f00 (size 80):
comm "thermald", pid 7260, jiffies 4295010943 (age 421.296s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e8280 (size 80):
comm "thermald", pid 7260, jiffies 4295011353 (age 419.656s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5fb90 (size 80):
comm "thermald", pid 7365, jiffies 4295011980 (age 417.148s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c3591e0 (size 80):
comm "thermald", pid 7365, jiffies 4295012390 (age 415.652s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a780 (size 80):
comm "thermald", pid 7413, jiffies 4295013018 (age 413.140s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512aa50 (size 80):
comm "thermald", pid 7413, jiffies 4295013418 (age 411.540s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5f870 (size 80):
comm "thermald", pid 7501, jiffies 4295014060 (age 409.120s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a830d1280 (size 80):
comm "thermald", pid 7501, jiffies 4295014448 (age 407.568s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359960 (size 80):
comm "thermald", pid 7585, jiffies 4295015101 (age 404.964s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359910 (size 80):
comm "thermald", pid 7585, jiffies 4295015479 (age 403.600s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c3599b0 (size 80):
comm "thermald", pid 7679, jiffies 4295016110 (age 401.076s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f140 (size 80):
comm "thermald", pid 7679, jiffies 4295016518 (age 399.444s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359eb0 (size 80):
comm "thermald", pid 7738, jiffies 4295017153 (age 397.060s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359a50 (size 80):
comm "thermald", pid 7738, jiffies 4295017551 (age 395.468s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a83646a50 (size 80):
comm "thermald", pid 7823, jiffies 4295018175 (age 392.972s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f5a0 (size 80):
comm "thermald", pid 7823, jiffies 4295018581 (age 391.500s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878ecaf0 (size 80):
comm "thermald", pid 7855, jiffies 4295019225 (age 388.924s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512aa00 (size 80):
comm "thermald", pid 7855, jiffies 4295019613 (age 387.372s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d16e0 (size 80):
comm "thermald", pid 7866, jiffies 4295020245 (age 385.000s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a836464b0 (size 80):
comm "thermald", pid 7866, jiffies 4295020647 (age 383.392s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359050 (size 80):
comm "thermald", pid 7876, jiffies 4295021281 (age 380.856s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c3596e0 (size 80):
comm "thermald", pid 7876, jiffies 4295021683 (age 379.400s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a83646870 (size 80):
comm "thermald", pid 7888, jiffies 4295022298 (age 376.940s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a836463c0 (size 80):
comm "thermald", pid 7888, jiffies 4295022711 (age 375.288s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a81083e60 (size 80):
comm "thermald", pid 7900, jiffies 4295023338 (age 372.944s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359dc0 (size 80):
comm "thermald", pid 7900, jiffies 4295023745 (age 371.316s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a960 (size 80):
comm "thermald", pid 7910, jiffies 4295024381 (age 368.772s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512ad70 (size 80):
comm "thermald", pid 7910, jiffies 4295024783 (age 367.324s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359e10 (size 80):
comm "thermald", pid 7920, jiffies 4295025408 (age 364.824s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e8f50 (size 80):
comm "thermald", pid 7920, jiffies 4295025816 (age 363.192s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d1320 (size 80):
comm "thermald", pid 7931, jiffies 4295026441 (age 360.856s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a830d1a00 (size 80):
comm "thermald", pid 7931, jiffies 4295026850 (age 359.220s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359550 (size 80):
comm "thermald", pid 7941, jiffies 4295027476 (age 356.716s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a910 (size 80):
comm "thermald", pid 7941, jiffies 4295027883 (age 355.252s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a810835a0 (size 80):
comm "thermald", pid 7979, jiffies 4295028517 (age 352.716s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a81083870 (size 80):
comm "thermald", pid 7979, jiffies 4295028913 (age 351.132s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a81083f50 (size 80):
comm "thermald", pid 7989, jiffies 4295029545 (age 348.768s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec050 (size 80):
comm "thermald", pid 7989, jiffies 4295029944 (age 347.172s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5f820 (size 80):
comm "thermald", pid 7999, jiffies 4295030579 (age 344.632s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f910 (size 80):
comm "thermald", pid 7999, jiffies 4295030983 (age 343.180s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d12d0 (size 80):
comm "thermald", pid 8010, jiffies 4295031598 (age 340.720s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a830d13c0 (size 80):
comm "thermald", pid 8010, jiffies 4295032012 (age 339.064s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5f1e0 (size 80):
comm "thermald", pid 8020, jiffies 4295032640 (age 336.716s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a81083000 (size 80):
comm "thermald", pid 8020, jiffies 4295033049 (age 335.080s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5f8c0 (size 80):
comm "thermald", pid 8030, jiffies 4295033683 (age 332.544s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a92d5f0f0 (size 80):
comm "thermald", pid 8030, jiffies 4295034076 (age 331.136s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878ec870 (size 80):
comm "thermald", pid 8040, jiffies 4295034698 (age 328.648s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec640 (size 80):
comm "thermald", pid 8040, jiffies 4295035113 (age 326.988s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a050 (size 80):
comm "thermald", pid 8050, jiffies 4295035734 (age 324.668s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359cd0 (size 80):
comm "thermald", pid 8050, jiffies 4295036145 (age 323.024s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a810835f0 (size 80):
comm "thermald", pid 8060, jiffies 4295036778 (age 320.492s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a81083aa0 (size 80):
comm "thermald", pid 8060, jiffies 4295037183 (age 319.040s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359410 (size 80):
comm "thermald", pid 8070, jiffies 4295037813 (age 316.520s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec6e0 (size 80):
comm "thermald", pid 8070, jiffies 4295038217 (age 314.904s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a550 (size 80):
comm "thermald", pid 8080, jiffies 4295038847 (age 312.552s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a5f0 (size 80):
comm "thermald", pid 8080, jiffies 4295039255 (age 310.920s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d10a0 (size 80):
comm "thermald", pid 8090, jiffies 4295039877 (age 308.432s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a830d15f0 (size 80):
comm "thermald", pid 8090, jiffies 4295040288 (age 306.952s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a81083d70 (size 80):
comm "thermald", pid 8100, jiffies 4295040923 (age 304.412s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a7d0 (size 80):
comm "thermald", pid 8100, jiffies 4295041320 (age 302.824s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a810833c0 (size 80):
comm "thermald", pid 8110, jiffies 4295041931 (age 300.540s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c359190 (size 80):
comm "thermald", pid 8110, jiffies 4295042351 (age 298.860s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878ec5a0 (size 80):
comm "thermald", pid 8120, jiffies 4295042995 (age 296.284s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a83646aa0 (size 80):
comm "thermald", pid 8120, jiffies 4295043386 (age 294.884s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a2d0 (size 80):
comm "thermald", pid 8161, jiffies 4295044013 (age 292.376s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512a730 (size 80):
comm "thermald", pid 8161, jiffies 4295044421 (age 290.744s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a92d5f2d0 (size 80):
comm "thermald", pid 8172, jiffies 4295045034 (age 288.456s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a83646500 (size 80):
comm "thermald", pid 8172, jiffies 4295045455 (age 286.772s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a9c359320 (size 80):
comm "thermald", pid 8182, jiffies 4295046089 (age 284.236s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ecdc0 (size 80):
comm "thermald", pid 8182, jiffies 4295046490 (age 282.792s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878eca00 (size 80):
comm "thermald", pid 8192, jiffies 4295047114 (age 280.296s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec0f0 (size 80):
comm "thermald", pid 8192, jiffies 4295047524 (age 278.656s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e8050 (size 80):
comm "thermald", pid 8202, jiffies 4295048165 (age 276.256s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a9c3592d0 (size 80):
comm "thermald", pid 8202, jiffies 4295048566 (age 274.656s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878ecb40 (size 80):
comm "thermald", pid 8212, jiffies 4295049195 (age 272.140s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec820 (size 80):
comm "thermald", pid 8212, jiffies 4295049604 (age 270.668s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a370 (size 80):
comm "thermald", pid 8254, jiffies 4295050240 (age 268.128s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a899e82d0 (size 80):
comm "thermald", pid 8254, jiffies 4295050644 (age 266.512s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a83646780 (size 80):
comm "thermald", pid 8316, jiffies 4295051281 (age 264.116s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a83646c30 (size 80):
comm "thermald", pid 8316, jiffies 4295051672 (age 262.556s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d1190 (size 80):
comm "thermald", pid 8355, jiffies 4295052307 (age 260.016s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a830d1870 (size 80):
comm "thermald", pid 8355, jiffies 4295052699 (age 258.596s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a83646a00 (size 80):
comm "thermald", pid 8366, jiffies 4295053330 (age 256.072s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a83646eb0 (size 80):
comm "thermald", pid 8366, jiffies 4295053732 (age 254.464s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a8512a9b0 (size 80):
comm "thermald", pid 8377, jiffies 4295054368 (age 252.076s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512ac30 (size 80):
comm "thermald", pid 8377, jiffies 4295054766 (age 250.484s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a83646d70 (size 80):
comm "thermald", pid 8387, jiffies 4295055407 (age 247.920s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a83646c80 (size 80):
comm "thermald", pid 8387, jiffies 4295055800 (age 246.504s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a810832d0 (size 80):
comm "thermald", pid 8397, jiffies 4295056429 (age 243.988s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a81083fa0 (size 80):
comm "thermald", pid 8397, jiffies 4295056829 (age 242.388s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e8d70 (size 80):
comm "thermald", pid 8408, jiffies 4295057455 (age 240.040s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a878ec190 (size 80):
comm "thermald", pid 8408, jiffies 4295057859 (age 238.424s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a878ec2d0 (size 80):
comm "thermald", pid 8428, jiffies 4295058891 (age 234.296s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a899e8870 (size 80):
comm "thermald", pid 8466, jiffies 4295059537 (age 231.868s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a83646280 (size 80):
comm "thermald", pid 8466, jiffies 4295059926 (age 230.312s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
unreferenced object 0xffffa03a830d1f00 (size 80):
comm "thermald", pid 8476, jiffies 4295060553 (age 227.804s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
af 07 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 ................
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000484eb3f8>] current_uuid_store+0xe3/0x120 [int3400_thermal]
[<00000000f97a6066>] dev_attr_store+0x14/0x30
[<00000000ade9d867>] sysfs_kf_write+0x38/0x50
[<0000000066f39fb3>] kernfs_fop_write_iter+0x146/0x1d0
unreferenced object 0xffffa03a8512aaa0 (size 80):
comm "thermald", pid 8476, jiffies 4295060966 (age 226.304s)
hex dump (first 32 bytes):
00 00 00 00 00 00 00 00 0d 01 2d 00 00 00 00 00 ..........-.....
3a 08 01 00 85 b9 ff ff 00 00 00 00 00 00 00 00 :...............
backtrace:
[<00000000c14a73d3>] slab_post_alloc_hook+0x80/0x2e0
[<000000008e6bcc90>] kmem_cache_alloc+0x171/0x300
[<000000009188f49e>] acpi_os_acquire_object+0x2c/0x32
[<00000000b86a6684>] acpi_ps_alloc_op+0x4a/0x99
[<00000000905f4667>] acpi_ps_get_next_arg+0x611/0x761
[<00000000650aac22>] acpi_ps_parse_loop+0x494/0x8d7
[<000000008fca80a2>] acpi_ps_parse_aml+0x1bb/0x561
[<000000008b5c1f7d>] acpi_ps_execute_method+0x20f/0x2d5
[<000000008090c631>] acpi_ns_evaluate+0x34d/0x4f3
[<00000000c2c6f072>] acpi_evaluate_object+0x180/0x3ae
[<0000000024b11673>] acpi_run_osc+0x128/0x250
[<00000000cd59ae5c>] int3400_thermal_run_osc+0x6f/0xc0 [int3400_thermal]
[<00000000893e7f4a>] int3400_thermal_change_mode+0xd3/0x110 [int3400_thermal]
[<000000003ec4e46f>] thermal_zone_device_set_mode+0x46/0xc0
[<00000000b75aa8bb>] thermal_zone_device_disable+0x10/0x20
[<0000000084679138>] mode_store+0x5c/0x80
marvin-ideapad-3-15itl6
description: Notebook
product: 82H8 (LENOVO_MT_82H8_BU_idea_FM_IdeaPad 3 15ITL6)
vendor: LENOVO
version: IdeaPad 3 15ITL6
serial: PF2LSB7Q
width: 64 bits
capabilities: smbios-3.3.0 dmi-3.3.0 smp vsyscall32
configuration: administrator_password=disabled boot=normal chassis=notebook family=IdeaPad 3 15ITL6 frontpanel_password=disabled keyboard_password=disabled power-on_password=disabled sku=LENOVO_MT_82H8_BU_idea_FM_IdeaPad 3 15ITL6 uuid=c5b93840-5701-11eb-80eb-8c8caa9d4d91
*-core
description: Motherboard
product: LNVNB161216
vendor: LENOVO
physical id: 0
version: SDK0J40700 WIN
serial: PF2LSB7Q
slot: Type2 - Board Chassis Location
*-firmware
description: BIOS
vendor: LENOVO
physical id: 0
version: GGCN34WW
date: 03/08/2022
size: 128KiB
capacity: 12MiB
capabilities: pci upgrade shadowing cdboot bootselect edd int13floppynec int13floppytoshiba int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int9keyboard int10video acpi usb biosbootspecification uefi
*-cpu
description: CPU
product: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
vendor: Intel Corp.
physical id: 4
bus info: cpu@0
version: 6.140.1
serial: To Be Filled By O.E.M.
slot: U3E1
size: 875MHz
capacity: 4200MHz
width: 64 bits
clock: 100MHz
capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l2 invpcid_single cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb intel_pt avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid movdiri movdir64b fsrm avx512_vp2intersect md_clear ibt flush_l1d arch_capabilities cpufreq
configuration: cores=4 enabledcores=4 microcode=164 threads=8
*-cache:0
description: L1 cache
physical id: 6
slot: L1 Cache
size: 128KiB
capacity: 128KiB
capabilities: synchronous internal write-back instruction
configuration: level=1
*-cache:1
description: L2 cache
physical id: 7
slot: L2 Cache
size: 5MiB
capacity: 5MiB
capabilities: synchronous internal write-back unified
configuration: level=2
*-cache:2
description: L3 cache
physical id: 8
slot: L3 Cache
size: 8MiB
capacity: 8MiB
capabilities: synchronous internal write-back unified
configuration: level=3
*-cache
description: L1 cache
physical id: 5
slot: L1 Cache
size: 192KiB
capacity: 192KiB
capabilities: synchronous internal write-back data
configuration: level=1
*-memory
description: System Memory
physical id: 24
slot: System board or motherboard
size: 8GiB
*-bank:0
description: SODIMM DDR4 Synchronous 3200 MHz (0.3 ns)
product: HMA851S6DJR6N-XN
vendor: SK Hynix
physical id: 0
serial: 22B6CE2D
slot: Controller0-ChannelA-DIMM0
size: 4GiB
width: 64 bits
clock: 3200MHz (0.3ns)
*-bank:1
description: Row of chips DDR4 Synchronous 3200 MHz (0.3 ns)
product: 4ATF51264HZ-3G2J1
vendor: Micron Technology
physical id: 1
serial: 00000000
slot: Controller1-ChannelA
size: 4GiB
width: 64 bits
clock: 3200MHz (0.3ns)
*-pci:0
description: Host bridge
product: 11th Gen Core Processor Host Bridge/DRAM Registers
vendor: Intel Corporation
physical id: 100
bus info: pci@0000:00:00.0
version: 01
width: 32 bits
clock: 33MHz
*-display
description: VGA compatible controller
product: TigerLake-LP GT2 [Iris Xe Graphics]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=i915 latency=0 mode=1920x1080 resolution=1920,1080 visual=truecolor xres=1920 yres=1080
resources: iomemory:600-5ff iomemory:400-3ff irq:153 memory:6002000000-6002ffffff memory:4000000000-400fffffff ioport:3000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff
*-generic:0
description: Signal processing controller
product: TigerLake-LP Dynamic Tuning Processor Participant
vendor: Intel Corporation
physical id: 4
bus info: pci@0000:00:04.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: msi pm bus_master cap_list
configuration: driver=proc_thermal latency=0
resources: iomemory:600-5ff irq:16 memory:6003200000-600321ffff
*-generic:1
description: Signal processing controller
product: Tigerlake Telemetry Aggregator Driver
vendor: Intel Corporation
physical id: a
bus info: pci@0000:00:0a.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pciexpress pm cap_list
configuration: driver=intel_vsec latency=0
resources: iomemory:600-5ff irq:0 memory:6003230000-6003237fff
*-usb:0
description: USB controller
product: Tiger Lake-LP Thunderbolt 4 USB Controller
vendor: Intel Corporation
physical id: d
bus info: pci@0000:00:0d.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
resources: iomemory:600-5ff irq:141 memory:6003220000-600322ffff
*-usbhost:0
product: xHCI Host Controller
vendor: Linux 6.1.0-rc2+ xhci-hcd
physical id: 0
bus info: usb@1
logical name: usb1
version: 6.01
capabilities: usb-2.00
configuration: driver=hub slots=1 speed=480Mbit/s
*-usbhost:1
product: xHCI Host Controller
vendor: Linux 6.1.0-rc2+ xhci-hcd
physical id: 1
bus info: usb@2
logical name: usb2
version: 6.01
capabilities: usb-3.10
configuration: driver=hub slots=4 speed=10000Mbit/s
*-raid
description: RAID bus controller
product: Volume Management Device NVMe RAID Controller
vendor: Intel Corporation
physical id: e
bus info: pci@0000:00:0e.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: raid msix pciexpress pm bus_master cap_list
configuration: driver=vmd latency=0
resources: iomemory:600-5ff iomemory:600-5ff irq:0 memory:6000000000-6001ffffff memory:50000000-51ffffff memory:6003100000-60031fffff
*-usb:1
description: USB controller
product: Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller
vendor: Intel Corporation
physical id: 14
bus info: pci@0000:00:14.0
version: 20
width: 64 bits
clock: 33MHz
capabilities: pm msi xhci bus_master cap_list
configuration: driver=xhci_hcd latency=0
resources: irq:142 memory:52000000-5200ffff
*-usbhost:0
product: xHCI Host Controller
vendor: Linux 6.1.0-rc2+ xhci-hcd
physical id: 0
bus info: usb@3
logical name: usb3
version: 6.01
capabilities: usb-2.00
configuration: driver=hub slots=12 speed=480Mbit/s
*-usb:0
description: Keyboard
product: USB Receiver
vendor: Logitech
physical id: 1
bus info: usb@3:1
version: 29.01
capabilities: usb-2.00
configuration: driver=usbhid maxpower=98mA speed=12Mbit/s
*-input:0
product: Logitech Wireless Keyboard PID:4023
physical id: 0
logical name: input19
logical name: /dev/input/event4
logical name: input19::capslock
logical name: input19::compose
logical name: input19::kana
logical name: input19::numlock
logical name: input19::scrolllock
capabilities: usb
*-input:1
product: Logitech Wireless Mouse
physical id: 1
logical name: input20
logical name: /dev/input/event5
logical name: /dev/input/mouse0
capabilities: usb
*-usb:1
description: Video
product: Integrated Camera: Integrated C
vendor: SunplusIT Inc
physical id: 5
bus info: usb@3:5
logical name: input28
logical name: /dev/input/event9
version: 56.15
capabilities: usb-2.01 usb
configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
*-usb:2
description: Bluetooth wireless interface
product: Bluetooth 9460/9560 Jefferson Peak (JfP)
vendor: Intel Corp.
physical id: a
bus info: usb@3:a
version: 0.02
capabilities: bluetooth usb-2.00
configuration: driver=btusb maxpower=100mA speed=12Mbit/s
*-usbhost:1
product: xHCI Host Controller
vendor: Linux 6.1.0-rc2+ xhci-hcd
physical id: 1
bus info: usb@4
logical name: usb4
version: 6.01
capabilities: usb-3.10
configuration: driver=hub slots=4 speed=10000Mbit/s
*-memory UNCLAIMED
description: RAM memory
product: Tiger Lake-LP Shared SRAM
vendor: Intel Corporation
physical id: 14.2
bus info: pci@0000:00:14.2
version: 20
width: 64 bits
clock: 33MHz (30.3ns)
capabilities: pm bus_master cap_list
configuration: latency=0
resources: iomemory:600-5ff iomemory:600-5ff memory:6003240000-6003243fff memory:600324a000-600324afff
*-network
description: Wireless interface
product: Wi-Fi 6 AX201
vendor: Intel Corporation
physical id: 14.3
bus info: pci@0000:00:14.3
logical name: wlp0s20f3
version: 20
serial: 68:3e:26:8a:f1:ec
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=6.1.0-rc2+ firmware=71.058653f6.0 QuZ-a0-jf-b0-71.u ip=192.168.0.12 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: iomemory:600-5ff irq:16 memory:600323c000-600323ffff
*-serial:0
description: Serial bus controller
product: Tiger Lake-LP Serial IO I2C Controller #0
vendor: Intel Corporation
physical id: 15
bus info: pci@0000:00:15.0
version: 20
width: 64 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: driver=intel-lpss latency=0
resources: irq:27 memory:4017000000-4017000fff
*-serial:1
description: Serial bus controller
product: Tiger Lake-LP Serial IO I2C Controller #1
vendor: Intel Corporation
physical id: 15.1
bus info: pci@0000:00:15.1
version: 20
width: 64 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: driver=intel-lpss latency=0
resources: irq:40 memory:4017001000-4017001fff
*-communication:0
description: Communication controller
product: Tiger Lake-LP Management Engine Interface
vendor: Intel Corporation
physical id: 16
bus info: pci@0000:00:16.0
version: 20
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=mei_me latency=0
resources: iomemory:600-5ff irq:154 memory:6003247000-6003247fff
*-sata
description: SATA controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 17
bus info: pci@0000:00:17.0
version: 20
width: 32 bits
clock: 66MHz
capabilities: sata msi pm ahci_1.0 bus_master cap_list
configuration: driver=ahci latency=0
resources: irq:155 memory:52010000-52011fff memory:52014000-520140ff ioport:3080(size=8) ioport:3088(size=4) ioport:3060(size=32) memory:52013000-520137ff
*-communication:1
description: Communication controller
product: Tiger Lake-LP Serial IO UART Controller #0
vendor: Intel Corporation
physical id: 1e
bus info: pci@0000:00:1e.0
version: 20
width: 64 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: driver=intel-lpss latency=0
resources: irq:16 memory:4017002000-4017002fff
*-serial:2
description: Serial bus controller
product: Tiger Lake-LP Serial IO SPI Controller #1
vendor: Intel Corporation
physical id: 1e.3
bus info: pci@0000:00:1e.3
version: 20
width: 64 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: driver=intel-lpss latency=0
resources: irq:37 memory:4017003000-4017003fff
*-isa
description: ISA bridge
product: Tiger Lake-LP LPC Controller
vendor: Intel Corporation
physical id: 1f
bus info: pci@0000:00:1f.0
version: 20
width: 32 bits
clock: 33MHz
capabilities: isa bus_master
configuration: latency=0
*-pnp00:00
product: PnP device PNP0c02
physical id: 0
capabilities: pnp
configuration: driver=system
*-pnp00:01
product: PnP device INT3f0d
physical id: 1
capabilities: pnp
configuration: driver=system
*-pnp00:02
product: PnP device PNP0303
physical id: 2
capabilities: pnp
configuration: driver=i8042 kbd
*-pnp00:03
product: PnP device PNP0c02
physical id: 3
capabilities: pnp
configuration: driver=system
*-pnp00:04
product: PnP device PNP0c02
physical id: 4
capabilities: pnp
configuration: driver=system
*-pnp00:05
product: PnP device PNP0c02
physical id: 5
capabilities: pnp
configuration: driver=system
*-pnp00:06
product: PnP device PNP0c02
physical id: 6
capabilities: pnp
configuration: driver=system
*-input
product: Ideapad extra buttons
physical id: 7
logical name: input21
logical name: /dev/input/event6
capabilities: platform
*-multimedia
description: Multimedia audio controller
product: Tiger Lake-LP Smart Sound Technology Audio Controller
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
logical name: card0
logical name: /dev/snd/controlC0
logical name: /dev/snd/hwC0D0
logical name: /dev/snd/hwC0D2
logical name: /dev/snd/pcmC0D0c
logical name: /dev/snd/pcmC0D0p
logical name: /dev/snd/pcmC0D1c
logical name: /dev/snd/pcmC0D1p
logical name: /dev/snd/pcmC0D3p
logical name: /dev/snd/pcmC0D4p
logical name: /dev/snd/pcmC0D5p
logical name: /dev/snd/pcmC0D6c
logical name: /dev/snd/pcmC0D7c
version: 20
width: 64 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: driver=sof-audio-pci-intel-tgl latency=32
resources: iomemory:600-5ff iomemory:600-5ff irq:167 memory:6003238000-600323bfff memory:6003000000-60030fffff
*-serial:3
description: SMBus
product: Tiger Lake-LP SMBus Controller
vendor: Intel Corporation
physical id: 1f.4
bus info: pci@0000:00:1f.4
version: 20
width: 64 bits
clock: 33MHz
configuration: driver=i801_smbus latency=0
resources: iomemory:600-5ff irq:16 memory:6003244000-60032440ff ioport:efa0(size=32)
*-serial:4
description: Serial bus controller
product: Tiger Lake-LP SPI Controller
vendor: Intel Corporation
physical id: 1f.5
bus info: pci@0000:00:1f.5
version: 20
width: 32 bits
clock: 33MHz
capabilities: bus_master
configuration: driver=intel-spi latency=0
resources: irq:0 memory:4f400000-4f400fff
*-generic UNCLAIMED
description: System peripheral
product: Intel Corporation
vendor: Intel Corporation
physical id: 1c
version: 00
width: 32 bits
clock: 33MHz
configuration: latency=0
*-pci:1
description: PCI bridge
product: Intel Corporation
vendor: Intel Corporation
physical id: 1c.4
version: 20
width: 32 bits
clock: 33MHz
capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:143 memory:50000000-500fffff
*-nvme
description: Non-Volatile memory controller
product: Sandisk Corp
vendor: Sandisk Corp
physical id: 0
version: 01
width: 64 bits
clock: 33MHz
capabilities: nvme pm msi msix pciexpress nvm_express bus_master cap_list
configuration: driver=nvme latency=0
resources: irq:0 memory:50000000-50003fff memory:50004000-500040ff
*-battery
description: Zinc Air Battery
product: CRB Battery 0
vendor: -Virtual Battery 0-
physical id: 1
version: 08/08/2010
serial: Battery 0
slot: Fake
*-power UNCLAIMED
description: OEM Define 1
product: OEM Define 5
vendor: OEM Define 2
physical id: 2
version: OEM Define 6
serial: OEM Define 3
capacity: 75mWh
*-nvme0
description: NVMe device
product: WDC PC SN530 SDBPMPZ-512G-1101
physical id: 3
logical name: /dev/nvme0
version: 21160001
serial: 204831800079
configuration: nqn=nqn.2018-01.com.wdc:guid:E8238FA6BF53-0001-001B448B49FAD685 state=live
*-namespace:0
description: NVMe disk
physical id: 0
logical name: hwmon2
*-namespace:1
description: NVMe disk
physical id: 2
logical name: /dev/ng0n1
*-namespace:2
description: NVMe disk
physical id: 1
bus info: nvme@0:1
logical name: /dev/nvme0n1
size: 476GiB (512GB)
capabilities: gpt-1.00 partitioned partitioned:gpt
configuration: guid=0032358e-193d-4383-9e91-35b472391863 logicalsectorsize=512 sectorsize=512 wwid=eui.001b448b49fad685
*-volume:0
description: Windows FAT volume
vendor: MSDOS5.0
physical id: 1
bus info: nvme@0:1,1
logical name: /dev/nvme0n1p1
logical name: /boot/efi
version: FAT32
serial: 02ae-c743
size: 255MiB
capacity: 259MiB
capabilities: boot fat initialized
configuration: FATs=2 filesystem=fat label=SYSTEM_DRV mount.fstype=vfat mount.options=rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro name=EFI system partition state=mounted
*-volume:1
description: reserved partition
vendor: Windows
physical id: 2
bus info: nvme@0:1,2
logical name: /dev/nvme0n1p2
serial: a332bfd2-4c77-4872-b3ae-4f180fdf7509
capacity: 15MiB
capabilities: nofs
configuration: name=Microsoft reserved partition
*-volume:2
description: Windows NTFS volume
vendor: Windows
physical id: 3
bus info: nvme@0:1,3
logical name: /dev/nvme0n1p3
version: 3.1
serial: 74cfeeda-cadd-dc42-a86e-e90f7ac4d108
size: 186GiB
capacity: 186GiB
capabilities: ntfs initialized
configuration: clustersize=4096 created=2021-02-11 14:34:55 filesystem=ntfs label=Windows-SSD name=Basic data partition state=clean
*-volume:3
description: Windows NTFS volume
vendor: Windows
physical id: 4
bus info: nvme@0:1,4
logical name: /dev/nvme0n1p4
version: 3.1
serial: 68f4486b-545c-174d-903e-e47c13687afc
size: 124GiB
capacity: 124GiB
capabilities: ntfs initialized
configuration: clustersize=4096 created=2022-04-09 01:00:04 filesystem=ntfs label=New Volume name=Basic data partition state=clean
*-volume:4
description: Windows NTFS volume
vendor: Windows
physical id: 5
bus info: nvme@0:1,5
logical name: /dev/nvme0n1p5
version: 3.1
serial: 08346c82-0a51-6c48-ae35-11b717cd0f8e
size: 973MiB
capacity: 999MiB
capabilities: boot precious ntfs initialized
configuration: clustersize=4096 created=2021-02-11 14:34:56 filesystem=ntfs label=WINRE_DRV name=Basic data partition state=clean
*-volume:5
description: EXT4 volume
vendor: Linux
physical id: 6
bus info: nvme@0:1,6
logical name: /dev/nvme0n1p6
logical name: /
logical name: /var/snap/firefox/common/host-hunspell
version: 1.0
serial: 05ae355e-1b5f-4294-b785-97ca5b04cb48
size: 164GiB
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
configuration: created=2022-04-12 20:46:33 filesystem=ext4 lastmountpoint=/ modified=2022-10-27 21:17:10 mount.fstype=ext4 mount.options=ro,noexec,noatime,errors=remount-ro mounted=2022-10-27 21:17:10 state=mounted
*-input:0
product: Lid Switch
physical id: 4
logical name: input0
logical name: /dev/input/event0
capabilities: platform
*-input:1
product: Power Button
physical id: 5
logical name: input1
logical name: /dev/input/event1
capabilities: platform
*-input:2
product: AT Translated Set 2 keyboard
physical id: 6
logical name: input2
logical name: /dev/input/event2
logical name: input2::capslock
logical name: input2::numlock
logical name: input2::scrolllock
capabilities: i8042
*-input:3
product: MSFT0001:01 06CB:CE2D Mouse
physical id: 7
logical name: input25
logical name: /dev/input/event7
logical name: /dev/input/mouse1
capabilities: i2c
*-input:4
product: MSFT0001:01 06CB:CE2D Touchpad
physical id: 8
logical name: input26
logical name: /dev/input/event8
logical name: /dev/input/mouse2
capabilities: i2c
*-input:5
product: sof-hda-dsp Mic
physical id: 9
logical name: input29
logical name: /dev/input/event10
*-input:6
product: sof-hda-dsp Headphone
physical id: a
logical name: input30
logical name: /dev/input/event11
*-input:7
product: sof-hda-dsp HDMI/DP,pcm=3
physical id: b
logical name: input31
logical name: /dev/input/event12
*-input:8
product: sof-hda-dsp HDMI/DP,pcm=4
physical id: c
logical name: input32
logical name: /dev/input/event13
*-input:9
product: sof-hda-dsp HDMI/DP,pcm=5
physical id: d
logical name: input33
logical name: /dev/input/event14
*-input:10
product: Video Bus
physical id: e
logical name: input9
logical name: /dev/input/event3
capabilities: platform