public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/21834] New: old netfilter kernel api removed, which breaks netfilter probes
@ 2017-07-25 21:22 dsmith at redhat dot com
  2017-07-26 15:21 ` [Bug translator/21834] " dsmith at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: dsmith at redhat dot com @ 2017-07-25 21:22 UTC (permalink / raw)
  To: systemtap

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug translator/21834] old netfilter kernel api removed, which breaks netfilter probes
  2017-07-25 21:22 [Bug translator/21834] New: old netfilter kernel api removed, which breaks netfilter probes dsmith at redhat dot com
@ 2017-07-26 15:21 ` dsmith at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dsmith at redhat dot com @ 2017-07-26 15:21 UTC (permalink / raw)
  To: systemtap

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

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Fixed in commit a63b5e8. We now provide our own
nf_register_hook/nf_unregister_hook when needed.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-26 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-25 21:22 [Bug translator/21834] New: old netfilter kernel api removed, which breaks netfilter probes dsmith at redhat dot com
2017-07-26 15:21 ` [Bug translator/21834] " dsmith at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).