Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758955AbcDAOIO (ORCPT ); Fri, 1 Apr 2016 10:08:14 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:52663 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbcDAOIL (ORCPT ); Fri, 1 Apr 2016 10:08:11 -0400 Subject: Re: [lkp] [blk] 1131f64d74: BUG: unable to handle kernel NULL pointer dereference at 0000000000000008 To: kernel test robot References: <874mblhgcb.fsf@yhuang-dev.intel.com> CC: , LKML From: Jens Axboe Message-ID: <56FE80C6.3090206@fb.com> Date: Fri, 1 Apr 2016 08:08:06 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <874mblhgcb.fsf@yhuang-dev.intel.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.54.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-04-01_06:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1749 Lines: 40 On 04/01/2016 02:40 AM, kernel test robot wrote: > FYI, we noticed the below changes on > > https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git wb-buf-throttle > commit 1131f64d74958d495d8a6d5f9b981e86ed3beb7a ("blk-mq: don't throttle for virtual devices") > > > +------------------------------------------+------------+------------+ > | | f21fb0e42c | 1131f64d74 | > +------------------------------------------+------------+------------+ > | boot_successes | 6 | 0 | > | boot_failures | 0 | 6 | > | BUG:unable_to_handle_kernel | 0 | 6 | > | Oops | 0 | 6 | > | RIP:blk_wb_wait | 0 | 6 | > | Kernel_panic-not_syncing:Fatal_exception | 0 | 6 | > | backtrace:init | 0 | 6 | > | backtrace:kernel_init_freeable | 0 | 6 | > +------------------------------------------+------------+------------+ > > > > [ 8.897469] FDC 0 is a S82078B > [ 8.984074] brd: module loaded > [ 9.030737] loop: module loaded > [ 9.045718] BUG: unable to handle kernel NULL pointer dereference at 0000000000000008 > [ 9.048069] IP: [] blk_wb_wait+0x5/0x174 Fixed: http://git.kernel.dk/cgit/linux-block/commit/?h=wb-buf-throttle&id=811ea72827a70139a0520ec07b39d6a4baa62de1 it was introduced by this commit: http://git.kernel.dk/cgit/linux-block/commit/?h=wb-buf-throttle&id=1131f64d74958d495d8a6d5f9b981e86ed3beb7a and both will be folded for the next release. -- Jens Axboe