Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751456AbdGRQxj (ORCPT ); Tue, 18 Jul 2017 12:53:39 -0400 Received: from mx2.math.uh.edu ([129.7.128.33]:37078 "EHLO mx2.math.uh.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363AbdGRQxh (ORCPT ); Tue, 18 Jul 2017 12:53:37 -0400 From: Jason L Tibbitts III To: Johannes Thumshirn Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, dvyukov@google.com, hare@suse.com, hch@lst.de, martin.petersen@oracle.com Subject: Re: [REGRESSION] 28676d869bbb (scsi: sg: check for valid direction before starting the request) breaks mtx tape library control References: <20170718073747.GD4875@linux-x5ow.site> Date: Tue, 18 Jul 2017 11:53:29 -0500 In-Reply-To: <20170718073747.GD4875@linux-x5ow.site> (Johannes Thumshirn's message of "Tue, 18 Jul 2017 09:37:47 +0200") Message-ID: User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.9 (--) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 408 Lines: 10 >>>>> "JT" == Johannes Thumshirn writes: JT> This is fixed with: commit 68c59fcea1f2c6a54c62aa896cc623c1b5bc9b47 Hmm, well, I just pulled and built mainline, which does appear to contain that patch (though it wasn't there when I first started investigating this last week) and the problem is still there. I'll try building clean 4.12 and applying just that patch over the top. - J<