summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-03-01 14:28:39 -0800
committerDavid S. Miller <davem@davemloft.net>2017-03-01 20:55:57 -0800
commit13baa00ad01bb3a9f893e3a08cbc2d072fc0c15d (patch)
treeebcc0624dcccf6c25949f3e52c26a75f542bb7b8 /virt
parent540e2894f7905538740aaf122bd8e0548e1c34a4 (diff)
downloadlinux-13baa00ad01bb3a9f893e3a08cbc2d072fc0c15d.tar.gz
linux-13baa00ad01bb3a9f893e3a08cbc2d072fc0c15d.tar.xz
net: net_enable_timestamp() can be called from irq contexts
It is now very clear that silly TCP listeners might play with enabling/disabling timestamping while new children are added to their accept queue. Meaning net_enable_timestamp() can be called from BH context while current state of the static key is not enabled. Lets play safe and allow all contexts. The work queue is scheduled only under the problematic cases, which are the static key enable/disable transition, to not slow down critical paths. This extends and improves what we did in commit 5fa8bbda38c6 ("net: use a work queue to defer net_disable_timestamp() work") Fixes: b90e5794c5bd ("net: dont call jump_label_dec from irq context") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions