From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qlG4v2kzFzDqBg for ; Wed, 13 Apr 2016 17:43:27 +1000 (AEST) Received: by mail-wm0-x242.google.com with SMTP id y144so11404286wmd.0 for ; Wed, 13 Apr 2016 00:43:27 -0700 (PDT) Sender: Ingo Molnar Date: Wed, 13 Apr 2016 09:43:19 +0200 From: Ingo Molnar To: Srikar Dronamraju Cc: Anton Blanchard , Peter Zijlstra , tglx@linutronix.de, efault@gmx.de, htejun@gmail.com, linux-kernel@vger.kernel.org, tj@kernel.org, torvalds@linux-foundation.org, zhaolei@cn.fujitsu.com, yangds.fnst@cn.fujitsu.com, hpa@zytor.com, Stephen Rothwell , Michael Ellerman , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] sched/cpuacct: Check for NULL when using task_pt_regs() Message-ID: <20160413074319.GA8968@gmail.com> References: <20160404140312.GA28495@linux.vnet.ibm.com> <20160406065436.GB3078@gmail.com> <20160406203219.788ae7cf@kryten> <20160406110803.GI2906@worktop> <20160406215950.04bc3f0b@kryten> <20160406132637.GA2108@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20160406132637.GA2108@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Srikar Dronamraju wrote: > * Anton Blanchard [2016-04-06 21:59:50]: > > > Looks good, and the patch below does fix the oops for me. > > > > Anton > > -- > > > > task_pt_regs() can return NULL for kernel threads, so add a check. > > This fixes an oops at boot on ppc64. > > > > Signed-off-by: Anton Blanchard > > Works for me too. > > Reported-and-Tested-by: Srikar Dronamraju Could someone please re-send the fix, because it has not reached me nor lkml. Thanks, Ingo