Re: Fix for synchronization issue in IPV6 implementation in smack module(v3.18)

2015-01-09 Thread Casey Schaufler
On 1/9/2015 5:42 AM, Ahmed S. Darwish wrote: > Hi Vishal, > > On Thu, Jan 08, 2015 at 10:11:52PM +0530, Vishal Goel wrote: >> [PATCH] This patch fixes the synchronization issue in IPv6 >> implementation. Previously there was no synchronization mechanism used while >> accessing(adding/reading/del

Re: Fix for synchronization issue in IPV6 implementation in smack module(v3.18)

2015-01-09 Thread Ahmed S. Darwish
Hi Vishal, On Thu, Jan 08, 2015 at 10:11:52PM +0530, Vishal Goel wrote: > [PATCH] This patch fixes the synchronization issue in IPv6 > implementation. Previously there was no synchronization mechanism used while > accessing(adding/reading/deletion) smk_ipv6_port_list. It could be possible > th

Re: Fix for synchronization issue in IPV6 implementation in smack module(v3.18)

2015-01-08 Thread Casey Schaufler
On 1/8/2015 8:41 AM, Vishal Goel wrote: > [PATCH] This patch fixes the synchronization issue in IPv6 > implementation. Previously there was no synchronization mechanism used while > accessing(adding/reading/deletion) smk_ipv6_port_list. It could be possible > that when one thread is reading the

Fix for synchronization issue in IPV6 implementation in smack module(v3.18)

2015-01-08 Thread Vishal Goel
[PATCH] This patch fixes the synchronization issue in IPv6 implementation. Previously there was no synchronization mechanism used while accessing(adding/reading/deletion) smk_ipv6_port_list. It could be possible that when one thread is reading the list, at the same time another thread is addin