[GIT,PULL] timers/urgent for 6.1-rc7

Message ID Y4NJqBtjsoZJtIsm@zn.tnic
State New
Headers
Series [GIT,PULL] timers/urgent for 6.1-rc7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.1_rc7

Message

Borislav Petkov Nov. 27, 2022, 11:27 a.m. UTC
  Hi Linus,

please pull a single urgent timers fix for 6.1.

Thx.

---

The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.1_rc7

for you to fetch changes up to 839a973988a94c15002cbd81536e4af6ced2bd30:

  clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math error (2022-11-21 16:01:56 +0100)

----------------------------------------------------------------
- Return the proper timer register width (31 bits) for a 32-bit signed
register in order to avoid a timer interrupt storm on ARM XGene-1
hardware running in NO_HZ mode

----------------------------------------------------------------
Joe Korty (1):
      clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math error

 drivers/clocksource/arm_arch_timer.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 27, 2022, 8:49 p.m. UTC | #1
The pull request you sent on Sun, 27 Nov 2022 12:27:36 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/timers_urgent_for_v6.1_rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/715d2d960871c238e5860d121ba9735e7f6a7ff1

Thank you!