Re: [PATCH v2 1/2] s390/pci: Fix missing pci_dev_put() in zpci_report_status()
Niklas Schnelle <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,dev.linux.lists.sashiko-reviews |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2026-08-19 at 10:08 +0000, [email protected] wrote: > Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider: > > Pre-existing issues: > - [High] Lockless TOCTOU and Use-After-Free when accessing `pdev->dev.driver` and `driver->name`. > -- This is exactly the issue fixed by the second patch. Thanks, Niklas >