Re: linux-next: build failure after merge of the xen-tip tree

2024-09-11 Thread Jürgen Groß
On 12.09.24 08:13, Stephen Rothwell wrote: Hi all, After merging the xen-tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: modpost: "acpi_os_ioremap" [drivers/gpu/drm/gma500/gma500_gfx.ko] undefined! Caused by commit de4237fd5174 ("xen: allow mapping ACPI d

linux-next: build failure after merge of the xen-tip tree

2024-09-11 Thread Stephen Rothwell
Hi all, After merging the xen-tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: modpost: "acpi_os_ioremap" [drivers/gpu/drm/gma500/gma500_gfx.ko] undefined! Caused by commit de4237fd5174 ("xen: allow mapping ACPI data using a different physical address") acp

linux-next: build failure after merge of the xen-tip tree

2024-09-10 Thread Stephen Rothwell
Hi all, After merging the xen-tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from arch/x86/kernel/jailhouse.c:17: arch/x86/include/asm/acpi.h:179:42: error: unknown type name 'acpi_physical_address' 179 | extern void __iomem * (*acpi_os_ioremap)(acp

linux-next: build failure after merge of the xen-tip tree

2021-09-14 Thread Stephen Rothwell
Hi all, After merging the xen-tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/base/power/trace.c: In function 'generate_pm_trace': drivers/base/power/trace.c:170:10: error: 'return' with a value, in function returning void [-Werror=return-type] 170 | return

Re: [Xen-devel] linux-next: build failure after merge of the xen-tip tree

2018-08-15 Thread Stephen Rothwell
Hi all, On Mon, 30 Jul 2018 15:12:13 +1000 Stephen Rothwell wrote: > > After merging the xen-tip tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/xen/gntdev-dmabuf.c:360:12: error: initialization from incompatible > pointer type [-Werror=incompatible-pointer

Re: [Xen-devel] linux-next: build failure after merge of the xen-tip tree

2018-07-30 Thread Oleksandr Andrushchenko
From: Stephen Rothwell Date: Mon, 30 Jul 2018 15:08:21 +1000 Subject: [PATCH] xen/gntdev: fix up for attach callback API change Signed-off-by: Stephen Rothwell Thank you for your patch, Reviewed-by: Oleksandr Andrushchenko ___ Xen-devel mailing

[Xen-devel] linux-next: build failure after merge of the xen-tip tree

2018-07-29 Thread Stephen Rothwell
Hi all, After merging the xen-tip tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/xen/gntdev-dmabuf.c:360:12: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types] .attach = dmabuf_exp_ops_attach, ^~