| 2479a1e9 | 01-Mar-2022 |
Wei Huang <[email protected]> |
raw/ifpga: fix monitor thread
Monitor thread handles graceful shutdown according to the value of specific sensors in device, two issues are found below. 1. Thread is not created when card is probed.
raw/ifpga: fix monitor thread
Monitor thread handles graceful shutdown according to the value of specific sensors in device, two issues are found below. 1. Thread is not created when card is probed. 2. Thread is canceled without checking presence of other cards. To fix them, thread is created in pci device probe function, a reference count is checked before canceling the thread.
Fixes: 9c006c45 ("raw/ifpga: scan PCIe BDF device tree") Cc: [email protected]
Signed-off-by: Wei Huang <[email protected]> Acked-by: Tianfei Zhang <[email protected]>
show more ...
|
| ee05a93e | 22-Feb-2022 |
Tomasz Duszynski <[email protected]> |
raw/cnxk_gpio: check pointer before use in self test
Even though nonexistent cnxk_gpio is unlikely at this point it's a good practice to check pointers before using them.
Fixes: 0e6557b448fa ("raw/
raw/cnxk_gpio: check pointer before use in self test
Even though nonexistent cnxk_gpio is unlikely at this point it's a good practice to check pointers before using them.
Fixes: 0e6557b448fa ("raw/cnxk_gpio: add self test") Coverity issue: 376502
Signed-off-by: Tomasz Duszynski <[email protected]> Reviewed-by: Jerin Jacob <[email protected]>
show more ...
|