From mboxrd@z Thu Jan 1 00:00:00 1970 From: hch@lst.de (Christoph Hellwig) Date: Thu, 14 Dec 2017 13:56:17 +0100 Subject: [BUG] NULL pointer dereference in nvme_setup_streams_ns In-Reply-To: References: Message-ID: <20171214125617.GA10616@lst.de> Try moving the call to nvme_setup_streams_ns until after the call to nvme_init_ns_head. I'll prepare a formal patch in a bit when I'm not on the run.