)]}'
{
  "commit": "57f01796f14fecf00d330fe39c8d2477ced9cd79",
  "tree": "720d25c0f621a6422bd4be5af0a2c51d99b8091e",
  "parents": [
    "5b7449810ae6d652629c550d3974c8453836d229"
  ],
  "author": {
    "name": "Michael Kelley",
    "email": "mikelley@microsoft.com",
    "time": "Thu Nov 01 00:35:05 2018 +0000"
  },
  "committer": {
    "name": "Thomas Gleixner",
    "email": "tglx@linutronix.de",
    "time": "Thu Nov 01 10:00:38 2018 +0100"
  },
  "message": "irq/matrix: Fix memory overallocation\n\nIRQ_MATRIX_SIZE is the number of longs needed for a bitmap, multiplied by\nthe size of a long, yielding a byte count. But it is used to size an array\nof longs, which is way more memory than is needed.\n\nChange IRQ_MATRIX_SIZE so it is just the number of longs needed and the\narrays come out the correct size.\n\nFixes: 2f75d9e1c905 (\"genirq: Implement bitmap matrix allocator\")\nSigned-off-by: Michael Kelley \u003cmikelley@microsoft.com\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: KY Srinivasan \u003ckys@microsoft.com\u003e\nLink: https://lkml.kernel.org/r/1541032428-10392-1-git-send-email-mikelley@microsoft.com\n\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "6e6d467f3dec57717ffb7cfae9098dedafb02b22",
      "old_mode": 33188,
      "old_path": "kernel/irq/matrix.c",
      "new_id": "1f0985adf19340fdb9ec02cf9118c035d8f8e346",
      "new_mode": 33188,
      "new_path": "kernel/irq/matrix.c"
    }
  ]
}
