)]}'
{
  "commit": "b78709cfd4387c15a9894748bcada8a4ca75c561",
  "tree": "999f5beae5983280fa1c3d98cefb47ee4a95d83b",
  "parents": [
    "2139a7fbf3effd8cad505871e3a3c308780ada32"
  ],
  "author": {
    "name": "Peter Williams",
    "email": "pwil3058@bigpond.net.au",
    "time": "Mon Jun 26 16:58:00 2006 +1000"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@g5.osdl.org",
    "time": "Mon Jun 26 10:02:41 2006 -0700"
  },
  "message": "[PATCH] sched: fix SCHED_FIFO bug in sys_sched_rr_get_interval()\n\nThe introduction of SCHED_BATCH scheduling class with a value of 3 means\nthat the expression (p-\u003epolicy \u0026 SCHED_FIFO) will return true if policy\nis SCHED_BATCH or SCHED_FIFO.\n\nUnfortunately, this expression is used in sys_sched_rr_get_interval()\nand in the absence of a comment to say that this is intentional I\npresume that it is unintentional and erroneous.\n\nThe fix is to change the expression to (p-\u003epolicy \u003d\u003d SCHED_FIFO).\n\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f06d059edef5e551746c4f67a79d28970a9726ff",
      "old_mode": 33188,
      "old_path": "kernel/sched.c",
      "new_id": "cfaf3fabeecdf56ebd731070956743df711a89c6",
      "new_mode": 33188,
      "new_path": "kernel/sched.c"
    }
  ]
}
