Re: Linux 4.2-rc1

From: Linus Torvalds
Date: Wed Jul 08 2015 - 13:17:15 EST


On Wed, Jul 8, 2015 at 9:32 AM, Shuah Khan <shuahkhan@xxxxxxxxx> wrote:
>
> I am seeing the following NULL pointer dereference on my test system:
>
> [ 3.640599] BUG: unable to handle kernel NULL pointer dereference at 0000000000000080
> [ 3.640609] IP: [<ffffffff814f1463>] firmware_uevent+0x23/0x80

Decoding the "Code:" line shows that this is the "->fw_id" dereference in

if (add_uevent_var(env, "FIRMWARE=%s", fw_priv->buf->fw_id))
return -ENOMEM;

and that "fw_priv->buf" pointer is NULL.

However, I don't see anything that looks like it should have changed
any of this since 4.1.

Adding the appropriate firmware people to the cc.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/