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: <aBcWkIOBqkKG8lH-@gmail.com>
Date: Sun, 4 May 2025 09:26:08 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
	Peter Zijlstra <peterz@...radead.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Anna-Maria Behnsen <anna-maria@...utronix.de>,
	Frederic Weisbecker <frederic@...nel.org>,
	Waiman Long <longman@...hat.com>
Subject: [GIT PULL] timer subsystem fixes

Linus,

Please pull the latest timers/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2025-05-04

   # HEAD: 7aeb1538be5df3efa1d799e5428ac3a0ae802293 vdso: Reject absolute relocations during build

Misc fixes:

 - Fix time keeping bugs in CLOCK_MONOTONIC_COARSE clocks

 - Work around and reject absolute relocations into vDSO code that
   GCC erroneously emits in certain arm64 build environments

 Thanks,

	Ingo

------------------>
Thomas Gleixner (1):
      timekeeping: Prevent coarse clocks going backwards

Thomas Weißschuh (2):
      arm64: vdso: Work around invalid absolute relocations from GCC
      vdso: Reject absolute relocations during build


 arch/arm64/include/asm/vdso/gettimeofday.h | 13 ++++++++
 include/linux/timekeeper_internal.h        |  8 +++--
 kernel/time/timekeeping.c                  | 50 +++++++++++++++++++++++++-----
 kernel/time/vsyscall.c                     |  4 +--
 lib/vdso/Makefile.include                  |  6 ++++
 5 files changed, 68 insertions(+), 13 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ