This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/21834] New: old netfilter kernel api removed, which breaks netfilter probes
- From: "dsmith at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 25 Jul 2017 21:22:05 +0000
- Subject: [Bug translator/21834] New: old netfilter kernel api removed, which breaks netfilter probes
- Auto-submitted: auto-generated
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.