git: 023ee5392c77 - main - linux: make linux64.ko loadable again on aarch64

Edward Tomasz Napierala trasz at FreeBSD.org
Fri May 28 14:21:59 UTC 2021


The branch main has been updated by trasz:

URL: https://cgit.FreeBSD.org/src/commit/?id=023ee5392c77fbb803ea7552d7a25f7d231e56f8

commit 023ee5392c77fbb803ea7552d7a25f7d231e56f8
Author:     Edward Tomasz Napierala <trasz at FreeBSD.org>
AuthorDate: 2021-05-28 13:53:31 +0000
Commit:     Edward Tomasz Napierala <trasz at 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);


More information about the dev-commits-src-main mailing list