* Re: Build regressions/improvements in v4.2-rc8
[not found] <1440405251-9184-1-git-send-email-geert@linux-m68k.org>
@ 2015-08-24 8:36 ` Geert Uytterhoeven
2015-08-26 9:03 ` Alexander Graf
0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-08-24 8:36 UTC (permalink / raw)
To: linux-kernel@vger.kernel.org
Cc: linuxppc-dev@lists.ozlabs.org, Alexander Graf, kvm-ppc,
linux-arm-kernel@lists.infradead.org
On Mon, Aug 24, 2015 at 10:34 AM, Geert Uytterhoeven
<geert@linux-m68k.org> wrote:
> JFYI, when comparing v4.2-rc8[1] to v4.2-rc7[3], the summaries are:
> - build errors: +4/-7
4 regressions:
+ /home/kisskb/slave/src/include/linux/kvm_host.h: error: array
subscript is above array bounds [-Werror=array-bounds]: => 430:19
(arch/powerpc/kvm/book3s_64_mmu.c: In function 'kvmppc_mmu
_book3s_64_tlbie':)
powerpc-randconfig (seen before in a v3.15-rc1 build?)
+ error: initramfs.c: undefined reference to `__stack_chk_guard':
=> .init.text+0x1cb0)
(init/built-in.o: In function `parse_header':)
x86_64-randconfig
+ error: pci.c: undefined reference to `pci_ioremap_io': => .init.text+0x3c4)
(arch/arm/mach-versatile/built-in.o: In function `pci_versatile_setup')
arm-randconfig
> [1] http://kisskb.ellerman.id.au/kisskb/head/9289/ (253 out of 254 configs)
> [3] http://kisskb.ellerman.id.au/kisskb/head/9260/ (253 out of 254 configs)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Build regressions/improvements in v4.2-rc8
2015-08-24 8:36 ` Build regressions/improvements in v4.2-rc8 Geert Uytterhoeven
@ 2015-08-26 9:03 ` Alexander Graf
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Graf @ 2015-08-26 9:03 UTC (permalink / raw)
To: Geert Uytterhoeven, linux-kernel@vger.kernel.org
Cc: linuxppc-dev@lists.ozlabs.org, kvm-ppc
On 24.08.15 10:36, Geert Uytterhoeven wrote:
> On Mon, Aug 24, 2015 at 10:34 AM, Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
>> JFYI, when comparing v4.2-rc8[1] to v4.2-rc7[3], the summaries are:
>> - build errors: +4/-7
>
> 4 regressions:
> + /home/kisskb/slave/src/include/linux/kvm_host.h: error: array
> subscript is above array bounds [-Werror=array-bounds]: => 430:19
> (arch/powerpc/kvm/book3s_64_mmu.c: In function 'kvmppc_mmu
> _book3s_64_tlbie':)
>
> powerpc-randconfig (seen before in a v3.15-rc1 build?)
I'm not quite sure what's going wrong here. The code in question does
kvm_for_each_vcpu(i, v, vcpu->kvm)
kvmppc_mmu_pte_vflush(v, va >> 12, mask);
and IIUC the thing we're potentially running over on would be
kvm->vcpus[i]. But that one is bound by the kvm_for_each_vcpu loop, no?
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-26 9:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1440405251-9184-1-git-send-email-geert@linux-m68k.org>
2015-08-24 8:36 ` Build regressions/improvements in v4.2-rc8 Geert Uytterhoeven
2015-08-26 9:03 ` Alexander Graf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).