)]}'
{
  "commit": "f112be65fd3964ec2d56ddd0d5e6061b0fd502da",
  "tree": "37d2f1166601e98d8c51f3ef1f9df3fc99f3ec6c",
  "parents": [
    "7086605a6ab57a5a37eb613cfe214fc62d2bb87b"
  ],
  "author": {
    "name": "Arnd Bergmann",
    "email": "arnd@arndb.de",
    "time": "Wed Oct 12 16:54:01 2016 +0200"
  },
  "committer": {
    "name": "David S. Miller",
    "email": "davem@davemloft.net",
    "time": "Thu Oct 13 11:02:25 2016 -0400"
  },
  "message": "xen-netback: fix type mismatch warning\n\nWiht the latest rework of the xen-netback driver, we get a warning\non ARM about the types passed into min():\n\ndrivers/net/xen-netback/rx.c: In function \u0027xenvif_rx_next_chunk\u0027:\ninclude/linux/kernel.h:739:16: error: comparison of distinct pointer types lacks a cast [-Werror]\n\nThe reason is that XEN_PAGE_SIZE is not size_t here. There\nis no actual bug, and we can easily avoid the warning using the\nmin_t() macro instead of min().\n\nFixes: eb1723a29b9a (\"xen-netback: refactor guest rx\")\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nAcked-by: Paul Durrant \u003cpaul.durrant@citrix.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "d69f2a92063c3342040a087b4828cbdff66c93c4",
      "old_mode": 33188,
      "old_path": "drivers/net/xen-netback/rx.c",
      "new_id": "b1cf7c6f407a9ecf45bfaac50695fd6c691c158d",
      "new_mode": 33188,
      "new_path": "drivers/net/xen-netback/rx.c"
    }
  ]
}
