Skip to content

Commit 871317d

Browse files
committed
Update documentation
1 parent 8bfa658 commit 871317d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

debian.dkms/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
linux-rex (1.0) unstable; urgency=medium
22

3-
* Port to kernels 6.1+
3+
* Port to kernels 6.2+
44
* More verbose information during importing databases
55
* Update Hyperscan to release 5.4.2
66
* Vanilla Kernel version support does not need preempt protection for FPU

debian.dkms/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Depends: dwarves, zstd, ${misc:Depends}
1313
Description: Hyperscan loadable module for linux.
1414
.
1515
A eBPF helper to process regular expressions inside eBPF context.
16-
Only Linux kernel > 6.1 is supported.
16+
Only Linux kernel > 6.2 is supported.
1717
Refer to https://github.com/G-Core/linux-regex-module/ for more documentation.
1818

1919
Package: rex-dkms-dev

src/kmod/rex.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ __bpf_kfunc int bpf_scan_bytes(const void *buf, __u32 buf__sz,
145145
}
146146
EXPORT_SYMBOL(bpf_scan_bytes);
147147

148+
/* This code is taken from net/core/filter.c because it is not exported */
148149
void *bpf_xdp_pointer(struct xdp_buff *xdp, u32 offset, u32 len)
149150
{
150151
u32 size = xdp->data_end - xdp->data;

0 commit comments

Comments
 (0)