mbox series

[v2,0/2] net: qrtr: Nameserver fixes

Message ID 20200302070305.612067-1-bjorn.andersson@linaro.org (mailing list archive)
Headers show
Series net: qrtr: Nameserver fixes | expand

Message

Bjorn Andersson March 2, 2020, 7:03 a.m. UTC
The need to respond to the HELLO message from the firmware was lost in the
translation from the user space implementation of the nameserver. Fixing this
also means we can remove the FIXME related to launching the ns.

Bjorn Andersson (2):
  net: qrtr: Respond to HELLO message
  net: qrtr: Fix FIXME related to qrtr_ns_init()

 net/qrtr/ns.c   | 56 +++++++++++++++++++++++++++----------------------
 net/qrtr/qrtr.c | 10 +--------
 net/qrtr/qrtr.h |  2 +-
 3 files changed, 33 insertions(+), 35 deletions(-)

Comments

David Miller March 4, 2020, 1:52 a.m. UTC | #1
From: Bjorn Andersson <bjorn.andersson@linaro.org>
Date: Sun,  1 Mar 2020 23:03:03 -0800

> The need to respond to the HELLO message from the firmware was lost in the
> translation from the user space implementation of the nameserver. Fixing this
> also means we can remove the FIXME related to launching the ns.

Series applied to net-next, thanks.