From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752680AbdKHORy (ORCPT ); Wed, 8 Nov 2017 09:17:54 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:50444 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752637AbdKHORv (ORCPT ); Wed, 8 Nov 2017 09:17:51 -0500 From: Steffen Maier To: "James E . J . Bottomley" , "Martin K . Petersen" , Kees Cook Cc: linux-scsi@vger.kernel.org, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Schwidefsky , Heiko Carstens , Steffen Maier Subject: [PATCH 0/3] zfcp: timer_setup() refactoring feature for v4.15-rc1 Date: Wed, 8 Nov 2017 15:17:06 +0100 X-Mailer: git-send-email 2.13.5 X-TM-AS-GCONF: 00 x-cbid: 17110814-0040-0000-0000-0000040BFA15 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17110814-0041-0000-0000-000020AE9A46 Message-Id: <20171108141709.79074-1-maier@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-11-08_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1711080191 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, here is a small series for the timer_setup() refactoring of zfcp. We target it for the merge window to land in v4.15-rc1. Unfortunately, they don't seem to apply to the current state of neither James' misc branch nor Martin's 4.15/scsi-queue branch, because they depend on: v4.14-rc3 686fef928bba ("timer: Prepare to change timer callback argument type") and v4.14-rc7 ab31fd0ce65e ("scsi: zfcp: fix erp_action use-before-initialize in REC action trace"). However, they do apply to Linus' tree for v4.14-rc7 or later and thus they would also apply for the upcoming merge window. In http://www.spinics.net/lists/linux-scsi/msg114581.html I saw a decision to have such changes go in via the timer tree. I would be happy with that. Kees Cook (1): zfcp: convert timers to use timer_setup() Steffen Maier (2): zfcp: purely mechanical update using timer API, plus blank lines zfcp: drop open coded assignments of timer_list.function drivers/s390/scsi/zfcp_erp.c | 15 +++++++++------ drivers/s390/scsi/zfcp_ext.h | 2 +- drivers/s390/scsi/zfcp_fsf.c | 13 ++++++------- 3 files changed, 16 insertions(+), 14 deletions(-) -- 2.13.5