[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1379595756-3527-1-git-send-email-nikolay@redhat.com>
Date: Thu, 19 Sep 2013 15:02:34 +0200
From: Nikolay Aleksandrov <nikolay@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net
Subject: [PATCH -net v2 0/2] net: netpoll and netconsole fixes
Hi,
This small patchset fixes a possible race condition in netpoll_cleanup
which can lead to a NULL pointer dereference because the check and
manipulation of np->dev are done outside of the rtnl lock (patch 01).
The second patch fixes a deadlock in netconsole and does a trivial comment
style fix.
v2: fix the function style in patch 01
Best regards,
Nikolay Aleksandrov
Nikolay Aleksandrov (2):
netpoll: fix NULL pointer dereference in netpoll_cleanup
netconsole: fix a deadlock with rtnl and netconsole's mutex
drivers/net/netconsole.c | 5 +----
net/core/netpoll.c | 9 ++++-----
2 files changed, 5 insertions(+), 9 deletions(-)
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists