From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932368AbbBBP6H (ORCPT ); Mon, 2 Feb 2015 10:58:07 -0500 Received: from mail-we0-f173.google.com ([74.125.82.173]:52592 "EHLO mail-we0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754340AbbBBP6C convert rfc822-to-8bit (ORCPT ); Mon, 2 Feb 2015 10:58:02 -0500 MIME-Version: 1.0 In-Reply-To: <54CF9DB9.2040601@fb.com> References: <54CF9DB9.2040601@fb.com> From: Jinpu Wang Date: Mon, 2 Feb 2015 16:57:36 +0100 Message-ID: Subject: Re: [BUG]rmmod null_blk lead to general protection fault on 3.19.0-rc6 To: Jens Axboe Cc: "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 2, 2015 at 4:54 PM, Jens Axboe wrote: > On 02/02/2015 06:50 AM, Jinpu Wang wrote: >> Hi Jens, >> >> I found 2 patches commits (74170118b & e09aae7e)from >> https://urldefense.proofpoint.com/v1/url?u=https://git.kernel.org/cgit/linux/kernel/git/axboe/linux-block.git/log/?h%3Dfor-linus&k=ZVNjlDMF0FElm4dQtryO4A%3D%3D%0A&r=3JMVyziIyZtZ5cv9eWNLwQ%3D%3D%0A&m=B%2Fuk4q3YJPslkWPjoGXmmezSkFvzUDPhhncagWWigXA%3D%0A&s=09d0b26b8774543e4465e713807e7b094241c9a8d8046e725011ce6836cf2adc >> >> After apply those 2 patches, the bug was fixed. >> Is it possible to include those 2 patches in official 3.19.0? > > Yes, they will be submitted for 3.19 shortly. > > -- > Jens Axboe > Hi Jens, Great to know, thanks Jack Wang