]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mvneta-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2016 11:02:25 +0000 (06:02 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2016 11:02:25 +0000 (06:02 -0500)
commita7eee4a10f209b888f0d81f7cbf588dc42ce42c4
tree65698e251a6ed799f6414a32f1f172b5fabab0b2
parentb71837fce2e3fadf7102dd2b21ee2aa260831518
parent42c6e68ae5403a79681ed56b2c1ea9e7d422bdb4
Merge branch 'mvneta-fixes'

Gregory CLEMENT says:

====================
mvneta fixes for SMP

Following this bug report:
http://thread.gmane.org/gmane.linux.ports.arm.kernel/468173 and the
suggestions from Russell King, I reviewed all the code involving
multi-CPU. It ended with this series of patches which should improve
the stability of the driver.

During my test I found another bug which is fixed by new patch (the
second one of this new version of the series)

The two first patches fix real bugs, the others fix potential issues
in the driver.

Changelog:

v1 -> v2
Fix spinlock comment. Pointed by David Miller

v2 -> v3
 - Fix typos and mistake in the comments. Pointed by Sergei Shtylyov
 - Add a new patch fixing the CPU choice in mvneta_percpu_elect
 - Use lock in last patch to prevent remaining race condition. Pointed
   by Jisheng
====================

Signed-off-by: David S. Miller <davem@davemloft.net>