Use kmem_malloc() instead of malloc(9) for the native amd64 filter.
r316767 broke the BPF JIT compiler for amd64 because malloc()'d space is no
longer executable.
Discussed with: kib, alc
Use kmem_malloc() instead of malloc(9) for the native amd64 filter. Tags None Referenced Files None Subscribers None
Description
Details
|