public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] vdso (generic and x86): Misc minor cleanups
@ 2024-07-01 14:47 Anna-Maria Behnsen
  2024-07-01 14:47 ` [PATCH 1/5] vdso/gettimeofday: Clarify comment about open coded function Anna-Maria Behnsen
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Anna-Maria Behnsen @ 2024-07-01 14:47 UTC (permalink / raw)
  To: Andy Lutomirski, Thomas Gleixner, Vincenzo Frascino
  Cc: linux-kernel, Anna-Maria Behnsen, Ingo Molnar, Borislav Petkov,
	Dave Hansen, H. Peter Anvin, x86

The queue contains minor vdso related cleanups such as fixing/adding
comments and removing unused stuff. First two patches are related to the
generic vdso part. Last three patches are x86 specific.

The queue is available here:

https://git.kernel.org/pub/scm/linux/kernel/git/anna-maria/linux-devel.git vdso/cleanup

To: Andy Lutomirski <luto@kernel.org>
To: Thomas Gleixner <tglx@linutronix.de>
To: Vincenzo Frascino <vincenzo.frascino@arm.com>
Cc: linux-kernel@vger.kernel.org

Thanks,

Anna-Maria

---
Anna-Maria Behnsen (5):
      vdso/gettimeofday: Clarify comment about open coded function
      vdso: Add comment about reason for vdso struct ordering
      x86/vdso: Fix function reference in comment
      x86/vgtod: Remove unused typedef gtod_long_t
      x86/vdso: Remove unused include

 arch/x86/include/asm/vdso/gettimeofday.h |  5 ++---
 arch/x86/include/asm/vdso/vsyscall.h     |  1 -
 arch/x86/include/asm/vgtod.h             |  5 -----
 include/vdso/datapage.h                  |  4 ++++
 lib/vdso/gettimeofday.c                  | 20 ++++++++++----------
 5 files changed, 16 insertions(+), 19 deletions(-)


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-07-03 19:36 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01 14:47 [PATCH 0/5] vdso (generic and x86): Misc minor cleanups Anna-Maria Behnsen
2024-07-01 14:47 ` [PATCH 1/5] vdso/gettimeofday: Clarify comment about open coded function Anna-Maria Behnsen
2024-07-01 14:58   ` Vincenzo Frascino
2024-07-03 19:36   ` [tip: timers/core] " tip-bot2 for Anna-Maria Behnsen
2024-07-01 14:47 ` [PATCH 2/5] vdso: Add comment about reason for vdso struct ordering Anna-Maria Behnsen
2024-07-01 15:10   ` Vincenzo Frascino
2024-07-01 15:31     ` Anna-Maria Behnsen
2024-07-01 16:17       ` Vincenzo Frascino
2024-07-03 19:36   ` [tip: timers/core] " tip-bot2 for Anna-Maria Behnsen
2024-07-01 14:47 ` [PATCH 3/5] x86/vdso: Fix function reference in comment Anna-Maria Behnsen
2024-07-01 15:11   ` Vincenzo Frascino
2024-07-03 19:36   ` [tip: timers/core] " tip-bot2 for Anna-Maria Behnsen
2024-07-01 14:47 ` [PATCH 4/5] x86/vgtod: Remove unused typedef gtod_long_t Anna-Maria Behnsen
2024-07-01 15:19   ` Vincenzo Frascino
2024-07-03 19:36   ` [tip: timers/core] " tip-bot2 for Anna-Maria Behnsen
2024-07-01 14:47 ` [PATCH 5/5] x86/vdso: Remove unused include Anna-Maria Behnsen
2024-07-01 16:19   ` Vincenzo Frascino
2024-07-03 19:36   ` [tip: timers/core] " tip-bot2 for Anna-Maria Behnsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox