Re: [Fwd: Emulating USB devices from userspace]

2016-12-12 Thread Krzysztof Opasiak
On 12/12/2016 09:12 PM, Fabian Vogt wrote: > Am Montag, 12. Dezember 2016, 20:55:24 CET schrieb Krzysztof Opasiak: >> >> On 12/12/2016 08:18 PM, Fabian Vogt wrote: >>> Am Montag, 12. Dezember 2016, 19:47:00 CET schrieb Krzysztof Opasiak: On 12/12/2016 04:40 PM, Fabian Vogt wrote: >

Re: [Fwd: Emulating USB devices from userspace]

2016-12-12 Thread Fabian Vogt
Am Montag, 12. Dezember 2016, 20:55:24 CET schrieb Krzysztof Opasiak: > > On 12/12/2016 08:18 PM, Fabian Vogt wrote: > > Am Montag, 12. Dezember 2016, 19:47:00 CET schrieb Krzysztof Opasiak: > >> > >> On 12/12/2016 04:40 PM, Fabian Vogt wrote: > >>> Hi, > >>> > >>> (sorry for the missing message

Re: [Fwd: Emulating USB devices from userspace]

2016-12-12 Thread Krzysztof Opasiak
On 12/12/2016 08:18 PM, Fabian Vogt wrote: > Am Montag, 12. Dezember 2016, 19:47:00 CET schrieb Krzysztof Opasiak: >> >> On 12/12/2016 04:40 PM, Fabian Vogt wrote: >>> Hi, >>> >>> (sorry for the missing message ID, I wasn't subscribed to this list >>> beforehand so I did not get the original

Re: [Fwd: Emulating USB devices from userspace]

2016-12-12 Thread Fabian Vogt
Am Montag, 12. Dezember 2016, 19:47:00 CET schrieb Krzysztof Opasiak: > > On 12/12/2016 04:40 PM, Fabian Vogt wrote: > > Hi, > > > > (sorry for the missing message ID, I wasn't subscribed to this list > > beforehand so I did not get the original message) > > > > On Fri, Dec 09, 2016 at

Re: [Fwd: Emulating USB devices from userspace]

2016-12-12 Thread Krzysztof Opasiak
On 12/12/2016 04:40 PM, Fabian Vogt wrote: > Hi, > > (sorry for the missing message ID, I wasn't subscribed to this list > beforehand so I did not get the original message) > > On Fri, Dec 09, 2016 at 12:38:23AM +0100, Andrey Konovalov wrote: >> Hi, >> >> I'm working on a way to extend

Re: [Fwd: Emulating USB devices from userspace]

2016-12-12 Thread Fabian Vogt
Hi, (sorry for the missing message ID, I wasn't subscribed to this list beforehand so I did not get the original message) On Fri, Dec 09, 2016 at 12:38:23AM +0100, Andrey Konovalov wrote: > Hi, > > I'm working on a way to extend syzkaller [1] to support fuzzing of the > USB subsystem. The idea

Re: Emulating USB devices from userspace

2016-12-09 Thread Alan Stern
On Fri, 9 Dec 2016, Felipe Balbi wrote: > Hi, > > Andrey Konovalov writes: > > On Fri, Dec 9, 2016 at 8:20 AM, Greg Kroah-Hartman > > wrote: > >> On Fri, Dec 09, 2016 at 12:38:23AM +0100, Andrey Konovalov wrote: > >>> Hi, > >>> > >>> I'm

Re: Emulating USB devices from userspace

2016-12-09 Thread Felipe Balbi
Hi, Andrey Konovalov writes: > On Fri, Dec 9, 2016 at 8:20 AM, Greg Kroah-Hartman > wrote: >> On Fri, Dec 09, 2016 at 12:38:23AM +0100, Andrey Konovalov wrote: >>> Hi, >>> >>> I'm working on a way to extend syzkaller [1] to support fuzzing of

Re: Emulating USB devices from userspace

2016-12-09 Thread Andrey Konovalov
On Fri, Dec 9, 2016 at 8:20 AM, Greg Kroah-Hartman wrote: > On Fri, Dec 09, 2016 at 12:38:23AM +0100, Andrey Konovalov wrote: >> Hi, >> >> I'm working on a way to extend syzkaller [1] to support fuzzing of the >> USB subsystem. The idea is to be able to emulate various

Re: Emulating USB devices from userspace

2016-12-08 Thread Greg Kroah-Hartman
On Fri, Dec 09, 2016 at 12:38:23AM +0100, Andrey Konovalov wrote: > Hi, > > I'm working on a way to extend syzkaller [1] to support fuzzing of the > USB subsystem. The idea is to be able to emulate various USB devices > and fuzz communication between the emulated device and the kernel. I'm >

Emulating USB devices from userspace

2016-12-08 Thread Andrey Konovalov
Hi, I'm working on a way to extend syzkaller [1] to support fuzzing of the USB subsystem. The idea is to be able to emulate various USB devices and fuzz communication between the emulated device and the kernel. I'm looking for a way to emulate devices from userspace. Similar to how tuntap allows