Re: git: ee55d560e89a - main - linux(4): Add a simple rseq syscall implementation.

From: Konstantin Belousov <kostikbel_at_gmail.com>
Date: Tue, 26 Apr 2022 20:01:36 UTC
On Tue, Apr 26, 2022 at 04:37:14PM +0000, Dmitry Chagin wrote:
> The branch main has been updated by dchagin:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=ee55d560e89ac8de37def993a13d2582638273b7
> 
> commit ee55d560e89ac8de37def993a13d2582638273b7
> Author:     Dmitry Chagin <dchagin@FreeBSD.org>
> AuthorDate: 2022-04-26 16:35:56 +0000
> Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
> CommitDate: 2022-04-26 16:35:56 +0000
> 
>     linux(4): Add a simple rseq syscall implementation.
>     
>     To avoid annoyng messages from glibc-2.35 test suite add the simple
>     implementation of rseq syscall which is do nothing for now.
>     
>     I plan to implement it if and when the API stabilizes.

https://reviews.freebsd.org/D32505