mbox series

[V1,0/4] General qrtr fixes

Message ID 1598798292-5971-1-git-send-email-deesin@codeaurora.org
Headers show
Series General qrtr fixes | expand

Message

Deepak Kumar Singh Aug. 30, 2020, 2:38 p.m. UTC
Arun Kumar Neelakantam (1):
  net: qrtr: Check function pointer before calling

Chris Lew (3):
  net: qrtr: Do not send packets before hello negotiation
  net: qrtr: Add socket mode optimization
  net: qrtr: Change port allocation to use cyclic idr

 net/qrtr/qrtr.c | 93 +++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 77 insertions(+), 16 deletions(-)

Comments

David Miller Aug. 31, 2020, 2:18 a.m. UTC | #1
A proper patch series must provide a header "[PATCH 0/N ..." posting which
explains what the patch series does, at a high level, how it does it, and
why it does it that way.

You must also explicitly state the target GIT tree your changes are for
in the subject line, f.e. "[PATCH net-next M/N] ..."

I'm sorry I have to be strict about this but it is very important for
reviewers, and anyone looking at these changes in the future, to have
this summary information.

Thank you.