Re: [net] BUG: unable to handle kernel NULL pointer dereference at 000000000000022f

2014-05-13 Thread Marc Kleine-Budde
On 05/13/2014 09:43 AM, Marc Kleine-Budde wrote: > On 05/13/2014 07:14 AM, Oliver Hartkopp wrote: >> Hello Jet, >> >> this is likely not CAN related, as >> >> # CONFIG_CAN is not set >> >> and all the CAN changes introduced by Marc's merge are not even compiled in >> your setup. >> >> So I assume t

Re: [net] BUG: unable to handle kernel NULL pointer dereference at 000000000000022f

2014-05-13 Thread Marc Kleine-Budde
On 05/13/2014 07:14 AM, Oliver Hartkopp wrote: > Hello Jet, > > this is likely not CAN related, as > > # CONFIG_CAN is not set > > and all the CAN changes introduced by Marc's merge are not even compiled in > your setup. > > So I assume the issue somewhere in the netlink or ipv6 stuff (see comm

Re: [net] BUG: unable to handle kernel NULL pointer dereference at 000000000000022f

2014-05-12 Thread Oliver Hartkopp
Hello Jet, this is likely not CAN related, as # CONFIG_CAN is not set and all the CAN changes introduced by Marc's merge are not even compiled in your setup. So I assume the issue somewhere in the netlink or ipv6 stuff (see commit at the end. Best regards, Oliver On 13.05.2014 04:52, Jet Che