From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936738AbdKPTdE (ORCPT ); Thu, 16 Nov 2017 14:33:04 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:39555 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965083AbdKPTcn (ORCPT ); Thu, 16 Nov 2017 14:32:43 -0500 X-Google-Smtp-Source: AGs4zMayS4RB7my0EwMj2zKXz3gR/GTt1StPH+7Ivw1arxbrUpIMoEPe2e8Qk5slhO56mbhjx+KREQ== Date: Thu, 16 Nov 2017 11:32:39 -0800 From: Kees Cook To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] tree-dependent timer conversions for v4.15-rc1 Message-ID: <20171116193239.GA30156@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, I'm not sure if I should send this to you or Linus, but since everything else has gone through you, I'll start by sending it your way. Please pull these timer conversions, now that all the dependent trees have landed in Linus's tree. This is, obviously, based on Linus's tree, not tip/timers/core. After these, I'm waiting on a couple more trees to land in the merge window (that have the final non-trivial conversions) before we can perform the global Coccinelle script runs. Thanks! -Kees The following changes since commit 2bf16b7a73caf3435f782e4170cfe563675e10f9: Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc (2017-11-16 09:10:59 -0800) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/for-linus-timer-conversions-v4.15-rc1 for you to fetch changes up to aa6f02a3d91f782bc11ece8e7bf3b7948ecade15: s390: cmm: Convert timers to use timer_setup() (2017-11-16 10:26:53 -0800) ---------------------------------------------------------------- This is the last batch of timer conversions that were dependent on other trees. With those trees now merged, these can land too. ---------------------------------------------------------------- Kees Cook (9): drivers/firmware: psci: Convert timers to use timer_setup() usb: usbatm: Convert timers to use timer_setup() drm/i915/selftests: Convert timers to use timer_setup() net/atm/mpc: Avoid open-coded assignment of timer callback function block/laptop_mode: Convert timers to use timer_setup() drm/vc4: Convert timers to use timer_setup() drivers/net: cris: Convert timers to use timer_setup() lightnvm: Convert timers to use timer_setup() s390: cmm: Convert timers to use timer_setup() arch/s390/mm/cmm.c | 8 +++--- block/blk-core.c | 10 ++++---- drivers/firmware/psci_checker.c | 4 +-- drivers/gpu/drm/i915/selftests/lib_sw_fence.c | 6 ++--- drivers/gpu/drm/vc4/vc4_bo.c | 9 +++---- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++----- drivers/lightnvm/pblk-core.c | 4 +-- drivers/lightnvm/pblk-gc.c | 6 ++--- drivers/lightnvm/pblk-init.c | 2 +- drivers/lightnvm/pblk-rl.c | 6 ++--- drivers/lightnvm/pblk.h | 2 +- drivers/lightnvm/rrpc.c | 6 ++--- drivers/net/cris/eth_v10.c | 36 +++++++++++++-------------- drivers/usb/atm/cxacru.c | 23 +++++++++++------ drivers/usb/atm/speedtch.c | 16 ++++++------ drivers/usb/atm/usbatm.c | 10 ++++---- include/linux/writeback.h | 2 +- mm/page-writeback.c | 7 +++--- net/atm/mpc.c | 3 +-- 19 files changed, 85 insertions(+), 85 deletions(-) -- Kees Cook Pixel Security