]> git.baikalelectronics.ru Git - kernel.git/commit
netns xfrm: xfrm6_tunnel in netns
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 25 Jan 2010 10:37:54 +0000 (10:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jan 2010 14:31:05 +0000 (06:31 -0800)
commit51b3c410f5e3c12698aa78bc5b9ac118ee2d37d8
tree77070892675e29de901587a4f55bbc620b20e211
parent6d13ec98858273fbf3db3cf78010798ecde988c3
netns xfrm: xfrm6_tunnel in netns

I'm not sure about rcu stuff near kmem cache destruction:
* checks for non-empty hashes look bogus, they're done _before_
  rcu_berrier()
* unregistering netns ops is done before kmem_cache destoy
  (as it should), and unregistering involves rcu barriers by itself

So it looks nothing should be done.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
net/ipv6/ipcomp6.c
net/ipv6/xfrm6_tunnel.c