From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] net: macb: initialize bp->queues[0].bp for at91rm9200 Date: Thu, 28 Jun 2018 13:50:35 +0900 (KST) Message-ID: <20180628.135035.1675371432262099147.davem@davemloft.net> References: <20180626084401.16780-1-alexandre.belloni@bootlin.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: rafalo@cadence.com, nicolas.ferre@microchip.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: alexandre.belloni@bootlin.com Return-path: In-Reply-To: <20180626084401.16780-1-alexandre.belloni@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Alexandre Belloni Date: Tue, 26 Jun 2018 10:44:01 +0200 > The macb driver currently crashes on at91rm9200 with the following trace: > > Unable to handle kernel NULL pointer dereference at virtual address 00000014 > [...] > [] (macb_rx_desc) from [] (at91ether_open+0x2e8/0x3f8) > [] (at91ether_open) from [] (__dev_open+0x120/0x13c) > [] (__dev_open) from [] (__dev_change_flags+0x17c/0x1a8) > [] (__dev_change_flags) from [] (dev_change_flags+0x18/0x4c) > [] (dev_change_flags) from [] (ip_auto_config+0x220/0x10b0) > [] (ip_auto_config) from [] (do_one_initcall+0x78/0x18c) > [] (do_one_initcall) from [] (kernel_init_freeable+0x184/0x1c4) > [] (kernel_init_freeable) from [] (kernel_init+0x8/0xe8) > [] (kernel_init) from [] (ret_from_fork+0x14/0x34) > > Solve that by initializing bp->queues[0].bp in at91ether_init (as is done > in macb_init). > > Fixes: ae1f2a56d273 ("net: macb: Added support for many RX queues") > Signed-off-by: Alexandre Belloni Applied and queued up for -stable.