)]}'
{
  "commit": "099caa9137624e69d936a62ce585d1adaec385ab",
  "tree": "4875d09fcbe21718eb39b4c408b6b1bc02797ae3",
  "parents": [
    "50c4c4e268a2d7a3e58ebb698ac74da0de40ae36"
  ],
  "author": {
    "name": "Sinan Kaya",
    "email": "okaya@codeaurora.org",
    "time": "Tue Dec 12 19:37:27 2017 -0500"
  },
  "committer": {
    "name": "Rafael J. Wysocki",
    "email": "rafael.j.wysocki@intel.com",
    "time": "Sat Dec 16 03:05:37 2017 +0100"
  },
  "message": "ACPI: GED: unregister interrupts during shutdown\n\nSome GED interrupts could be pending by the time we are doing a reboot.\n\nEven though GED driver uses devm_request_irq() to register the interrupt\nhandler, the handler is not being freed on time during a shutdown since\nthe driver is missing a shutdown callback.\n\nIf the ACPI handler is no longer available, this causes an interrupt\nstorm and delays shutdown.\n\n 1. Don\u0027t use devm family of functions for IRQ registration/free\n 2. Keep track of the events since free_irq() requires the dev_id\n    parameter passed into the request_irq() function.\n 3. Call free_irq() on both remove and shutdown explicitly.\n\nSigned-off-by: Sinan Kaya \u003cokaya@codeaurora.org\u003e\nSigned-off-by: Rafael J. Wysocki \u003crafael.j.wysocki@intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "46f060356a22fecf0c81d110cf26f4a60853264b",
      "old_mode": 33188,
      "old_path": "drivers/acpi/evged.c",
      "new_id": "f13ba2c0766788b4ccf857575b62af2498eb5100",
      "new_mode": 33188,
      "new_path": "drivers/acpi/evged.c"
    }
  ]
}
