[SRU][Xenial][PATCH 0/1] netfilter: allow logging from non-init namespaces

Joseph Salisbury joseph.salisbury at canonical.com
Fri Apr 27 19:11:31 UTC 2018


MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

BugLink: http://bugs.launchpad.net/bugs/1766573

== SRU Justification ==
Bug reporter is unable to use netfilter logging from non-init namespaces since v4.10
due to commit:
69b34fb996b2e ("netfilter: xt_LOG: add net namespace support for xt_LOG")

This patch fixes this regression, and was added to mainline as of v4.11-rc1.

== Fix ==
2851940ffee3 ("netfilter: allow logging from non-init namespaces")

== Regression Potential ==
Low. Fixes a regression introduced in linux 3.10.

== Test Case ==
A test kernel was built with this patch and tested by the original bug reporter.
The bug reporter states the test kernel resolved the bug.


Michal Kubeček (1):
  netfilter: allow logging from non-init namespaces

 Documentation/networking/netfilter-sysctl.txt | 10 ++++++++++
 include/net/netfilter/nf_log.h                |  3 +++
 net/bridge/netfilter/ebt_log.c                |  2 +-
 net/ipv4/netfilter/nf_log_arp.c               |  2 +-
 net/ipv4/netfilter/nf_log_ipv4.c              |  2 +-
 net/ipv6/netfilter/nf_log_ipv6.c              |  2 +-
 net/netfilter/nf_log.c                        | 24 ++++++++++++++++++++++++
 7 files changed, 41 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/networking/netfilter-sysctl.txt

-- 
2.7.4





More information about the kernel-team mailing list