Received: by 10.223.164.202 with SMTP id h10csp261227wrb; Thu, 16 Nov 2017 23:39:18 -0800 (PST) X-Google-Smtp-Source: AGs4zMZIfnrx7w6oPkxHPIcrz6qkfSmNIx3hfJoX/crk8UALsOzjP5lZmp+7kBBihR6zLPPVDE9B X-Received: by 10.99.127.67 with SMTP id p3mr4272407pgn.321.1510904358466; Thu, 16 Nov 2017 23:39:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510904358; cv=none; d=google.com; s=arc-20160816; b=iYpy+rYtTVpbUugxeg7hkHOAwl8MOCMJCmdguAGjfaBpfDaudmpiQnHBdJAt82nmNX NPSj+2cqwpNxb7pIxZPrAQzoOELEp3DA8OJJJcarnZLXhH1PuM2+KWPed/PDrpwus5mK UQqCaHUuRvBtwVnAlmTUrCgGvyjHpEX+CfJdbh16dqZAFqTkcEUPVHye+29KG4CAiZud MwkTRER0F4N6oUAS/70OmFnn1o3ot2HfoE+X8oA1WttbKauLdsb1xuJXnIakjXqyx/4K 8ghqUiTJOrDxI/XGGwRHPQOFDcX4Tb8DrizTFStMxhoPdvYUogN8X1Tm9A/JUzo+XasS N5KA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-language :content-transfer-encoding:mime-version:user-agent:date:message-id :cc:subject:from:to:arc-authentication-results; bh=oezaHjUxab/300+yot7fP+w0v7EBGJzlYVrQ7MNHznU=; b=LtNnc8Ps6rB1SqGSY8OLvVNfYo1+YP4hwx1myQPFnf7vMoJWAIxkt85+JXOiJeSggh uCwC7u7dILjz8s2qrCWjwABvvYYD2+IV3RtfklXk5lurgJhdm2b/RGmPsQvBZ7SepyzJ GnJ7Q2bGRQBHXSIWKGgiIHlth66Cqkok+lfm3J+HEWE3LELWTlo1ZiBAR4LudTNoB0MG ScU3X5uKslokAB110g0ncfWnvIAdonytmYKrvQJjN4z+unpfrl8OmSPRc4W3ArhbUh4z yVNI6SGrEfeDddQh0U/RV3OpV52Z8XbPF/izCHZnSegU3659K64zwDO7XDjysBivDMfR 9ihw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v11si2240401pgs.347.2017.11.16.23.39.05; Thu, 16 Nov 2017 23:39:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965139AbdKPWIR convert rfc822-to-8bit (ORCPT + 92 others); Thu, 16 Nov 2017 17:08:17 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:57695 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964784AbdKPWIK (ORCPT ); Thu, 16 Nov 2017 17:08:10 -0500 Received: from 1.general.jsalisbury.us.vpn ([10.172.67.212]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1eFSKO-0003Vu-7E; Thu, 16 Nov 2017 22:08:08 +0000 To: hch@lst.de From: Joseph Salisbury Subject: [REGRESSION][v4.13.y][v4.14.y] scsi: libsas: allow async aborts Cc: jejb@linux.vnet.ibm.com, martin.petersen@oracle.com, hare@suse.de, jthumshirn@suse.de, bart.vanassche@wdc.com, bblock@linux.vnet.ibm.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, jth@kernel.org, stable@vger.kernel.org, gregkh@linuxfoundation.org, 1726519@bugs.launchpad.net Message-ID: <27d1c9b1-9a80-4982-290b-3916d6e5c80f@canonical.com> Date: Thu, 16 Nov 2017 17:08:05 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Christoph, A kernel bug report was opened against Ubuntu [0].  After a kernel bisect, it was found that reverting the following commit resolved this bug: 909657615d9b ("scsi: libsas: allow async aborts")       The regression was introduced as of v4.12-rc1, and it still exists in 4.14 mainline. I was hoping to get your feedback, since you are the patch author.  Do you think gathering any additional data will help diagnose this issue, or would it be best to submit a revert request?     Thanks,     Joe [0] http://pad.lv/1726519 From 1586143445244387581@xxx Thu Dec 07 16:31:05 +0000 2017 X-GM-THRID: 1586141164185435662 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread