)]}'
{
  "commit": "f93fc5d12d69012788f82151bee55fce937e1432",
  "tree": "ffb384338eee796c9de21d6adedf23b5e2d37b7a",
  "parents": [
    "16ce6e6fa946ca6fd1e4fce6926b52b6263d98a8"
  ],
  "author": {
    "name": "Kery Qi",
    "email": "qikeyu2017@gmail.com",
    "time": "Fri Jan 09 00:42:57 2026 +0800"
  },
  "committer": {
    "name": "Jakub Kicinski",
    "email": "kuba@kernel.org",
    "time": "Mon Jan 12 09:04:52 2026 -0800"
  },
  "message": "net: octeon_ep_vf: fix free_irq dev_id mismatch in IRQ rollback\n\noctep_vf_request_irqs() requests MSI-X queue IRQs with dev_id set to\nioq_vector. If request_irq() fails part-way, the rollback loop calls\nfree_irq() with dev_id set to \u0027oct\u0027, which does not match the original\ndev_id and may leave the irqaction registered.\n\nThis can keep IRQ handlers alive while ioq_vector is later freed during\nunwind/teardown, leading to a use-after-free or crash when an interrupt\nfires.\n\nFix the error path to free IRQs with the same ioq_vector dev_id used\nduring request_irq().\n\nFixes: 1cd3b407977c (\"octeon_ep_vf: add Tx/Rx processing and interrupt support\")\nSigned-off-by: Kery Qi \u003cqikeyu2017@gmail.com\u003e\nLink: https://patch.msgid.link/20260108164256.1749-2-qikeyu2017@gmail.com\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "420c3f4cf7417ff4a599e5248ec7d2a284e4ffcb",
      "old_mode": 33188,
      "old_path": "drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c",
      "new_id": "1d9760b4b8f471e1edaefab5a4b4277adabcd280",
      "new_mode": 33188,
      "new_path": "drivers/net/ethernet/marvell/octeon_ep_vf/octep_vf_main.c"
    }
  ]
}
