[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426139673-26995-1-git-send-email-maheshb@google.com>
Date: Wed, 11 Mar 2015 22:54:33 -0700
From: Mahesh Bandewar <maheshb@...gle.com>
To: Jay Vosburgh <j.vosburgh@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
Veaceslav Falico <vfalico@...il.com>,
Nikolay Aleksandrov <nikolay@...hat.com>,
David Miller <davem@...emloft.net>
Cc: Mahesh Bandewar <maheshb@...gle.com>,
Maciej Zenczykowski <maze@...gle.com>,
netdev <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/4] bonding work-queues, try_rtnl() & notifications
This patch series tries to address the issue discovered in various work-
queues and the way these handlers deal with the RTNL. Especially for
notification handling. If RTNL can not be acquired, these handlers ignore
sending notifications and just re-arm the timer. This could be very
problematic if the re-arm timer has larger value (e.g. in minutes).
Mahesh Bandewar (4):
bonding: Handle notifications during work-queue processing gracefully
bonding: Do not ignore notifications for miimon-work-queue
bonding: Do not ignore notifications for AD-work-queue
bonding: Do not ignore notifications for ARP-work-queue
drivers/net/bonding/bond_3ad.c | 22 ++++++++++++---
drivers/net/bonding/bond_main.c | 62 ++++++++++++++++++++++++-----------------
include/net/bonding.h | 22 +++++++++++++++
3 files changed, 77 insertions(+), 29 deletions(-)
--
2.2.0.rc0.207.ga3a616c
--
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