Re: Possible bug kernel/seccomp.c

From: Hsuan-Chi Kuo
Date: Thu Mar 04 2021 - 15:48:38 EST


cc mailing list.

On 3/4/21 1:10 PM, Hsuan-Chi Kuo wrote:
Hello,

Should this line be atomic_read(&caller->seccomp.filter_count));

https://elixir.bootlin.com/linux/latest/source/kernel/seccomp.c#L600

I think the desired behavior is to synchronize the filter count.

Thank you