)]}'
{
  "commit": "6cbba46934aefdfb5d171e0a95aec06c24f7ca30",
  "tree": "eeef3160b369071bf032827bda1be89cc01e9f37",
  "parents": [
    "8558aef4e8a1a83049ab906d21d391093cfa7e7f"
  ],
  "author": {
    "name": "Zilin Guan",
    "email": "zilin@seu.edu.cn",
    "time": "Wed Jan 28 15:44:40 2026 +0000"
  },
  "committer": {
    "name": "Jakub Kicinski",
    "email": "kuba@kernel.org",
    "time": "Thu Jan 29 19:27:35 2026 -0800"
  },
  "message": "net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanup\n\nIn setup_nic_devices(), the initialization loop jumps to the label\nsetup_nic_dev_free on failure. The current cleanup loop while(i--)\nskip the failing index i, causing a memory leak.\n\nFix this by changing the loop to iterate from the current index i\ndown to 0.\n\nCompile tested only. Issue found using code review.\n\nFixes: 846b46873eeb (\"liquidio CN23XX: VF offload features\")\nSuggested-by: Simon Horman \u003chorms@kernel.org\u003e\nSigned-off-by: Zilin Guan \u003czilin@seu.edu.cn\u003e\nReviewed-by: Kory Maincent \u003ckory.maincent@bootlin.com\u003e\nLink: https://patch.msgid.link/20260128154440.278369-4-zilin@seu.edu.cn\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e02942dbbcce5304ed1c4151d5da9353a7728944",
      "old_mode": 33188,
      "old_path": "drivers/net/ethernet/cavium/liquidio/lio_vf_main.c",
      "new_id": "43c595f3b84e45f819e97623c2c89b7ac7f45497",
      "new_mode": 33188,
      "new_path": "drivers/net/ethernet/cavium/liquidio/lio_vf_main.c"
    }
  ]
}
