Package: mimic / 0.7.0+ds-2

Metadata

Package Version Patches format
mimic 0.7.0+ds-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
doc links.patch | (download)

docs/getting-started.md | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct links in installed documentation
dkms kernel min.patch | (download)

kmod/dkms.conf.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 specify mimic-dkms' minimum supported kernel version to 6.1
dkms kernel config.patch | (download)

kmod/dkms.conf.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 make mimic-dkms require kernel module btf
 Debian package now exclusively uses kfunc as checksum hack, therefore add it
 as a patch.
allow unaligned memory access in BPF.patch | (download)

src/run.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch] cli/run: allow unaligned memory access in bpf

The verifier will panic when checking Mimic in kernels without
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y. This is mostly due to reading of TCP
options, which in most cases should align and not causing major performance
problems.