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: <20251128160539.358938-1-aha310510@gmail.com>
Date: Sat, 29 Nov 2025 01:05:25 +0900
From: Jeongjun Park <aha310510@...il.com>
To: stable@...r.kernel.org
Cc: gregkh@...uxfoundation.org,
	tglx@...utronix.de,
	Julia.Lawall@...ia.fr,
	akpm@...ux-foundation.org,
	anna-maria@...utronix.de,
	arnd@...db.de,
	linux-bluetooth@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	linux@...ck-us.net,
	luiz.dentz@...il.com,
	marcel@...tmann.org,
	maz@...nel.org,
	peterz@...radead.org,
	rostedt@...dmis.org,
	sboyd@...nel.org,
	viresh.kumar@...aro.org,
	aha310510@...il.com,
	linux-staging@...ts.linux.dev
Subject: [PATCH 5.15.y 00/14] timers: Provide timer_shutdown[_sync]()

The "timers: Provide timer_shutdown[_sync]()" patch series implemented a
useful feature that addresses various bugs caused by attempts to rearm
shutdown timers.

https://lore.kernel.org/all/20221123201306.823305113@linutronix.de/

However, this patch series was not fully backported to versions prior to
6.2, requiring separate patches for older kernels if these bugs were
encountered.

The biggest problem with this is that even if these bugs were discovered
and patched in the upstream kernel, if the maintainer or author didn't
create a separate backport patch for versions prior to 6.2, the bugs would
remain untouched in older kernels.

Therefore, to reduce the hassle of having to write a separate patch, we
should backport the remaining unbackported commits from the
"timers: Provide timer_shutdown[_sync]()" patch series to versions prior
to 6.2.

---
 Documentation/RCU/Design/Requirements/Requirements.rst      |   2 +-
 Documentation/core-api/local_ops.rst                        |   2 +-
 Documentation/kernel-hacking/locking.rst                    |  17 +++++++-----
 Documentation/timers/hrtimers.rst                           |   2 +-
 Documentation/translations/it_IT/kernel-hacking/locking.rst |  14 +++++-----
 Documentation/translations/zh_CN/core-api/local_ops.rst     |   2 +-
 arch/arm/mach-spear/time.c                                  |   8 +++---
 drivers/bluetooth/hci_qca.c                                 |  10 +++++--
 drivers/char/tpm/tpm-dev-common.c                           |   4 +--
 drivers/clocksource/arm_arch_timer.c                        |  12 ++++-----
 drivers/clocksource/timer-sp804.c                           |   6 ++---
 drivers/staging/wlan-ng/hfa384x_usb.c                       |   4 +--
 drivers/staging/wlan-ng/prism2usb.c                         |   6 ++---
 include/linux/timer.h                                       |  17 ++++++++++--
 kernel/time/timer.c                                         | 315 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------
 net/sunrpc/xprt.c                                           |   2 +-
 16 files changed, 322 insertions(+), 101 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ