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)
Tue, Dec 10, 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
Unknown Object (File)
Oct 4 2024, 8:53 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable