K 10 svn:author V 2 kp K 8 svn:date V 27 2021-03-23T12:25:37.993908Z K 7 svn:log V 616 pf: pool/kpool conversion code 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. Reviewed by: glebius MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D29216 (cherry picked from commit 15b82e00a1640d1b9a1d720c95f65e580be30187) Git Hash: 961e7887b9bad9dd446a2289f3e5266ad2d122ef Git Author: kp@FreeBSD.org END