mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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 | ||