Re: [hwmon PATCH v2 0/8] hwmon: (adt7470): Multiple fixes
From: Luiz Angelo Daros de Luca
Date: Mon Jul 27 2026 - 21:10:11 EST
> On 7/27/26 17:22, Luiz Angelo Daros de Luca wrote:
> > This series fixes several issues in the adt7470 driver:
> >
> > - Restore PWM configuration after I2C failures.
> > - Avoid cache corruption after failed writes.
> > - Prevent busy looping when auto_update_interval is zero.
> > - Fix incorrect temperature alarm reporting.
> > - Cache the PWM frequency and fix error propagation.
> > - Correct unused PWM auto-mode mask definitions.
> > - Fix TOCTOU issue when reading fan data.
> > - Fix PWM auto temp state array corruption and missing bounds check in
> > sysfs read.
> >
> > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@xxxxxxxxx>
>
> Thanks a lot for all the fixes. I applied the series.
> Please feel free to fix more bugs in the driver if you feel like it ...
Thanks Guenter,
> Note that Google decided (again) that my e-mails are spam, so you might not
> receive this e-mail (and the others stating that I applied the patches) directly.
I'm safe. I created a filter to mark all messages to me that mention
@vger.kernel.org as non-spam.
> Guenter