[PATCH 0/5] vdso (generic and x86): Misc minor cleanups
From: Anna-Maria Behnsen
Date: Mon Jul 01 2024 - 10:48:43 EST
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@xxxxxxxxxx>
To: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
To: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Cc: linux-kernel@xxxxxxxxxxxxxxx
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(-)