Re: [PATCH net-next] net: llc: remove init_net check

2017-12-13 Thread Alexander Aring
Hi, On Thu, Nov 30, 2017 at 3:12 PM, Eric Dumazet wrote: > ... > > > Well, we use different netns for isolation. > > You need more changes than simply removing this check, I guess. > > __llc_sap_find() would need a per netns list, or proper netns checks. > I looked deeper into this and try to mo

Re: [PATCH net-next] net: llc: remove init_net check

2017-11-30 Thread Eric Dumazet
On Thu, 2017-11-30 at 14:45 -0500, Alexander Aring wrote: > Commit e730c15519d09 ("[NET]: Make packet reception network namespace > safe") added several init_net compares to protocols with unknown > net namespace support. The idea was as users started using the > different > protocols they would te