)]}'
{
  "commit": "ee1ba0add3fbd5a28fa5423be373acd147f1e344",
  "tree": "252d1b4f18c3aa1edb07d5b6c432334e8911a6d7",
  "parents": [
    "9192a18f6de2f5e3eb3813ecd2895ac0f5c008a9"
  ],
  "author": {
    "name": "Victor Nogueira",
    "email": "victor@mojatatu.com",
    "time": "Thu Jun 11 17:58:49 2026 -0300"
  },
  "committer": {
    "name": "Jakub Kicinski",
    "email": "kuba@kernel.org",
    "time": "Fri Jun 12 17:59:32 2026 -0700"
  },
  "message": "net/sched: sch_dualpi2: Add missing module alias\n\nWhen a qdisc is added by name, the kernel tries to autoload its module\nvia request_qdisc_module(), which calls:\n\nrequest_module(NET_SCH_ALIAS_PREFIX \"%s\", name);\n\ni.e. it asks modprobe to resolve the \"net-sch-\u003ckind\u003e\" alias (e.g.\n\"net-sch-dualpi2\") rather than the module\u0027s file name. Since dualpi2\nwas shipped without this alias, the autoload fails:\n\ntc qdisc add dev lo root handle 1: dualpi2\nError: Specified qdisc kind is unknown.\n\nFix this by adding the missing alias so the qdisc is autoloaded on demand\nlike the others.\n\nFixes: 320d031ad6e4 (\"sched: Struct definition and parsing of dualpi2 qdisc\")\nSigned-off-by: Victor Nogueira \u003cvictor@mojatatu.com\u003e\nReviewed-by: Pedro Tammela \u003cpctammela@mojatatu.com\u003e\nLink: https://patch.msgid.link/20260611205849.3287640-1-victor@mojatatu.com\nSigned-off-by: Jakub Kicinski \u003ckuba@kernel.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "05285775b454af930be3e15a4c5ca6fa41c571e3",
      "old_mode": 33188,
      "old_path": "net/sched/sch_dualpi2.c",
      "new_id": "dfec3c99eb45b3aafb426b71a467faef1bf46e9d",
      "new_mode": 33188,
      "new_path": "net/sched/sch_dualpi2.c"
    }
  ]
}
