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
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
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
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
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
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
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,
^~