Merge branch 'qrtr-features'
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Jun 2017 15:34:58 +0000 (11:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jun 2017 15:34:58 +0000 (11:34 -0400)
Bjorn Andersson says:

====================
Missing QRTR features

The QMUX specification covers packet routing as well as service life cycle and
discovery. The current implementation of qrtr supports the prior part, but in
order to fully implement service management on-top a few more parts are needed.

The first patch in the series serves the purpose of reducing duplication in
patch two and three.

The second and third patch adds two qrtr-level notifications required by the
specification, in order to notify local and remote service controllers about
dying clients.

The last patch serves the purpose of notifying local clients about the presence
of a local service register, allowing them to register services as well as
querying for remote registered services.
====================

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

Trivial merge