From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752395AbdJ0JgM (ORCPT ); Fri, 27 Oct 2017 05:36:12 -0400 Received: from mail-pg0-f42.google.com ([74.125.83.42]:56210 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058AbdJ0JgL (ORCPT ); Fri, 27 Oct 2017 05:36:11 -0400 X-Google-Smtp-Source: ABhQp+S+ZwtXqjKzqRVSPct25iLFQ8beHrFqlPL6D9wuiX3uggq5poBDGRsrWBrFRSM5D3qx6nJ9Eg== Date: Fri, 27 Oct 2017 02:36:08 -0700 From: Kees Cook To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org, "Martin K. Petersen" Subject: [GIT PULL] timers-conversion updates for next Message-ID: <20171027093608.GA15167@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, Please pull these timer conversions for tip/timers/core. These are the first batch that Martin asked us to carry in the timers tree. Thanks! -Kees The following changes since commit 52f737c2da40259ac9962170ce608b6fb1b55ee4: timer: Provide wrappers safe for use with LOCKDEP (2017-10-20 11:07:46 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/timers-conversion-next for you to fetch changes up to 74a0f5739292a636d337ad6f8d7cd0061636e0eb: scsi: smartpqi: Convert timers to use timer_setup() (2017-10-27 02:22:00 -0700) ---------------------------------------------------------------- First batch of scsi conversions that have been Reviewed or Acked. ---------------------------------------------------------------- Kees Cook (10): scsi: aic94xx: Convert timers to use timer_setup() scsi: be2iscsi: Convert timers to use timer_setup() scsi: bnx2i: Convert timers to use timer_setup() scsi: dc395x: Convert timers to use timer_setup() scsi: fcoe: Convert timers to use timer_setup() scsi: gdth: Convert timers to use timer_setup() scsi: isci: Convert timers to use timer_setup() scsi: libfc: Convert timers to use timer_setup() scsi: libiscsi: Convert timers to use timer_setup() scsi: smartpqi: Convert timers to use timer_setup() drivers/scsi/aic94xx/aic94xx_hwi.c | 3 +-- drivers/scsi/aic94xx/aic94xx_hwi.h | 5 ++--- drivers/scsi/aic94xx/aic94xx_scb.c | 6 +++--- drivers/scsi/aic94xx/aic94xx_tmf.c | 13 ++++++------- drivers/scsi/be2iscsi/be_main.c | 18 +++++++----------- drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 11 +++++------ drivers/scsi/bnx2i/bnx2i.h | 2 +- drivers/scsi/bnx2i/bnx2i_hwi.c | 4 ++-- drivers/scsi/bnx2i/bnx2i_iscsi.c | 15 ++++----------- drivers/scsi/dc395x.c | 13 +++++-------- drivers/scsi/fcoe/fcoe.c | 2 +- drivers/scsi/fcoe/fcoe_transport.c | 6 ++++-- drivers/scsi/gdth.c | 6 ++---- drivers/scsi/isci/host.c | 12 ++++++------ drivers/scsi/isci/isci.h | 6 ++---- drivers/scsi/isci/phy.c | 4 ++-- drivers/scsi/isci/port.c | 4 ++-- drivers/scsi/isci/port_config.c | 8 ++++---- drivers/scsi/libfc/fc_fcp.c | 21 ++++++++++----------- drivers/scsi/libiscsi.c | 16 ++++++---------- drivers/scsi/smartpqi/smartpqi_init.c | 9 ++++----- include/scsi/libfcoe.h | 2 +- 22 files changed, 80 insertions(+), 106 deletions(-) -- Kees Cook Pixel Security