Re: [PATCH v4 net-next 0/4] rocker: transaction fixes

2015-05-21 Thread David Miller
From: Simon Horman Date: Thu, 21 May 2015 12:40:13 +0900 > this series addresses what appear to be errors in the handling of > prepare and then commit transactions in the rocker driver. Series applied, thanks a lot Simon. -- To unsubscribe from this list: send the line "unsubscribe netdev" in th

[PATCH v4 net-next 0/4] rocker: transaction fixes

2015-05-20 Thread Simon Horman
Hi, this series addresses what appear to be errors in the handling of prepare and then commit transactions in the rocker driver. In all cases the problem is that data structures visible outside of the transaction are modified during the prepare phase. In the case of the first two patches this re