linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] tree-dependent timer conversions for v4.15-rc1
Date: Thu, 16 Nov 2017 11:32:39 -0800	[thread overview]
Message-ID: <20171116193239.GA30156@beast> (raw)

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	other threads:[~2017-11-16 19:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171116193239.GA30156@beast \
    --to=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).