)]}'
{
  "commit": "37d9cf1a3ce35de3df6f7d209bfb1f50cf188cea",
  "tree": "29e8d6fccf9da0a9c19129f477a0ef0ae244464d",
  "parents": [
    "f6bab199315b70fd83fe3ee0947bc84c7a35f3d4"
  ],
  "author": {
    "name": "Toke Høiland-Jørgensen",
    "email": "toke@redhat.com",
    "time": "Wed Jan 09 17:09:43 2019 +0100"
  },
  "committer": {
    "name": "David S. Miller",
    "email": "davem@davemloft.net",
    "time": "Tue Jan 15 20:12:00 2019 -0800"
  },
  "message": "sched: Fix detection of empty queues in child qdiscs\n\nSeveral qdiscs check on enqueue whether the packet was enqueued to a class\nwith an empty queue, in which case the class is activated. This is done by\nchecking if the qlen is exactly 1 after enqueue. However, if GSO splitting\nis enabled in the child qdisc, a single packet can result in a qlen longer\nthan 1. This means the activation check fails, leading to a stalled queue.\n\nFix this by checking if the queue is empty *before* enqueue, and running\nthe activation logic if this was the case.\n\nReported-by: Pete Heist \u003cpete@heistp.net\u003e\nSigned-off-by: Toke Høiland-Jørgensen \u003ctoke@redhat.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "feaf471786536401d02497827c30541186454cf8",
      "old_mode": 33188,
      "old_path": "net/sched/sch_drr.c",
      "new_id": "09b8009910657ace91e838eccfa520c81d800750",
      "new_mode": 33188,
      "new_path": "net/sched/sch_drr.c"
    },
    {
      "type": "modify",
      "old_id": "6bb8f73a847371893b75f3b70504e5c3280a23fd",
      "old_mode": 33188,
      "old_path": "net/sched/sch_hfsc.c",
      "new_id": "24cc220a3218aee4f6c44ed271050c0b8d137ec9",
      "new_mode": 33188,
      "new_path": "net/sched/sch_hfsc.c"
    },
    {
      "type": "modify",
      "old_id": "8d5e55d5bed23e41f9a11031e2f4b169cce506a6",
      "old_mode": 33188,
      "old_path": "net/sched/sch_qfq.c",
      "new_id": "29f5c4a2468829457ddf734aa1e7711ebfe4bcc8",
      "new_mode": 33188,
      "new_path": "net/sched/sch_qfq.c"
    }
  ]
}
