From patchwork Mon Sep 21 18:23:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Christie X-Patchwork-Id: 11790763 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8F524112C for ; Mon, 21 Sep 2020 19:12:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6C3372223E for ; Mon, 21 Sep 2020 19:12:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="YZl1zs/1" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726969AbgIUTMB (ORCPT ); Mon, 21 Sep 2020 15:12:01 -0400 Received: from aserp2130.oracle.com ([141.146.126.79]:48520 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726886AbgIUTMA (ORCPT ); Mon, 21 Sep 2020 15:12:00 -0400 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 08LIJOS8071634; Mon, 21 Sep 2020 18:23:21 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : subject : date : message-id; s=corp-2020-01-29; bh=U3j6L/xk+c76Zsv8t4/QrnWqYNYrBUnptNIeuKgkzwg=; b=YZl1zs/13XyA1NPYdPZiseaTbSKRyo4MyWWuVtcZ3pUm+DfTffnUnm6rtxxhhVAPu+OG gM6SerjcaOBwyZNkNp9xymQVbutUsAzNalmeoNkgKkFmRZ3gnWyZksIoDYWPUQ+/v4UZ sd3YoUDtWziet3R6mxbkLKe6F3fnvbCAzH58l0vJEkT4X7JlVyQRj43NV0RvjLuX0O+W Fxz/O4uIBjcDqFsRANueb4OqpAEMirzeR84HfAfUZwTqNa39H/EUPa40PrwfSVmr5wUc OcOPm4U9+JH6iUTuUKoP7vKJYX2IGQmsshagHma8UUpb2GVmHp54L3lskO/KPwvX29OQ 1A== Received: from aserp3030.oracle.com (aserp3030.oracle.com [141.146.126.71]) by aserp2130.oracle.com with ESMTP id 33n7gaa89r-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 21 Sep 2020 18:23:21 +0000 Received: from pps.filterd (aserp3030.oracle.com [127.0.0.1]) by aserp3030.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 08LIKIL9116078; Mon, 21 Sep 2020 18:23:21 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserp3030.oracle.com with ESMTP id 33nujm3dn9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 21 Sep 2020 18:23:21 +0000 Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 08LINKV3017920; Mon, 21 Sep 2020 18:23:20 GMT Received: from ol2.localdomain (/73.88.28.6) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 21 Sep 2020 11:23:20 -0700 From: Mike Christie To: martin.petersen@oracle.com, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, mst@redhat.com, jasowang@redhat.com, pbonzini@redhat.com, stefanha@redhat.com, virtualization@lists.linux-foundation.org Subject: [PATCH 0/8] vhost scsi: fixes and cleanups Date: Mon, 21 Sep 2020 13:23:00 -0500 Message-Id: <1600712588-9514-1-git-send-email-michael.christie@oracle.com> X-Mailer: git-send-email 1.8.3.1 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9751 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 malwarescore=0 mlxlogscore=999 phishscore=0 adultscore=0 spamscore=0 suspectscore=0 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2009210131 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9751 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 lowpriorityscore=0 bulkscore=0 mlxscore=0 suspectscore=0 impostorscore=0 malwarescore=0 spamscore=0 phishscore=0 mlxlogscore=999 clxscore=1011 adultscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2009210131 Precedence: bulk List-ID: X-Mailing-List: target-devel@vger.kernel.org The following patches were made over Linus's tree, but apply to Martin's 5.10 queue branch and Michael's vhost branch on this tree. The patches fixes a couple issues with vhost scsi's cmd allocation and completion handling, add support for LUN RESETs, and perform some cleanups to the vhost scsi flush code.