)]}'
{
  "commit": "bb3bac2ca9a3a5b7fa601781adf70167a0449d75",
  "tree": "9484f2817c8556b07e27bcac45eb53549fed8a2f",
  "parents": [
    "1051408f7ecdcd1baf86f5dd5fdc44740be3b23d"
  ],
  "author": {
    "name": "Steven Rostedt (VMware)",
    "email": "rostedt@goodmis.org",
    "time": "Mon Feb 06 11:04:26 2017 -0500"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@kernel.org",
    "time": "Fri Feb 10 09:05:42 2017 +0100"
  },
  "message": "sched/core: Remove unlikely() annotation from sched_move_task()\n\nThe check for \u0027running\u0027 in sched_move_task() has an unlikely() around it. That\nis, it is unlikely that the task being moved is running. That use to be\ntrue. But with a couple of recent updates, it is now likely that the task\nwill be running.\n\nThe first change came from ea86cb4b7621 (\"sched/cgroup: Fix\ncpu_cgroup_fork() handling\") that moved around the use case of\nsched_move_task() in do_fork() where the call is now done after the task is\nwoken (hence it is running).\n\nThe second change came from 8e5bfa8c1f84 (\"sched/autogroup: Do not use\nautogroup-\u003etg in zombie threads\") where sched_move_task() is called by the\nexit path, by the task that is exiting. Hence it too is running.\n\nSigned-off-by: Steven Rostedt (VMware) \u003crostedt@goodmis.org\u003e\nSigned-off-by: Peter Zijlstra (Intel) \u003cpeterz@infradead.org\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nCc: Oleg Nesterov \u003coleg@redhat.com\u003e\nCc: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Vincent Guittot \u003cvincent.guittot@linaro.org\u003e\nLink: http://lkml.kernel.org/r/20170206110426.27ca6426@gandalf.local.home\nSigned-off-by: Ingo Molnar \u003cmingo@kernel.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e4aa470ed45435ef3b4ad3f74b435d5ce8cf7c6d",
      "old_mode": 33188,
      "old_path": "kernel/sched/core.c",
      "new_id": "34e2291a9a6c163be3dfd774ed110bf07ab0e890",
      "new_mode": 33188,
      "new_path": "kernel/sched/core.c"
    }
  ]
}
