)]}'
{
  "commit": "db2acc01b75f9a30bfef0f4d2a6f413542cc32ac",
  "tree": "63d3bba295ad1c9e9d5c0a8396d02bea4ff1814e",
  "parents": [
    "9b89b2c771c7c3a7da5ec964a344c3df92e2ed3f"
  ],
  "author": {
    "name": "Mayank Rungta",
    "email": "mrungta@google.com",
    "time": "Wed Aug 05 17:57:51 2026 -0700"
  },
  "committer": {
    "name": "android-test-infra-autosubmit@system.gserviceaccount.com",
    "email": "android-test-infra-autosubmit@system.gserviceaccount.com",
    "time": "Fri Aug 14 09:44:08 2026 -0700"
  },
  "message": "ANDROID: mm: Make dump_tasks() safe in NMI context\n\ndump_tasks() can be called from NMI context to dump memory status of all\ntasks. However, calling from NMI context has safety issues:\n1. find_lock_task_mm() acquires task_lock(t) using spin_lock(), which\n   is not NMI-safe and can deadlock if alloc_lock is held when NMI fires.\n2. mem_cgroup_scan_tasks() traverses memcg structures and takes locks\n   that are not NMI-safe.\n\nFix these by:\n- Using spin_trylock(\u0026t-\u003ealloc_lock) in find_lock_task_mm() when in_nmi().\n- Returning early if a memcg oom dump is requested in NMI context.\n\nFixes: 4df28ddcd988 (\"ANDROID: mm: export dump_tasks symbol.\")\nBug: 538262381\nChange-Id: I8b79213015fde74b81427d44f122296c5e0edaf9\nSigned-off-by: Mayank Rungta \u003cmrungta@google.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "162048d9f045565f367da3df1e730b28d47a674c",
      "old_mode": 33188,
      "old_path": "mm/oom_kill.c",
      "new_id": "91fdcdad9f60755b5bc77dc91291a4a0d7e4a227",
      "new_mode": 33188,
      "new_path": "mm/oom_kill.c"
    }
  ]
}
