)]}'
{
  "commit": "fc13fa00eaff6797c67abc9b0f748b346f238986",
  "tree": "e686f0531f80000d4e9c64df9583e2246f95b16e",
  "parents": [
    "f9e8cacc5557e4372401da74141f833fcacda038"
  ],
  "author": {
    "name": "Stefan Hajnoczi",
    "email": "stefanha@redhat.com",
    "time": "Wed Mar 27 10:10:44 2013 +0100"
  },
  "committer": {
    "name": "Luiz Capitulino",
    "email": "lcapitulino@redhat.com",
    "time": "Tue Apr 02 11:47:37 2013 -0400"
  },
  "message": "net: ensure \"socket\" backend uses non-blocking fds\n\nThere are several code paths in net_init_socket() depending on how the\nsocket is created: file descriptor passing, UDP multicast, TCP, or UDP.\nSome of these support both listen and connect.\n\nNot all code paths set the socket to non-blocking.  This patch addresses\nthe file descriptor passing and UDP cases which were missing\nsocket_set_nonblock(fd) calls.\n\nI considered moving socket_set_nonblock(fd) to a central location but it\nturns out the code paths are different enough to require non-blocking at\ndifferent places.\n\nSigned-off-by: Stefan Hajnoczi \u003cstefanha@redhat.com\u003e\nReviewed-by: Eric Blake \u003ceblake@redhat.com\u003e\nSigned-off-by: Luiz Capitulino \u003clcapitulino@redhat.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b5c8e659ec24d7420e7806c16a99d67be57481bc",
      "old_mode": 33188,
      "old_path": "net/socket.c",
      "new_id": "87af1d3d3962af07d5bce870974aa1194f168ff2",
      "new_mode": 33188,
      "new_path": "net/socket.c"
    }
  ]
}
