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>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 1 Jan 2024 19:21:53 +0100
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Arnd Bergmann <arnd.bergmann@...aro.org>,
 Randy Dunlap <rdunlap@...radead.org>, Tony Lindgren <tony@...mide.com>,
 Joshua Yeong <joshua.yeong@...rfivetech.com>,
 Sia Jee Heng <jeeheng.sia@...rfivetech.com>,
 Inochi Amaoto <inochiama@...look.com>,
 Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] timer drivers for v6.8-rc1


Hi Thomas,

happy new year 2024!

Please consider pulling these changes.

AFAICT, we had a few submissions recently with a finalized consensus, so 
this is a small set of changes, most of them being fixes.

   -- Daniel

The following changes since commit da65f29dada7f7cbbf0d6375b88a0316f5f7d6f5:

   timers: Fix nextevt calculation when no timers are pending 
(2023-12-20 16:49:39 +0100)

are available in the Git repository at:

   http://git.linaro.org/people/daniel.lezcano/linux.git 
tags/timers-v6.8-rc1

for you to fetch changes up to c0c4579d79d0df841e825c68df450909a0032faf:

   clocksource/drivers/ep93xx: Fix error handling during probe 
(2023-12-27 15:37:11 +0100)

----------------------------------------------------------------
- Fixed error handling at probe time and uninitialized return code on
   ep93xx (Arnd Bergman)

- Fixed some kerneldoc warning on Cadence TTC (Randy Dunlap)

- Fixed kerneldoc warning on Timer TI DM (Tony Lindgren)

- Handle interrupt disabling when shutting down the timer on RISC-V
   timer (Joshua Yeong)

- Add compatible string for the StarFive JH8100 clint (Sia Jee Heng)

- Separate mtime and mtimecmp registers in DT bindings (Inochi Amaoto)

----------------------------------------------------------------
Arnd Bergmann (1):
       clocksource/drivers/ep93xx: Fix error handling during probe

Inochi Amaoto (1):
       dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and 
mtimecmp regs

Joshua Yeong (1):
       clocksource/timer-riscv: Add riscv_clock_shutdown callback

Randy Dunlap (1):
       clocksource/drivers/cadence-ttc: Fix some kernel-doc warnings

Sia Jee Heng (1):
       dt-bindings: timer: Add StarFive JH8100 clint

Tony Lindgren (1):
       clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings

  .../devicetree/bindings/timer/sifive,clint.yaml    |  1 +
  .../bindings/timer/thead,c900-aclint-mtimer.yaml   |  9 ++++++++-
  drivers/clocksource/timer-cadence-ttc.c            | 22 
++++++++++++++++------
  drivers/clocksource/timer-ep93xx.c                 |  5 ++---
  drivers/clocksource/timer-riscv.c                  |  7 +++++++
  drivers/clocksource/timer-ti-dm.c                  |  4 ++--
  6 files changed, 36 insertions(+), 12 deletions(-)

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ