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]
Message-ID: <8d402321-96f1-47f7-9347-a850350d60de@linaro.org>
Date: Wed, 13 Nov 2024 16:13:01 +0100
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
 linux@...blig.org, Judith Mendez <jm@...com>, Mark Brown
 <broonie@...nel.org>, Paul Burton <paulburton@...nel.org>,
 Sergio Paracuellos <sergio.paracuellos@...il.com>,
 Ivaylo Ivanov <ivo.ivanov.ivanov1@...il.com>,
 Rob Herring <robh+dt@...nel.org>,
 Javier Carrasco <javier.carrasco.cruz@...il.com>,
 Tang Bin <tangbin@...s.chinamobile.com>
Subject: [GIt PULL] timer drivers for v6.13-rc1


Hi Thomas,

please consider the following changes for the timer drivers v6.13-rc1

The following changes since commit 3c2fb0152175f9f596b40763cdc1378297da60af:

   hrtimers: Delete hrtimer_init_on_stack() (2024-11-07 02:47:07 +0100)

are available in the Git repository at:

   https://git.linaro.org/people/daniel.lezcano/linux.git 
tags/timers-v6.13-rc1

for you to fetch changes up to 08b97fbd13de79744b31d2b3c8a0ab1a409b94fa:

   clocksource/drivers/arm_arch_timer: Use of_property_present() for 
non-boolean properties (2024-11-13 13:49:33 +0100)

----------------------------------------------------------------
- Remove unused dw_apb_clockevent_[pause|resume|stop] functions as
   they are unused since 2021 (David Alan Gilbert)

- Make the sp804 driver user selectable as they may be unused on some
   platforms (Mark Brown)

- Don't fail if the ti-dm does not describe an interrupt in the DT as
   this could be a normal situation if the PWM is used (Judith Mendez)

- Always use cluster 0 counter as a clocksource on a multi-cluster
   system to prevent problems related to the time shifting between
   clusters if multiple per cluster clocksource is used (Paul Burton)

- Move the RaLink system tick counter from the arch directory to the
   clocksource directory (Sergio Paracuellos)

- Convert the owl-timer bindings into yaml schema (Ivaylo Ivanov)

- Fix child node refcount handling on the TI DM by relying on the
   __free annotation to automatically release the refcount on the node
   (Javier Carrasco)

- Remove pointless cast in the GPX driver as PTR_ERR already does that
   (Tang Bin)

- Use of_property_present() for non-boolean properties where it is
   possible in the different drivers (Rob Herring)

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
       clocksource/drivers/dw_apb: Remove unused dw_apb_clockevent functions

Ivaylo Ivanov (1):
       dt-bindings: timer: actions,owl-timer: convert to YAML

Javier Carrasco (1):
       clocksource/drivers/timer-ti-dm: Fix child node refcount handling

Judith Mendez (1):
       clocksource/drivers/timer-ti-dm: Don't fail probe if int not found

Mark Brown (1):
       clocksource/drivers:sp804: Make user selectable

Paul Burton (1):
       clocksource/drivers/mips-gic-timer: Always use cluster 0 counter 
as clocksource

Rob Herring (Arm) (1):
       clocksource/drivers/arm_arch_timer: Use of_property_present() for 
non-boolean properties

Sergio Paracuellos (1):
       clocksource/drivers/ralink: Add Ralink System Tick Counter driver

Tang Bin (1):
       clocksource/drivers/gpx: Remove redundant casts

  .../bindings/timer/actions,owl-timer.txt           |  21 ----
  .../bindings/timer/actions,owl-timer.yaml          | 107 
+++++++++++++++++++++
  MAINTAINERS                                        |   2 +-
  arch/mips/ralink/Kconfig                           |   7 --
  arch/mips/ralink/Makefile                          |   2 -
  drivers/clocksource/Kconfig                        |  12 ++-
  drivers/clocksource/Makefile                       |   1 +
  drivers/clocksource/arm_arch_timer.c               |   2 +-
  drivers/clocksource/dw_apb_timer.c                 |  39 --------
  drivers/clocksource/mips-gic-timer.c               |  39 +++++++-
  drivers/clocksource/timer-gxp.c                    |   2 +-
  .../clocksource/timer-ralink.c                     |  11 +--
  drivers/clocksource/timer-ti-dm-systimer.c         |   8 +-
  drivers/clocksource/timer-ti-dm.c                  |   8 +-
  include/linux/dw_apb_timer.h                       |   3 -
  15 files changed, 174 insertions(+), 90 deletions(-)
  delete mode 100644 
Documentation/devicetree/bindings/timer/actions,owl-timer.txt
  create mode 100644 
Documentation/devicetree/bindings/timer/actions,owl-timer.yaml
  rename arch/mips/ralink/cevt-rt3352.c => 
drivers/clocksource/timer-ralink.c (91%)

-- 
<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