1. 25 5月, 2015 1 次提交
  2. 27 11月, 2014 1 次提交
    • V
      Drivers: hv: kvp,vss: Fast propagation of userspace communication failure · 8d9560eb
      Vitaly Kuznetsov 提交于
      If we fail to send a message to userspace daemon with cn_netlink_send()
      there is no need to wait for userspace to reply as it is not going to
      happen. This happens when kvp or vss daemon is stopped after a successful
      handshake. Report HV_E_FAIL immediately and cancel the timeout job so
      host won't receive two failures.
      Use pr_warn() for VSS and pr_debug() for KVP deliberately as VSS request
      are rare and result in a failed backup. KVP requests are much more frequent
      after a successful handshake so avoid flooding logs. It would be nice to
      have an ability to de-negotiate with the host in case userspace daemon gets
      disconnected so we won't receive new requests. But I'm not sure it is
      possible.
      Signed-off-by: NVitaly Kuznetsov <vkuznets@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      8d9560eb
  3. 10 7月, 2014 1 次提交
  4. 08 2月, 2014 1 次提交
  5. 27 9月, 2013 1 次提交
  6. 02 8月, 2013 1 次提交
  7. 27 7月, 2013 1 次提交
  8. 06 9月, 2012 1 次提交
  9. 17 8月, 2012 2 次提交
  10. 14 5月, 2012 1 次提交
  11. 17 3月, 2012 2 次提交
  12. 14 3月, 2012 1 次提交
  13. 10 2月, 2012 1 次提交
  14. 03 2月, 2012 1 次提交
  15. 19 11月, 2011 1 次提交
    • A
      NLS: improve UTF8 -> UTF16 string conversion routine · 0720a06a
      Alan Stern 提交于
      The utf8s_to_utf16s conversion routine needs to be improved.  Unlike
      its utf16s_to_utf8s sibling, it doesn't accept arguments specifying
      the maximum length of the output buffer or the endianness of its
      16-bit output.
      
      This patch (as1501) adds the two missing arguments, and adjusts the
      only two places in the kernel where the function is called.  A
      follow-on patch will add a third caller that does utilize the new
      capabilities.
      
      The two conversion routines are still annoyingly inconsistent in the
      way they handle invalid byte combinations.  But that's a subject for a
      different patch.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      CC: Clemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0720a06a
  16. 11 10月, 2011 4 次提交
  17. 21 9月, 2011 2 次提交
  18. 18 5月, 2011 11 次提交
  19. 05 4月, 2011 2 次提交
  20. 19 2月, 2011 1 次提交
  21. 01 2月, 2011 1 次提交
  22. 21 1月, 2011 1 次提交