Re: GPF in rt6_uncached_list_flush_dev

2015-10-12 Thread Eric W. Biederman
Eric Dumazet writes: > On Mon, 2015-10-12 at 11:34 +0200, Dmitry Vyukov wrote: >> Hello, >> >> The following program causes episodic crashes: >> >> // autogenerated by syzkaller (http://github.com/google/syzkaller) >> #include >> #define CLONE_NEWNET 0x4000 >> int main(void) >> { >>

Re: GPF in rt6_uncached_list_flush_dev

2015-10-12 Thread Eric Dumazet
On Mon, 2015-10-12 at 11:34 +0200, Dmitry Vyukov wrote: > Hello, > > The following program causes episodic crashes: > > // autogenerated by syzkaller (http://github.com/google/syzkaller) > #include > #define CLONE_NEWNET 0x4000 > int main(void) > { > unshare(CLONE_NEWNET); > } > > O