You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fearful-symmetry
changed the title
fexit/inet_csk_accet probe will not work on kernel >=6.10fexit/inet_csk_accept probe will not work on kernel >=6.10
Aug 23, 2024
Severity
Major
Affects Version(s)
8.6.0
Epic/Meta Issue
No response
Kernel Version(s)
6.10.3-200
Linux Distro
Fedora 30
Fix Versions
No response
Description
A commit 5 months ago changed the function signature of
inet_csk_accept
: torvalds/linux@92ef0fdOn the kernel on my dev machine, it looks like this:
struct sock *inet_csk_accept(struct sock *sk, struct proto_accept_arg *arg)
The code is not currently prepared for this possibility:
The text was updated successfully, but these errors were encountered: