On Sat, Sep 26, 2020 at 9:44 AM Laurent Vivier wrote:
> Le 24/07/2020 à 01:10, Shu-Chun Weng a écrit :
> > 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 cann
Le 24/07/2020 à 01:10, Shu-Chun Weng a écrit :
> 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
> Signed-off
Ping.
On Wed, Aug 5, 2020 at 4:22 PM Shu-Chun Weng wrote:
> Ping: https://patchew.org/QEMU/20200723231020.769893-1-...@google.com/
>
> On Thu, Jul 23, 2020 at 4:10 PM Shu-Chun Weng wrote:
>
>> The three options handling `struct sock_fprog` (TUNATTACHFILTER,
>> TUNDETACHFILTER, and TUNGETFILTER)
Ping: https://patchew.org/QEMU/20200723231020.769893-1-...@google.com/
On Thu, Jul 23, 2020 at 4:10 PM Shu-Chun Weng wrote:
> The three options handling `struct sock_fprog` (TUNATTACHFILTER,
> TUNDETACHFILTER, and TUNGETFILTER) are not implemented. Linux kernel
> keeps a user space pointer in th
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
Signed-off-by: Shu-Chun Weng
---
v2:
Title changed from "linux-use