Summary: | [patch] [mppc] invalid KASSERT prevent building kernel with NETGRAPH_MPPC_COMPRESSION and INVARIANTS | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Eugene Grosbein <ports> | ||||||
Component: | kern | Assignee: | Pedro F. Giffuni <pfg> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | mav, pfg | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | 11.0-STABLE | Flags: | pfg:
mfc-stable11+
pfg: mfc-stable10+ |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Eugene Grosbein
2017-01-19 19:22:35 UTC
Created attachment 179081 [details]
add missing chunk
Looks good, let me give it a spin. A commit references this bug: Author: pfg Date: Fri Jan 20 00:02:12 UTC 2017 New revision: 312443 URL: https://svnweb.freebsd.org/changeset/base/312443 Log: mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION. There were several places where reference to compression were left unfinished. Furthermore, KASSERTs contained references to MPPC_INVALID which is not defined in the tree and therefore were sure to break with INVARIANTS: comment them out. Reported by: Eugene Grosbein PR: 216265 MFC after: 3 days Changes: head/sys/conf/NOTES head/sys/conf/options head/sys/netgraph/ng_mppc.c (In reply to Pedro F. Giffuni from comment #2) I am now wondering what was I thinking when I did the original commit, it did look too easy but it was probably the hurry of getting it in before the release ... yikes. Thanks! A commit references this bug: Author: pfg Date: Mon Jan 23 01:20:58 UTC 2017 New revision: 312656 URL: https://svnweb.freebsd.org/changeset/base/312656 Log: MFC r312443: mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION. There were several places where reference to compression were left unfinished. Furthermore, KASSERTs contained references to MPPC_INVALID which is not defined in the tree and therefore were sure to break with INVARIANTS: comment them out. Reported by: Eugene Grosbein PR: 216265 Changes: _U stable/11/ stable/11/sys/conf/NOTES stable/11/sys/conf/options stable/11/sys/netgraph/ng_mppc.c A commit references this bug: Author: pfg Date: Mon Jan 23 01:21:39 UTC 2017 New revision: 312657 URL: https://svnweb.freebsd.org/changeset/base/312657 Log: MFC r312443: mppc - Finish pluging NETGRAPH_MPPC_COMPRESSION. There were several places where reference to compression were left unfinished. Furthermore, KASSERTs contained references to MPPC_INVALID which is not defined in the tree and therefore were sure to break with INVARIANTS: comment them out. Reported by: Eugene Grosbein PR: 216265 Changes: _U stable/10/ stable/10/sys/conf/NOTES stable/10/sys/conf/options stable/10/sys/netgraph/ng_mppc.c Committed up to 10-stable. Thanks! |