commit | 5a66fecbf6aa528e375cbebccb1061cc58d80c84 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Thu Dec 22 16:54:01 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 10 21:46:41 2017 +0100 |
tree | 00b26c98e05214699007087c1be2de35f3ee5544 | |
parent | ccb61f8a99e6c29df4fb96a65dad4fad740d5be9 [diff] |
Drivers: hv: util: kvp: Fix a rescind processing issue KVP may use a char device to support the communication between the user level daemon and the driver. When the KVP channel is rescinded we need to make sure that the char device is fully cleaned up before we can process a new KVP offer from the host. Implement this logic. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Cc: <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>