All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] vdso fixups
@ 2019-03-07 16:05 Arnd Bergmann
  2019-03-07 16:05 ` [PATCH 1/4] vdso: ARM: fix building without ARM_ARCH_TIMER Arnd Bergmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Arnd Bergmann @ 2019-03-07 16:05 UTC (permalink / raw)
  To: Vincenzo Frascino; +Cc: linux-arch, Arnd Bergmann

Hi Vincento,

Here are a couple more patches that I had to apply on top of your series
to get the combined vdso to build cleanly in all randconfig configurations.

Unfortunately, I haven't managed to build the arm64 compat vdso at
all here, so there may be additional patches needed for that.

      Arnd

Arnd Bergmann (4):
  vdso: ARM: fix building without ARM_ARCH_TIMER
  x86: vdso: fix compat_vdso build
  vdso: arm: use __iter_div_u64_rem() for 64-bit division
  arm64: vdso: turn off profiling etc

 arch/arm/include/asm/vdso/gettimeofday.h |  4 ++
 arch/arm/kernel/vdso.c                   |  7 +--
 arch/arm64/kernel/vdso/Makefile          |  6 ++
 arch/x86/include/asm/mshyperv-tsc.h      | 76 ++++++++++++++++++++++++
 arch/x86/include/asm/mshyperv.h          | 70 +---------------------
 arch/x86/include/asm/pvclock.h           |  2 +-
 arch/x86/include/asm/vdso/gettimeofday.h |  2 +-
 arch/x86/include/asm/vgtod.h             |  2 +-
 arch/x86/kernel/pvclock.c                |  1 +
 include/linux/hrtimer.h                  | 15 +----
 include/linux/hrtimer_defs.h             | 25 ++++++++
 lib/vdso/gettimeofday.c                  |  3 +-
 12 files changed, 121 insertions(+), 92 deletions(-)
 create mode 100644 arch/x86/include/asm/mshyperv-tsc.h
 create mode 100644 include/linux/hrtimer_defs.h

-- 
2.20.0

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

end of thread, other threads:[~2019-03-08 11:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07 16:05 [PATCH 0/4] vdso fixups Arnd Bergmann
2019-03-07 16:05 ` [PATCH 1/4] vdso: ARM: fix building without ARM_ARCH_TIMER Arnd Bergmann
2019-03-07 16:05 ` [PATCH 2/4] x86: vdso: fix compat_vdso build Arnd Bergmann
2019-03-07 16:05 ` [PATCH 3/4] vdso: arm: use __iter_div_u64_rem() for 64-bit division Arnd Bergmann
2019-03-07 16:05 ` [PATCH 4/4] arm64: vdso: turn off profiling etc Arnd Bergmann
2019-03-08 11:21 ` [PATCH 0/4] vdso fixups Vincenzo Frascino

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.