[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150513193816.GA11130@localhost.localdomain>
Date: Wed, 13 May 2015 21:38:16 +0200
From: Richard Cochran <richardcochran@...il.com>
To: netdev@...r.kernel.org
Cc: mugunthanvnm@...com
Subject: cpsw_ale clobbers learned addresses?
It appears to me that cpsw_ale.c will possibly clobber addresses
learned by the switch. When adding a new entry, the code reads the
table until it finds an empty entry. Then, it writes the new value to
that same index. However, nothing prevents the switch from using that
same index between the read and the write.
Or am I missing something?
Thanks,
Richard
--
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