]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tipc-topology-updates'
authorDavid S. Miller <davem@davemloft.net>
Sat, 6 Feb 2016 08:42:09 +0000 (03:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Feb 2016 08:42:09 +0000 (03:42 -0500)
commitbabe4ea2905552e8705802cc20d38ce126841ad2
tree1956a277b4830fef41fbdbc5ae57db0cbfdf04e6
parentb8b0763e568e47bd78dd5abc7a58ed45e8c1548e
parenta180af0e80a7d46e4456bf2544f1b5a95be2c315
Merge branch 'tipc-topology-updates'

Parthasarathy Bhuvaragan says:

====================
tipc: cleanups, fixes & improvements for topology server

This series contains topology server cleanups, fixes and improvements.

Cleanups in #1-#4:
We remove duplicate data structures and aligin the rest of the code accordingly.

Fixes in #5-#8:
The bugs occur either during configuration or while running on SMP targets,
which are race conditions that pop up under different situations.

Improvements in #9-#10:
Updates to decrease timer usage and improve readability.

v2: Updated commit message in patch 6 based on feedback from
    Sergei Shtylyov sergei.shtylyov@cogentembedded.com
====================

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