This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/21834] New: old netfilter kernel api removed, which breaks netfilter probes


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

            Bug ID: 21834
           Summary: old netfilter kernel api removed, which breaks
                    netfilter probes
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
          Assignee: systemtap at sourceware dot org
          Reporter: dsmith at redhat dot com
  Target Milestone: ---

The following kernel commit:

====
commit cf56c2f892a8a1870a8358114ad896772da7543a
Author: Florian Westphal <fw@strlen.de>
Date:   Thu Jul 6 23:17:44 2017 +0200

    netfilter: remove old pre-netns era hook api
====

removed the kernel functions nf_register_hook()/nf_unregister_hook(), which
were used for netfilter probes. I believe the translator will need to use
nf_register_net_hook() instead.

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]