[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <11920760494096-git-send-email-fubar@us.ibm.com>
Date: Wed, 10 Oct 2007 21:14:03 -0700
From: Jay Vosburgh <fubar@...ibm.com>
To: netdev@...r.kernel.org, jgarzik@...ox.com
Cc: andy@...yhouse.net
Subject: [PATCH 0/6] bonding workqueue and lock rework
Following are patches to update the locking used in the bonding
driver. This involves two basic changes: conversion from timers to
workqueues for the various periodic monitor functions, and conversion of
locking. These patches should resolve the majority of locking and
might sleep related warnings that occur during certain operations.
The workqueue conversion is fairly straightforward, and
substitutes workqueue driven events for the existing timer driven events.
The locking changes are of two types: first, changes to resolve
deadlocks created by the conversion to workqueues, and second, changes to
make the locking more correct, which generally involves holding RTNL and
no other locks during specific operations. Some of the RTNL-related
changes are fairly extensive, and involve either conditional locking or
releasing and reacquiring locks in order to obey lock ordering
constraints.
These changes were developed and extensively tested by Andy
Gospodarek <andy@...yhouse.net> and myself over the last few months.
Patches are relative to netdev-2.6#upstream.
-J
---
-Jay Vosburgh, IBM Linux Technology Center, fubar@...ibm.com
-
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