)]}'
{
  "commit": "52fd24ca1db3a741f144bbc229beefe044202cac",
  "tree": "bb3959b403c4bfec138b61e7943e17a76dc6cad6",
  "parents": [
    "6a2aae06cc1e87e9712a26a639f6a2f3442e2027"
  ],
  "author": {
    "name": "Giridhar Pemmasani",
    "email": "pgiri@yahoo.com",
    "time": "Sat Oct 28 10:38:34 2006 -0700"
  },
  "committer": {
    "name": "Linus Torvalds",
    "email": "torvalds@g5.osdl.org",
    "time": "Sat Oct 28 11:30:52 2006 -0700"
  },
  "message": "[PATCH] __vmalloc with GFP_ATOMIC causes \u0027sleeping from invalid context\u0027\n\nIf __vmalloc is called to allocate memory with GFP_ATOMIC in atomic\ncontext, the chain of calls results in __get_vm_area_node allocating memory\nfor vm_struct with GFP_KERNEL, causing the \u0027sleeping from invalid context\u0027\nwarning.  This patch fixes it by passing the gfp flags along so\n__get_vm_area_node allocates memory for vm_struct with the same flags.\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ce5f1482e6be4fe2e90589be3822bfeb9da4242e",
      "old_mode": 33188,
      "old_path": "include/linux/vmalloc.h",
      "new_id": "dc9a29d84abc85d1d79ae25a0bb976d527958a94",
      "new_mode": 33188,
      "new_path": "include/linux/vmalloc.h"
    },
    {
      "type": "modify",
      "old_id": "1133dd3aafcf4c02e5b2d109b02f45013b7d9d11",
      "old_mode": 33188,
      "old_path": "mm/vmalloc.c",
      "new_id": "6d381df7c9b39758f5c978a3de8383963ec06afc",
      "new_mode": 33188,
      "new_path": "mm/vmalloc.c"
    }
  ]
}
