From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8FA4C06510 for ; Tue, 2 Jul 2019 13:34:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B74CC2146F for ; Tue, 2 Jul 2019 13:34:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726457AbfGBNeI (ORCPT ); Tue, 2 Jul 2019 09:34:08 -0400 Received: from verein.lst.de ([213.95.11.211]:42682 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726375AbfGBNeI (ORCPT ); Tue, 2 Jul 2019 09:34:08 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 84B6868B20; Tue, 2 Jul 2019 15:34:06 +0200 (CEST) Date: Tue, 2 Jul 2019 15:34:06 +0200 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , Matias Bjorling , linux-block@vger.kernel.org Subject: Re: remove bi_phys_segments and related cleanups Message-ID: <20190702133406.GC15874@lst.de> References: <20190606102904.4024-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Mon, Jul 01, 2019 at 10:46:12AM -0600, Jens Axboe wrote: > No console on that system, but that's OK since the trace itself > isn't that interesting. We end up crashing in nvme_queue_rq(), > here: Weird. Is that a nvme device with our without a volativle write cache? Can you send me your .config?