commit | 75db601496e97ffa2476dcd00053c0ca95e977a5 | [log] [tgz] |
---|---|---|
author | Tomas Hozza <thozza@redhat.com> | Wed Mar 13 14:14:14 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 15 11:23:16 2013 -0700 |
tree | bccdaff6af770f13cd04ee0fa79692a4549a6ec5 | |
parent | f4685fa6d0427c3948a5120a9658fad7ae81facd [diff] |
tools: hv: daemon should check type of received Netlink msg HyperV KVP daemon should check nlmsg_type in received netlink message header. If message type is NLMSG_DONE daemon can proceed with processing otherwise it should wait for next message. Signed-off-by: Tomas Hozza <thozza@redhat.com> Acked-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>