Before, ec->data_buffer could be written to from multiple
contexts at the same time. Since the ec is shared data,
it needs to be inside the mutex as well.
Fixes:
|
||
---|---|---|
.. | ||
core.c | ||
debugfs.c | ||
Kconfig | ||
mailbox.c | ||
Makefile |
Before, ec->data_buffer could be written to from multiple
contexts at the same time. Since the ec is shared data,
it needs to be inside the mutex as well.
Fixes:
|
||
---|---|---|
.. | ||
core.c | ||
debugfs.c | ||
Kconfig | ||
mailbox.c | ||
Makefile |