Date: Fri, 28 May 2021 14:21:59 GMT From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 023ee5392c77 - main - linux: make linux64.ko loadable again on aarch64 Message-ID: <202105281421.14SELxWY099414@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by trasz: URL: https://cgit.FreeBSD.org/src/commit/?id=023ee5392c77fbb803ea7552d7a25f7d231e56f8 commit 023ee5392c77fbb803ea7552d7a25f7d231e56f8 Author: Edward Tomasz Napierala <trasz@FreeBSD.org> AuthorDate: 2021-05-28 13:53:31 +0000 Commit: Edward Tomasz Napierala <trasz@FreeBSD.org> CommitDate: 2021-05-28 14:20:30 +0000 linux: make linux64.ko loadable again on aarch64 This should probably get deduplicated; this is a quick fix just to unbreak things. Fixes: 6d926e850d2 Sponsored By: EPSRC --- sys/arm64/linux/linux_dummy_machdep.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/arm64/linux/linux_dummy_machdep.c b/sys/arm64/linux/linux_dummy_machdep.c index b006809740d7..47b6ac093cb1 100644 --- a/sys/arm64/linux/linux_dummy_machdep.c +++ b/sys/arm64/linux/linux_dummy_machdep.c @@ -61,3 +61,11 @@ DUMMY(mq_timedreceive); DUMMY(mq_notify); DUMMY(mq_getsetattr); DUMMY(semtimedop); +DUMMY(statx); +DUMMY(io_pgetevents); +DUMMY(kexec_file_load); +DUMMY(rseq); +DUMMY(pidfd_send_signal); +DUMMY(io_uring_setup); +DUMMY(io_uring_enter); +DUMMY(io_uring_register);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105281421.14SELxWY099414>