]> git.baikalelectronics.ru Git - kernel.git/commit
netns: revert "netns: avoid disabling irq for netns id"
authorPaul Moore <paul@paul-moore.com>
Sat, 22 Oct 2016 01:49:14 +0000 (21:49 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Oct 2016 20:16:29 +0000 (16:16 -0400)
commitad390cfa70c6adfe64b3d9102274e6ee13fa3923
tree11c4861c68b5c93cdd6b039a057484e0d2516269
parentfa4e9a02365572d3e66663d0dd3492c9d826e432
netns: revert "netns: avoid disabling irq for netns id"

This reverts commit 120df67f5c6a ("netns: avoid disabling irq for
netns id") as it was found to cause problems with systems running
SELinux/audit, see the mailing list thread below:

 * http://marc.info/?t=147694653900002&r=1&w=2

Eventually we should be able to reintroduce this code once we have
rewritten the audit multicast code to queue messages much the same
way we do for unicast messages.  A tracking issue for this can be
found below:

 * https://github.com/linux-audit/audit-kernel/issues/23

Reported-by: Stephen Smalley <sds@tycho.nsa.gov>
Reported-by: Elad Raz <e@eladraz.com>
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net_namespace.c