All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincenzo Frascino <vincenzo.frascino@arm.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arch@vger.kernel.org
Subject: Re: [PATCH 0/4] vdso fixups
Date: Fri, 8 Mar 2019 11:21:18 +0000	[thread overview]
Message-ID: <7fba9c5e-542e-a6d9-e267-7ce3090bce4f@arm.com> (raw)
In-Reply-To: <20190307160532.3328288-1-arnd@arndb.de>

Hi Arnd,

On 07/03/2019 16:05, Arnd Bergmann wrote:
> 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.
> 

Thank you for this. Going forward, I will start using randconfig as well to make
sure that I catch as many issues as I can.

For what concerns arm64 compat vdso, the compilation is currently disabled by
default when the compiler is clang, because there is a problem with the include
paths that requires further investigation. I was planning to provide a separate
patchset to address the problem.



>       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
> 

-- 
Regards,
Vincenzo

      parent reply	other threads:[~2019-03-08 11:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Vincenzo Frascino [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7fba9c5e-542e-a6d9-e267-7ce3090bce4f@arm.com \
    --to=vincenzo.frascino@arm.com \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.