]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linux(4): Add a simple rseq syscall implementation.
authorDmitry Chagin <dchagin@FreeBSD.org>
Tue, 26 Apr 2022 16:35:56 +0000 (19:35 +0300)
committerDmitry Chagin <dchagin@FreeBSD.org>
Tue, 26 Apr 2022 16:35:56 +0000 (19:35 +0300)
commitee55d560e89ac8de37def993a13d2582638273b7
tree15e96c9e16f4198d0c354cf85f4126a9c7579694
parent75e409495f67a39114e09224b8915cb0ecc481c4
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.

MFC after: 2 weeks
sys/compat/linux/linux_dummy.c
sys/compat/linux/linux_rseq.c [new file with mode: 0644]
sys/modules/linux/Makefile
sys/modules/linux64/Makefile