[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432016657-24231-1-git-send-email-simon.horman@netronome.com>
Date: Tue, 19 May 2015 15:24:13 +0900
From: Simon Horman <simon.horman@...ronome.com>
To: Jiri Pirko <jiri@...nulli.us>, Scott Feldman <sfeldma@...il.com>,
David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Simon Horman <simon.horman@...ronome.com>
Subject: [PATCH net-next 0/4] rocker: transaction fixes
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 results in the kernel reporting a
BUG. I have noted test-cases in the change logs.
The remaining two patches do not fix bugs that manifest as far as
I can tell. Rather, they are correctness fixes.
Simon Horman (4):
rocker: do not delete fdb entries in rocker_port_fdb_flush() when
preparing transactions
rocker: do not modify fdb table in rocker_port_fdb() when preparing
transactions
rocker: do not make neighbour entry changes when preparing
transactions
rocker: make rocker_port_internal_vlan_id_{get,put}()
non-transactional
drivers/net/ethernet/rocker/rocker.c | 46 ++++++++++++++++++++----------------
1 file changed, 25 insertions(+), 21 deletions(-)
--
2.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