Message ID | 20180911192226.3620-1-labbott@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-scsi-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 9FB3414F9 for <patchwork-linux-scsi@patchwork.kernel.org>; Tue, 11 Sep 2018 19:22:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A0AB29D0D for <patchwork-linux-scsi@patchwork.kernel.org>; Tue, 11 Sep 2018 19:22:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8C33829D1A; Tue, 11 Sep 2018 19:22:50 +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=unavailable 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 34A7E29D0D for <patchwork-linux-scsi@patchwork.kernel.org>; Tue, 11 Sep 2018 19:22:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727768AbeILAXQ (ORCPT <rfc822;patchwork-linux-scsi@patchwork.kernel.org>); Tue, 11 Sep 2018 20:23:16 -0400 Received: from mail-qt0-f193.google.com ([209.85.216.193]:37164 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727009AbeILAXQ (ORCPT <rfc822;linux-scsi@vger.kernel.org>); Tue, 11 Sep 2018 20:23:16 -0400 Received: by mail-qt0-f193.google.com with SMTP id n6-v6so29477671qtl.4 for <linux-scsi@vger.kernel.org>; Tue, 11 Sep 2018 12:22:32 -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; bh=NunjoSAcVM/aaTz+L3MBkvCn85etpDScdIPk/gOpqL8=; b=GoiZQtBlXiZxslc6Mkun2hpGYzA+MYFLNu3IDW+bL+XhY4lsyDbuHue1gEOJhz1ukH 587F7pEs7wOYsePfWHUB7wJ7iCRM7kV+psdXo/Un5SRFMV4uxk4wEAJG9KFMXWOlidb0 qKCz1dhi1XMOwb6XaEZiHjYQz5e7roxg3u01vStjsUWkq8KRCF9cZOcWOec8vsM2oFi1 iXHzW2tVI4tqNPahqAcsvnFjb/p5Wn88NnjexWfJTl7GCM7qtcCf2i/lF88cL1jG20yP PLr8hJEOxEvhEHMTeBJyI5GEyOHCgQJoWDU6QACIMZLTOKOjMrZXCUUryHNnaKlBWv+Q 251w== X-Gm-Message-State: APzg51ANVYmsof/miPwOtcbJgyETBtegdM8/zYuX/a818OgMFE4vv+Kb 1zAVzDsE0T+10MvCku8QZ4DuMA== X-Google-Smtp-Source: ANB0VdY3Gjw2GZvKLruJqYNZ9ob1pmh6MQq5hZSKepCe9EjYePQUvtSdeDdCC3e9K5J2tKv9XxUVbw== X-Received: by 2002:a0c:942f:: with SMTP id h44-v6mr20016377qvh.0.1536693752306; Tue, 11 Sep 2018 12:22:32 -0700 (PDT) Received: from labbott-redhat.redhat.com ([2601:602:9802:a8dc::42c3]) by smtp.gmail.com with ESMTPSA id g14-v6sm13639452qtc.66.2018.09.11.12.22.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 11 Sep 2018 12:22:31 -0700 (PDT) From: Laura Abbott <labbott@redhat.com> To: "Bryant G. Ly" <bryantly@linux.vnet.ibm.com>, Michael Cyr <mikecyr@linux.vnet.ibm.com>, Kees Cook <keescook@chromium.org> Cc: Laura Abbott <labbott@redhat.com>, "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>, "Martin K. Petersen" <martin.petersen@oracle.com>, linux-scsi@vger.kernel.org, target-devel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCHv3 0/2] String fixups in ibmvscsi Date: Tue, 11 Sep 2018 12:22:24 -0700 Message-Id: <20180911192226.3620-1-labbott@redhat.com> X-Mailer: git-send-email 2.17.1 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: <linux-scsi.vger.kernel.org> X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
String fixups in ibmvscsi
|
expand
|
Laura, > This is (hopefully) the last version of the string fixups found in the > ibmvscsi driver. Applied to 4.19/scsi-fixes, thank you!