]> 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)
commitee35400fdb91e74a9c5ebd8e67d70441d00c867a
tree11c4861c68b5c93cdd6b039a057484e0d2516269
parent67048dbfeacc9db388ed671cff6664f7667bec97
netns: revert "netns: avoid disabling irq for netns id"

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