mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 12:26:45 +07:00
1e4e25c495
The subsystem will free the asd memory on notifier cleanup, if the asd is
added to the notifier.
However the memory is freed using kfree.
Thus, we cannot allocate the asd using devm_*
This can lead to crashes and problems.
To test this issue, just return an error at probe, but cleanup the
notifier beforehand.
Fixes:
|
||
---|---|---|
.. | ||
atmel-isc-regs.h | ||
atmel-isc.c | ||
atmel-isi.c | ||
atmel-isi.h | ||
Kconfig | ||
Makefile |