On Tue, Dec 23, 2014 at 04:37:21PM +0100, Arend van Spriel wrote:
On 12/23/14 15:48, Mika Westerberg wrote:
The driver looks for pdata->oob_irq_supported to find out if wowl can be
supported. However, not all platforms populate pdata in which case we crash
the kernel because of NULL pointer dereference.
Thanks, Mika
However, this was already reported by Dan Carpenter and I submitted a patch
for that a couple of days ago: "[PATCH 02/10] brcmfmac: Fix possible
dereference of NULL pointer." [1].
Regards,
Arend
[1]
http://mid.gmane.org/1419162233-19492-3-git-send-email-arend@xxxxxxxxxxxx
Oh, good. I didn't notice that one.
Thanks for fixing it :)
BTW, that patch seems to miss brcmf_ops_sdio_resume(), perhaps it is
fixed in another patch?