)]}'
{
  "commit": "b6220ad66bcd4a50737eb3c08e9466aa44f3bc98",
  "tree": "0230fe7f1b774d6ae7946c73fbe959a46ba89299",
  "parents": [
    "3896c329df8092661dac80f55a8c3f60136fd61a"
  ],
  "author": {
    "name": "Guenter Roeck",
    "email": "linux@roeck-us.net",
    "time": "Tue Jun 24 18:05:29 2014 -0700"
  },
  "committer": {
    "name": "Ingo Molnar",
    "email": "mingo@kernel.org",
    "time": "Wed Jul 02 08:33:48 2014 +0200"
  },
  "message": "sched: Fix compiler warnings\n\nCommit 143e1e28cb (sched: Rework sched_domain topology definition)\nintroduced a number of functions with a return value of \u0027const int\u0027.\ngcc doesn\u0027t know what to do with that and, if the kernel is compiled\nwith W\u003d1, complains with the following warnings whenever sched.h\nis included.\n\n  include/linux/sched.h:875:25: warning: type qualifiers ignored on function return type\n  include/linux/sched.h:882:25: warning: type qualifiers ignored on function return type\n  include/linux/sched.h:889:25: warning: type qualifiers ignored on function return type\n  include/linux/sched.h:1002:21: warning: type qualifiers ignored on function return type\n\nCommits fb2aa855 (sched, ARM: Create a dedicated scheduler topology table)\nand 607b45e9a (sched, powerpc: Create a dedicated topology table) introduce\nthe same warning in the arm and powerpc code.\n\nDrop \u0027const\u0027 from the function declarations to fix the problem.\n\nThe fix for all three patches has to be applied together to avoid\ncompilation failures for the affected architectures.\n\nAcked-by: Vincent Guittot \u003cvincent.guittot@linaro.org\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Guenter Roeck \u003clinux@roeck-us.net\u003e\nCc: Russell King \u003clinux@arm.linux.org.uk\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Dietmar Eggemann \u003cdietmar.eggemann@arm.com\u003e\nSigned-off-by: Peter Zijlstra \u003cpeterz@infradead.org\u003e\nLink: http://lkml.kernel.org/r/1403658329-13196-1-git-send-email-linux@roeck-us.net\nSigned-off-by: Ingo Molnar \u003cmingo@kernel.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "9d853189028bb0c79ad72557b018c12d5416aa67",
      "old_mode": 33188,
      "old_path": "arch/arm/kernel/topology.c",
      "new_id": "e35d880f9773e675805ad27c830d4124839c7bfc",
      "new_mode": 33188,
      "new_path": "arch/arm/kernel/topology.c"
    },
    {
      "type": "modify",
      "old_id": "51a3ff78838aaf1eb6726e92cb871c128221eb2e",
      "old_mode": 33188,
      "old_path": "arch/powerpc/kernel/smp.c",
      "new_id": "1007fb802e6b0436ac16a2595720fa505fb3d415",
      "new_mode": 33188,
      "new_path": "arch/powerpc/kernel/smp.c"
    },
    {
      "type": "modify",
      "old_id": "306f4f0c987a006f43f520413f7de3a780f98a23",
      "old_mode": 33188,
      "old_path": "include/linux/sched.h",
      "new_id": "0376b054a0d0f426816737f4266038cef9531ace",
      "new_mode": 33188,
      "new_path": "include/linux/sched.h"
    }
  ]
}
