Re: kernel diagnostic assertion "st->timeout == PFTM_UNLINKED" failed: file "

2023-12-07 Thread Vitaliy Makkoveev
On Thu, Nov 30, 2023 at 04:51:06PM +0300, Vitaliy Makkoveev wrote: > On Thu, Nov 30, 2023 at 08:44:19AM +0100, Alexandr Nedvedicky wrote: > > Hello Johan, > > > > On Wed, Nov 29, 2023 at 11:24:59PM -0500, Johan Huldtgren wrote: > > > > > > so my machine paniced today, but the panic this time is c

ugold(4) TEMPerHUM_V3.9 tiny fix 2023q4

2023-12-07 Thread mikolaj
Hi. Below patch made my TEMPerHUM_V3.9 work. It is product like this one at https://www.amazon.co.uk/dp/B0B7SJL3C7/ Before: ugold0 at uhidev1 ugold0: unknown model "TEMPerHUM_V3.9 " # sysctl hw.sensors.ugold0 | wc -l 0 After: ugold0 at uhidev1

Re: kernel diagnostic assertion "st->timeout == PFTM_UNLINKED" failed: file "

2023-12-07 Thread Johan Huldtgren
hello, On 2023-12-07 18:14, Vitaliy Makkoveev wrote: > On Thu, Nov 30, 2023 at 04:51:06PM +0300, Vitaliy Makkoveev wrote: > > On Thu, Nov 30, 2023 at 08:44:19AM +0100, Alexandr Nedvedicky wrote: > > > Hello Johan, > > > > > > On Wed, Nov 29, 2023 at 11:24:59PM -0500, Johan Huldtgren wrote: > > >

Re: ugold(4) TEMPerHUM_V3.9 tiny fix 2023q4

2023-12-07 Thread Miod Vallat
> Below patch made my TEMPerHUM_V3.9 work. Applied, thanks! Miod