On 2/25/25 04:37, Eugene Grosbein wrote:
25.02.2025 14:59, Zhenlei Huang wrote:
commit 93b4a54456589e78dcd37f2db8333baff3f3f0b2
Author: Eugene Grosbein <eu...@freebsd.org>
AuthorDate: 2025-02-25 07:18:29 +0000
Commit: Eugene Grosbein <eu...@freebsd.org>
CommitDate: 2025-02-25 07:22:53 +0000
netgraph: prevent panic with INVARIANTS-enabled kernel
This change makes NG_ABI_VERSION depend on INVARIANTS
in addition to NETGRAPH_DEBUG.
PR: 257876
Maybe a wrong PR ?
The PR 257876 is about port math/deal.ii , I do not see any relationship
between it and netgraph(3) or netgraph(4).
Sorry, paste error. Right number is 214624.
The best way to probably rectify this is to go add a comment in PR 257876
saying that the commit in comment N (7 in this case) is for PR 214624.
Then if someone in the future tries to look up the bug from the commit
message that gives them the note in the right place to find the right PR.
(We should perhaps codify this as the way to deal with PR mismatches in
commit logs)
--
John Baldwin