lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 6 Nov 2017 14:01:44 -0800
From:   Kees Cook <keescook@...omium.org>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] timers-conversion updates for next (part 4)

Hi Thomas,

Please pull these timer conversions for tip/timers/core. These are a couple
fixes and more conversions that have either been reviewed or have been
pending on the list long enough.

I expect at least one more pull that will have the last scsi fix and one
netfilter conversion. After that, there are 10 patches that will all be
late rc1 since they depend on multiple trees.

Details of the conversion progress is here:
https://marc.info/?l=linux-next&m=151000446600975&w=2

Thanks!

-Kees

The following changes since commit c7c2f3d9e86c2f09a514247d1623f00850125636:

  Merge tag 'timers-conversion-next3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/core (2017-11-03 00:06:08 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/timers-conversion-next4

for you to fetch changes up to 5ea22086ed42bef8dde93f45a42a3ace486eb788:

  block/aoe: discover_timer: Convert timers to use timer_setup() (2017-11-06 12:50:09 -0800)

----------------------------------------------------------------
- a couple fixes for less common build configurations
- more stragglers that have either been reviewed or gone long enough on list

----------------------------------------------------------------
Kees Cook (7):
      ARM: footbridge: Fix typo in timer conversion
      drivers/pcmcia: omap1: Fix error in automated timer conversion
      crypto: Convert timers to use timer_setup()
      mailbox: Convert timers to use timer_setup()
      drbd: Convert timers to use timer_setup()
      ide: Convert timers to use timer_setup()
      block/aoe: discover_timer: Convert timers to use timer_setup()

 arch/arm/mach-footbridge/dc21285.c   |  2 +-
 drivers/block/aoe/aoemain.c          | 44 +++++++-----------------------------
 drivers/block/drbd/drbd_int.h        |  4 ++--
 drivers/block/drbd/drbd_main.c       | 18 ++++++---------
 drivers/block/drbd/drbd_receiver.c   |  2 +-
 drivers/block/drbd/drbd_req.c        |  4 ++--
 drivers/block/drbd/drbd_req.h        |  2 +-
 drivers/block/drbd/drbd_worker.c     |  8 +++----
 drivers/crypto/axis/artpec6_crypto.c |  6 ++---
 drivers/crypto/mv_cesa.c             |  4 ++--
 drivers/crypto/picoxcell_crypto.c    |  7 +++---
 drivers/ide/ide-io.c                 |  4 ++--
 drivers/ide/ide-probe.c              |  2 +-
 drivers/mailbox/mailbox-altera.c     | 12 +++++-----
 drivers/pcmcia/omap_cf.c             |  4 +++-
 include/linux/ide.h                  |  2 +-
 16 files changed, 47 insertions(+), 78 deletions(-)

-- 
Kees Cook
Pixel Security

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ