Message ID | 20190402195815.254796-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <target-devel-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DD7D71390 for <patchwork-target-devel@patchwork.kernel.org>; Tue, 2 Apr 2019 19:58:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C39AA28684 for <patchwork-target-devel@patchwork.kernel.org>; Tue, 2 Apr 2019 19:58:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B4702288D3; Tue, 2 Apr 2019 19:58:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5CF4528684 for <patchwork-target-devel@patchwork.kernel.org>; Tue, 2 Apr 2019 19:58:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726329AbfDBT61 (ORCPT <rfc822;patchwork-target-devel@patchwork.kernel.org>); Tue, 2 Apr 2019 15:58:27 -0400 Received: from mail-pf1-f196.google.com ([209.85.210.196]:37517 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726157AbfDBT60 (ORCPT <rfc822;target-devel@vger.kernel.org>); Tue, 2 Apr 2019 15:58:26 -0400 Received: by mail-pf1-f196.google.com with SMTP id 8so6908907pfr.4 for <target-devel@vger.kernel.org>; Tue, 02 Apr 2019 12:58:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ODJiStmOW2wG5irqZd8Dpgi4z2lx3Xau1Ko8baIGlkg=; b=gxE/nZcuVjB5VCzWV6Sor3/yAbt1/VerTCX4Cyn3uY/WyAPQb9kfd647bniCj05doh OGpz2wmW2mKZZLaWgesJto65tPHKW0K88wzOBJWjtxe8pqLdpPeiwKw9tCkepVF3qfVW TmE89WSroSiVfbDyJh2ovQgu8liE4dvwwEZNRUEh4cup/0RQ29roFYX13V3a7oSSyPS/ r9GR3nJrWbJXxTHcY97va2Fq32vMohHEHb1aJHSFIpglLzmI7l/p4er58PM3squC5Jkf ugQTA+pe/7EQzGDLyFQIIfQIOWub2J2afaP2/AGwiYCYkdtQPojWCmqtBNNOAmuiVd7j 2Mfg== X-Gm-Message-State: APjAAAXh5hFVdDAquhgPBX7cQgNz92grSTrmaZfggMKT6zjVDXnulPiT I7oZRLPjd95n2z8aCPiX7WQ= X-Google-Smtp-Source: APXvYqwnLDr7Ulht+bGFSPOxDBz4yilmvrMlmX1BxUIIwRBvaMkEGIbuTW5UhWxPdaTqe26RCeYJTA== X-Received: by 2002:aa7:8453:: with SMTP id r19mr43292483pfn.44.1554235105843; Tue, 02 Apr 2019 12:58:25 -0700 (PDT) Received: from desktop-bart.svl.corp.google.com ([2620:15c:2cd:203:5cdc:422c:7b28:ebb5]) by smtp.gmail.com with ESMTPSA id o5sm49055490pfa.135.2019.04.02.12.58.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Apr 2019 12:58:25 -0700 (PDT) From: Bart Van Assche <bvanassche@acm.org> To: "Martin K . Petersen" <martin.petersen@oracle.com> Cc: Mike Christie <mchristie@redhat.com>, Christoph Hellwig <hch@lst.de>, target-devel@vger.kernel.org, Bart Van Assche <bvanassche@acm.org> Subject: [PATCH 00/11] SCSI target patches for kernel v5.2 Date: Tue, 2 Apr 2019 12:58:04 -0700 Message-Id: <20190402195815.254796-1-bvanassche@acm.org> X-Mailer: git-send-email 2.20.GIT MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: target-devel-owner@vger.kernel.org Precedence: bulk List-ID: <target-devel.vger.kernel.org> X-Mailing-List: target-devel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
SCSI target patches for kernel v5.2
|
expand
|
Bart, > This patch series fixes a few bugs and also simplifies the SCSI target > code. Applied to 5.2/scsi-queue, thanks!