Re: [PATCH net v3 00/11] net: fix nested device bugs

2019-09-22 Thread Taehee Yoo
On Sat, 21 Sep 2019 at 08:59, Jakub Kicinski wrote: > > On Mon, 16 Sep 2019 22:47:51 +0900, Taehee Yoo wrote: > > This patchset fixes several bugs that are related to nesting > > device infrastructure. > > Current nesting infrastructure code doesn't limit the depth level of > > devices. nested dev

Re: [PATCH net v3 00/11] net: fix nested device bugs

2019-09-20 Thread Jakub Kicinski
On Mon, 16 Sep 2019 22:47:51 +0900, Taehee Yoo wrote: > This patchset fixes several bugs that are related to nesting > device infrastructure. > Current nesting infrastructure code doesn't limit the depth level of > devices. nested devices could be handled recursively. at that moment, > it needs hug

[PATCH net v3 00/11] net: fix nested device bugs

2019-09-16 Thread Taehee Yoo
This patchset fixes several bugs that are related to nesting device infrastructure. Current nesting infrastructure code doesn't limit the depth level of devices. nested devices could be handled recursively. at that moment, it needs huge memory and stack overflow could occur. Below devices type have