On Fri, Aug 16, 2013 at 3:35 PM, Jesse Gross wrote:
> On Fri, Aug 16, 2013 at 3:28 PM, Pravin Shelar wrote:
> >
> >
> >
> > On Fri, Aug 16, 2013 at 3:24 PM, Jesse Gross wrote:
> >>
> >> On Fri, Aug 16, 2013 at 3:00 PM, Pravin B Shelar
> >> wrote:
> >> > net_namespace-device can get registered
On Fri, Aug 16, 2013 at 3:28 PM, Pravin Shelar wrote:
>
>
>
> On Fri, Aug 16, 2013 at 3:24 PM, Jesse Gross wrote:
>>
>> On Fri, Aug 16, 2013 at 3:00 PM, Pravin B Shelar
>> wrote:
>> > net_namespace-device can get registered after module init, e.g. vxlan
>> > registers name-space-device on port a
On Fri, Aug 16, 2013 at 3:24 PM, Jesse Gross wrote:
> On Fri, Aug 16, 2013 at 3:00 PM, Pravin B Shelar
> wrote:
> > net_namespace-device can get registered after module init, e.g. vxlan
> > registers name-space-device on port add. On kernel without namespace
> > support __net_init is defined as
On Fri, Aug 16, 2013 at 3:00 PM, Pravin B Shelar wrote:
> net_namespace-device can get registered after module init, e.g. vxlan
> registers name-space-device on port add. On kernel without namespace
> support __net_init is defined as __init which cause panic on vxlan port
> add. Following patch f
net_namespace-device can get registered after module init, e.g. vxlan
registers name-space-device on port add. On kernel without namespace
support __net_init is defined as __init which cause panic on vxlan port
add. Following patch fixes it.
BUG: unable to handle kernel paging request at