mirror of https://gitee.com/openkylin/linux.git
cb77183871
The mechanism used to initiate work events from the interrupt handler has a classic read/modify/write race between the interrupt handler that sets the condition, and the worker task that reads and clears the condition. Close these races by using atomic bit fields. Cc: stable@kernel.org Cc: Jie Yang <jie.yang@atheros.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
---|---|---|
.. | ||
Makefile | ||
atl1c.h | ||
atl1c_ethtool.c | ||
atl1c_hw.c | ||
atl1c_hw.h | ||
atl1c_main.c |