Re: [hwmon PATCH v2 0/8] hwmon: (adt7470): Multiple fixes
Luiz Angelo Daros de Luca <[email protected]> Mon, 27 Jul 2026 22:08:06 -0300
| Newsgroups | org.kernel.vger.linux-hwmon,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJq09z7ZPe668c0wh+0Y4yGPdrCccZNuqJ8Gf8WATK16SGen_g@mail.gmail.com> |
> 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 <[email protected]> > > 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