[Bug translator/19358] netfilter probes are broken on rawhide

dsmith at redhat dot com sourceware-bugzilla@sourceware.org
Fri Dec 11 19:40:00 GMT 2015


https://sourceware.org/bugzilla/show_bug.cgi?id=19358

--- Comment #2 from David Smith <dsmith at redhat dot com> ---
Here's another related kernel commit that changed the netfilter hook function
signature:

====
commit 06198b34a3e09e06d9aecaa3727e0d37206cea77
Author: Eric W. Biederman <ebiederm@xmission.com>
Date:   Fri Sep 18 14:33:06 2015 -0500

    netfilter: Pass priv instead of nf_hook_ops to netfilter hooks

    Only pass the void *priv parameter out of the nf_hook_ops.  That is
    all any of the functions are interested now, and by limiting what is
    passed it becomes simpler to change implementation details.

    Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
    Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
====

It looks like this change first appeared in kernel v4.4-rc1.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list