Skip to content
Commit b0f6c9ac authored by Wander Lairson Costa's avatar Wander Lairson Costa Committed by David S. Miller
Browse files

netpoll: don't require irqs disabled in rt kernels



write_msg(netconsole.c:836) calls netpoll_send_udp after a call to
spin_lock_irqsave, which normally disables interrupts; but in PREEMPT_RT
this call just locks an rt_mutex without disabling irqs. In this case,
netpoll_send_udp is called with interrupts enabled.

Signed-off-by: default avatarWander Lairson Costa <wander@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a20af95f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment