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)
commit2a73306b6096fafd5c2ae06ded1f92bbacb39df2
tree11c4861c68b5c93cdd6b039a057484e0d2516269
parent8651be8f14a12d24f203f283601d9b0418c389ff
netns: revert "netns: avoid disabling irq for netns id"

This reverts commit bc51dddf98c9 ("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