)]}'
{
  "commit": "acc3f5d7cabbfd6cec71f0c1f9900621fa2d6ae7",
  "tree": "672ed45f6df2f52e8f3cced2ee11ad29a1533890",
  "parents": [
    "e2c880630438f80b474378d5487b511b07665051"
  ],
  "author": {
    "name": "Rusty Russell",
    "email": "rusty@rustcorp.com.au",
    "time": "Tue Nov 03 14:53:40 2009 +1030"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@elte.hu",
    "time": "Wed Nov 04 13:16:40 2009 +0100"
  },
  "message": "cpumask: Partition_sched_domains takes array of cpumask_var_t\n\nCurrently partition_sched_domains() takes a \u0027struct cpumask\n*doms_new\u0027 which is a kmalloc\u0027ed array of cpumask_t.  You can\u0027t\nhave such an array if \u0027struct cpumask\u0027 is undefined, as we plan\nfor CONFIG_CPUMASK_OFFSTACK\u003dy.\n\nSo, we make this an array of cpumask_var_t instead: this is the\nsame for the CONFIG_CPUMASK_OFFSTACK\u003dn case, but requires\nmultiple allocations for the CONFIG_CPUMASK_OFFSTACK\u003dy case.\nHence we add alloc_sched_domains() and free_sched_domains()\nfunctions.\n\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\nCc: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nLKML-Reference: \u003c200911031453.40668.rusty@rustcorp.com.au\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "dfc21fb76bf146288215d3448cf24594417bb33c",
      "old_mode": 33188,
      "old_path": "include/linux/sched.h",
      "new_id": "78ba664474f3fe2885c68cfcf675a45518ca12b5",
      "new_mode": 33188,
      "new_path": "include/linux/sched.h"
    },
    {
      "type": "modify",
      "old_id": "d247381e7371fe9e0c790219b3d6b02e4d7a9ba9",
      "old_mode": 33188,
      "old_path": "kernel/cpuset.c",
      "new_id": "3cf2183b472def78cd42b40d1986977dc8a287be",
      "new_mode": 33188,
      "new_path": "kernel/cpuset.c"
    },
    {
      "type": "modify",
      "old_id": "30fd0ba5f603bce272834871d25c1d67f52272d8",
      "old_mode": 33188,
      "old_path": "kernel/sched.c",
      "new_id": "ae026aad145bb36211807e594d3852e964847f23",
      "new_mode": 33188,
      "new_path": "kernel/sched.c"
    }
  ]
}
