Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759021AbbGHRRM (ORCPT ); Wed, 8 Jul 2015 13:17:12 -0400 Received: from mail-ig0-f182.google.com ([209.85.213.182]:36334 "EHLO mail-ig0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757327AbbGHRRH (ORCPT ); Wed, 8 Jul 2015 13:17:07 -0400 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 8 Jul 2015 10:17:07 -0700 X-Google-Sender-Auth: e4BQ_h22rpyCMvz1WPfZIQ_44uI Message-ID: Subject: Re: Linux 4.2-rc1 From: Linus Torvalds To: Shuah Khan , Ming Lei , Greg Kroah-Hartman Cc: Linux Kernel Mailing List , Shuah Khan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 25 On Wed, Jul 8, 2015 at 9:32 AM, Shuah Khan 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: [] 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/