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

Reply via email to