From patchwork Thu Nov 8 14:44:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steffen Maier X-Patchwork-Id: 10674515 Return-Path: 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 47D6A15E9 for ; Thu, 8 Nov 2018 14:49:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 353F62DD23 for ; Thu, 8 Nov 2018 14:49:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2952F2DD29; Thu, 8 Nov 2018 14:49:10 +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 C6E3F2DD23 for ; Thu, 8 Nov 2018 14:49:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727082AbeKIAY7 (ORCPT ); Thu, 8 Nov 2018 19:24:59 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:36488 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726869AbeKIAY7 (ORCPT ); Thu, 8 Nov 2018 19:24:59 -0500 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wA8EkPA8016480 for ; Thu, 8 Nov 2018 09:49:07 -0500 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0b-001b2d01.pphosted.com with ESMTP id 2nmmfs01q7-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 08 Nov 2018 09:46:32 -0500 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Nov 2018 14:45:27 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (9.149.109.197) by e06smtp04.uk.ibm.com (192.168.101.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Thu, 8 Nov 2018 14:45:24 -0000 Received: from d06av21.portsmouth.uk.ibm.com (d06av21.portsmouth.uk.ibm.com [9.149.105.232]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id wA8EjMQV51511436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 8 Nov 2018 14:45:22 GMT Received: from d06av21.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 9566252051; Thu, 8 Nov 2018 14:45:22 +0000 (GMT) Received: from tuxmaker.boeblingen.de.ibm.com (unknown [9.152.85.9]) by d06av21.portsmouth.uk.ibm.com (Postfix) with ESMTPS id 532395204F; Thu, 8 Nov 2018 14:45:22 +0000 (GMT) From: Steffen Maier To: "James E . J . Bottomley" , "Martin K . Petersen" Cc: linux-scsi@vger.kernel.org, linux-s390@vger.kernel.org, Benjamin Block , Martin Schwidefsky , Heiko Carstens , Steffen Maier Subject: [PATCH 00/23] zfcp updates for v4.21 Date: Thu, 8 Nov 2018 15:44:35 +0100 X-Mailer: git-send-email 2.16.4 X-TM-AS-GCONF: 00 x-cbid: 18110814-0016-0000-0000-0000022337F9 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18110814-0017-0000-0000-0000327B8D0B Message-Id: <20181108144458.29012-1-maier@linux.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-11-08_08:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 lowpriorityscore=0 mlxlogscore=932 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1807170000 definitions=main-1811080126 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP James, Martin, this is the zfcp patch set for the v4.21 merge window. The patches apply to Martin's 4.21/scsi-queue and to James' misc branch. Patch 1 is a small feature to select DIF only without DIX. Patches 2-23 are cleanups including resolving new build warnings. Fedor Loshakov (1): zfcp: make DIX experimental, disabled, and independent of DIF Steffen Maier (21): zfcp: move SG table helper from aux to fc and make them static zfcp: drop unnecessary forward prototype for struct zfcp_reqlist zfcp: move scsi_eh & non-ERP timeout defines owned by and local to zfcp_fsf.c zfcp: update width in comment for ZFCP_COMMON_FLAGS mask zfcp: namespace prefix for internal latency data structures zfcp: group sort internal structure definitions for proximity zfcp: drop unnecessary forward prototype for struct zfcp_fsf_req zfcp: drop duplicate fsf_command from zfcp_fsf_req which is also in QTCB header zfcp: drop duplicate seq_no from zfcp_fsf_req which is also in QTCB header zfcp: update kernel message for invalid FCP_CMND length, it's not the CDB zfcp: ERP thread setup kdoc update zfcp: clarify function argument name for trace tag string zfcp: the action field of zfcp_erp_action is actually the type zfcp: use enum zfcp_erp_steps for struct zfcp_erp_action.step zfcp: use enum zfcp_erp_act_result for argument/return of affected functions zfcp: properly format LUN (and WWPN) for LUN sharing violation kmsg zfcp: silence all W=1 build warnings for existing kdoc zfcp: silence remaining kdoc warnings in header files zfcp: silence -Wimplicit-fallthrough in zfcp_erp_lun_strategy() zfcp: drop default switch case which might paper over missing case zfcp: drop old default switch case which might paper over missing case zhong jiang (1): zfcp: remove unnecessary null pointer check before mempool_destroy