https://bugzilla.kernel.org/show_bug.cgi?id=218586

Stephen Horvath (s.horv...@outlook.com.au) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Bisected commit-id|                            |9c8647224e9fabb765019193aa4
                   |                            |3c054a638f808

--- Comment #2 from Stephen Horvath (s.horv...@outlook.com.au) ---
Hi, sorry I had a busy week.

Here's the output after bisecting:
```
Bisecting: 0 revisions left to test after this (roughly 0 steps)
[9c8647224e9fabb765019193aa43c054a638f808] ACPI: thermal: Use library functions
to obtain trip point temperature values
```

And after some debugging, it seems my device seems to report trip temps of
483.2K (210°C), but the kernel only checks the range 218K (-55°C) to 448K
(175°C), which makes it think it's invalid.

I'll attach a diff to raise the max to 488K (215°C); although I was wondering
if that's enough or if maybe a value like 3276K (3003°C) would be better, since
it's just below the signed 16bit limit which seems like it could be used as an
invalid value on some devices.

Thanks,
Steve

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to