Page MenuHomeFreeBSD

pf: pool/kpool conversion code
ClosedPublic

Authored by kp on Mar 11 2021, 10:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 2:34 PM
Unknown Object (File)
Dec 10 2024, 7:24 AM
Unknown Object (File)
Nov 4 2024, 12:32 PM
Unknown Object (File)
Nov 4 2024, 12:31 PM
Unknown Object (File)
Nov 4 2024, 12:31 PM
Unknown Object (File)
Nov 4 2024, 12:11 PM
Unknown Object (File)
Oct 30 2024, 1:30 PM
Unknown Object (File)
Oct 19 2024, 12:21 PM

Details

Summary

stuct pf_pool and struct pf_kpool are different. We should not simply
bcopy() them.

Happily it turns out that their differences were all pointers, and the
userspace provided pointers were overwritten by the kernel, so this did
actually work correctly, but we should fix it anyway.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37768
Build 34657: arc lint + arc unit