[PATCH 0/5] vdso (generic and x86): Misc minor cleanups

Anna-Maria Behnsen posted 5 patches 1 year, 5 months ago
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(-)
[PATCH 0/5] vdso (generic and x86): Misc minor cleanups
Posted by Anna-Maria Behnsen 1 year, 5 months ago
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(-)