/freebsd/sys/riscv/riscv/ |
H A D | vm_machdep.c | diff 7b68fb5ab2a276ccd081cc1a43cebf0fb315e952 Tue Dec 26 02:39:39 CET 2023 Mark Johnston <markj@FreeBSD.org> thread: Add a return value to cpu_set_upcall()
Some implementations copy data to userspace, an operation which can in principle fail. In preparation for adding a __result_use_check annotation to copyin() and related functions, let implementations of cpu_set_upcall() return an error, and check for errors when copying data to user memory.
Reviewed by: kib, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43100
|
/freebsd/sys/powerpc/powerpc/ |
H A D | exec_machdep.c | diff 7b68fb5ab2a276ccd081cc1a43cebf0fb315e952 Tue Dec 26 02:39:39 CET 2023 Mark Johnston <markj@FreeBSD.org> thread: Add a return value to cpu_set_upcall()
Some implementations copy data to userspace, an operation which can in principle fail. In preparation for adding a __result_use_check annotation to copyin() and related functions, let implementations of cpu_set_upcall() return an error, and check for errors when copying data to user memory.
Reviewed by: kib, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43100
|
/freebsd/sys/arm/arm/ |
H A D | vm_machdep.c | diff 7b68fb5ab2a276ccd081cc1a43cebf0fb315e952 Tue Dec 26 02:39:39 CET 2023 Mark Johnston <markj@FreeBSD.org> thread: Add a return value to cpu_set_upcall()
Some implementations copy data to userspace, an operation which can in principle fail. In preparation for adding a __result_use_check annotation to copyin() and related functions, let implementations of cpu_set_upcall() return an error, and check for errors when copying data to user memory.
Reviewed by: kib, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43100
|
/freebsd/sys/kern/ |
H A D | kern_thr.c | diff 7b68fb5ab2a276ccd081cc1a43cebf0fb315e952 Tue Dec 26 02:39:39 CET 2023 Mark Johnston <markj@FreeBSD.org> thread: Add a return value to cpu_set_upcall()
Some implementations copy data to userspace, an operation which can in principle fail. In preparation for adding a __result_use_check annotation to copyin() and related functions, let implementations of cpu_set_upcall() return an error, and check for errors when copying data to user memory.
Reviewed by: kib, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43100
|
/freebsd/sys/amd64/amd64/ |
H A D | vm_machdep.c | diff 7b68fb5ab2a276ccd081cc1a43cebf0fb315e952 Tue Dec 26 02:39:39 CET 2023 Mark Johnston <markj@FreeBSD.org> thread: Add a return value to cpu_set_upcall()
Some implementations copy data to userspace, an operation which can in principle fail. In preparation for adding a __result_use_check annotation to copyin() and related functions, let implementations of cpu_set_upcall() return an error, and check for errors when copying data to user memory.
Reviewed by: kib, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43100
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | diff 7b68fb5ab2a276ccd081cc1a43cebf0fb315e952 Tue Dec 26 02:39:39 CET 2023 Mark Johnston <markj@FreeBSD.org> thread: Add a return value to cpu_set_upcall()
Some implementations copy data to userspace, an operation which can in principle fail. In preparation for adding a __result_use_check annotation to copyin() and related functions, let implementations of cpu_set_upcall() return an error, and check for errors when copying data to user memory.
Reviewed by: kib, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43100
|
/freebsd/sys/sys/ |
H A D | proc.h | diff 7b68fb5ab2a276ccd081cc1a43cebf0fb315e952 Tue Dec 26 02:39:39 CET 2023 Mark Johnston <markj@FreeBSD.org> thread: Add a return value to cpu_set_upcall()
Some implementations copy data to userspace, an operation which can in principle fail. In preparation for adding a __result_use_check annotation to copyin() and related functions, let implementations of cpu_set_upcall() return an error, and check for errors when copying data to user memory.
Reviewed by: kib, jhb MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D43100
|