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