Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674521
| From | Vitaly Kuznetsov <vkuznets@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 08/10] x86/hyper-v: use hypercall for remote TLB flush |
| Date | 2017-06-26 10:20 +0200 |
| Message-ID | <tWxpw-8ko-19@gated-at.bofh.it> (permalink) |
| References | <tWvQJ-7gm-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
kbuild test robot <lkp@intel.com> writes:
> Hi Vitaly,
>
> [auto build test ERROR on next-20170619]
> [cannot apply to tip/x86/core linus/master linux/master v4.12-rc6 v4.12-rc5 v4.12-rc4 v4.12-rc7]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/kys-exchange-microsoft-com/x86-hyper-v-include-hyperv-only-when-CONFIG_HYPERV-is-set/20170626-133601
> config: i386-randconfig-a0-06250447 (attached as .config)
> compiler: gcc-5 (Debian 5.4.1-2) 5.4.1 20160904
> reproduce:
> # save the attached .config to linux build tree
> make ARCH=i386
>
> All errors (new ones prefixed by >>):
>
> arch/x86/hyperv/mmu.c: In function 'hyperv_flush_tlb_others':
>>> arch/x86/hyperv/mmu.c:120:32: error: passing argument 2 of 'native_flush_tlb_others' from incompatible pointer type [-Werror=incompatible-pointer-types]
> native_flush_tlb_others(cpus, mm, start, end);
> ^
It seems we're clashing with Andy's
commit a2055abe9c6789cedef29abbdaa488a087faccc3
Author: Andy Lutomirski <luto@kernel.org>
Date: Sun May 28 10:00:10 2017 -0700
x86/mm: Pass flush_tlb_info to flush_tlb_others() etc
The fix should be simple but in case you want me to rebase/resend please
let me know.
--
Vitaly
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 08/10] x86/hyper-v: use hypercall for remote TLB flush Vitaly Kuznetsov <vkuznets@redhat.com> - 2017-06-26 10:20 +0200 RE: [PATCH 08/10] x86/hyper-v: use hypercall for remote TLB flush KY Srinivasan <kys@microsoft.com> - 2017-06-26 23:10 +0200
csiph-web