Re: [PATCH v2 04/10] seccomp: Migrate to use SYSCALL_WORK flag

From: Dmitry Osipenko
Date: Tue Nov 24 2020 - 13:41:07 EST


24.11.2020 20:55, Gabriel Krisman Bertazi пишет:
> Dmitry Osipenko <digetx@xxxxxxxxx> writes:
>
>> Hi,
>>
>> This patch broke seccomp on arm32 using linux-next, chromium browser
>> doesn't work anymore and there are these errors in KMSG:
>>
>> Unhandled prefetch abort: breakpoint debug exception (0x002) at ...
>>
>> Note that arm doesn't use CONFIG_GENERIC_ENTRY. Please fix, thanks in
>> advance.
>
> Hi Dmitry,
>
> I believe this is the same problem reported yesterday on this thread
>
> https://www.mail-archive.com/linux-kernel@xxxxxxxxxxxxxxx/msg2390444.html
>
> can you please try the patch I shared on that thread?
>
> https://lore.kernel.org/patchwork/patch/1344098/

It works, thank you.

Tested-by: Dmitry Osipenko <digetx@xxxxxxxxx>