Searched hist:"6 addf06a3c4dad68d8d7032e31714e81b438c7d9" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | diff 6addf06a3c4dad68d8d7032e31714e81b438c7d9 Mon Sep 28 20:48:01 CDT 2020 Shu-Chun Weng <scw@google.com> linux-user: Add most IFTUN ioctls
The three options handling `struct sock_fprog` (TUNATTACHFILTER, TUNDETACHFILTER, and TUNGETFILTER) are not implemented. Linux kernel keeps a user space pointer in them which we cannot correctly handle.
Signed-off-by: Josh Kunz <jkz@google.com> Signed-off-by: Shu-Chun Weng <scw@google.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20200929014801.655524-1-scw@google.com> [lv: use 0 size in unlock_user()] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
H A D | syscall_defs.h | diff 6addf06a3c4dad68d8d7032e31714e81b438c7d9 Mon Sep 28 20:48:01 CDT 2020 Shu-Chun Weng <scw@google.com> linux-user: Add most IFTUN ioctls
The three options handling `struct sock_fprog` (TUNATTACHFILTER, TUNDETACHFILTER, and TUNGETFILTER) are not implemented. Linux kernel keeps a user space pointer in them which we cannot correctly handle.
Signed-off-by: Josh Kunz <jkz@google.com> Signed-off-by: Shu-Chun Weng <scw@google.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20200929014801.655524-1-scw@google.com> [lv: use 0 size in unlock_user()] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
H A D | syscall.c | diff 6addf06a3c4dad68d8d7032e31714e81b438c7d9 Mon Sep 28 20:48:01 CDT 2020 Shu-Chun Weng <scw@google.com> linux-user: Add most IFTUN ioctls
The three options handling `struct sock_fprog` (TUNATTACHFILTER, TUNDETACHFILTER, and TUNGETFILTER) are not implemented. Linux kernel keeps a user space pointer in them which we cannot correctly handle.
Signed-off-by: Josh Kunz <jkz@google.com> Signed-off-by: Shu-Chun Weng <scw@google.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20200929014801.655524-1-scw@google.com> [lv: use 0 size in unlock_user()] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|