CVE-2026-74288: net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().
In the Linux kernel, the following vulnerability has been resolved:
net: fibrules: Don't dump dying fibrule in fibrulesdump().
rockerrouterfibevent() calls fibruleget() during RCU dump.
If the fibrule is dying, refcountinc() will complain about it.
Let's call refcountincnotzero() in fibrulesdump().