* [Bug 209285] New: compilation fails
@ 2020-09-16 6:38 bugzilla-daemon
2020-09-17 12:44 ` [Bug 209285] " bugzilla-daemon
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-09-16 6:38 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=209285
Bug ID: 209285
Summary: compilation fails
Product: Virtualization
Version: unspecified
Kernel Version: 5.9-rc5
Hardware: x86-64
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: kvm
Assignee: virtualization_kvm@kernel-bugs.osdl.org
Reporter: attila.jecs@gmail.com
Regression: No
Created attachment 292515
--> https://bugzilla.kernel.org/attachment.cgi?id=292515&action=edit
.config made by make oldconfig
CC arch/x86/kernel/kvm.o
arch/x86/kernel/kvm.c: In function ‘kvm_alloc_cpumask’:
arch/x86/kernel/kvm.c:800:35: error: ‘kvm_send_ipi_mask_allbutself’ undeclared
(first use in this function)
800 | apic->send_IPI_mask_allbutself = kvm_send_ipi_mask_allbutself;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/x86/kernel/kvm.c:800:35: note: each undeclared identifier is reported only
once for each function it appears in
make[5]: *** [scripts/Makefile.build:283: arch/x86/kernel/kvm.o] Error 1
make[4]: *** [scripts/Makefile.build:500: arch/x86/kernel] Error 2
make[3]: *** [Makefile:1784: arch/x86] Error 2
make[2]: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
make[1]: *** [scripts/Makefile.package:83: bindeb-pkg] Error 2
make: *** [Makefile:1523: bindeb-pkg] Error 2
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 209285] compilation fails
2020-09-16 6:38 [Bug 209285] New: compilation fails bugzilla-daemon
@ 2020-09-17 12:44 ` bugzilla-daemon
2020-09-21 7:32 ` bugzilla-daemon
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-09-17 12:44 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=209285
--- Comment #1 from Attila Jecs (attila.jecs@gmail.com) ---
Created attachment 292525
--> https://bugzilla.kernel.org/attachment.cgi?id=292525&action=edit
working rc4 config before make oldconfig
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 209285] compilation fails
2020-09-16 6:38 [Bug 209285] New: compilation fails bugzilla-daemon
2020-09-17 12:44 ` [Bug 209285] " bugzilla-daemon
@ 2020-09-21 7:32 ` bugzilla-daemon
2020-09-21 7:33 ` bugzilla-daemon
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-09-21 7:32 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=209285
--- Comment #2 from Attila Jecs (attila.jecs@gmail.com) ---
same with rc6:
CC arch/x86/kernel/kvm.o
arch/x86/kernel/kvm.c: In function ‘kvm_alloc_cpumask’:
arch/x86/kernel/kvm.c:800:35: error: ‘kvm_send_ipi_mask_allbutself’ undeclared
(first use in this function)
800 | apic->send_IPI_mask_allbutself = kvm_send_ipi_mask_allbutself;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
arch/x86/kernel/kvm.c:800:35: note: each undeclared identifier is reported only
once for each function it appears in
make[5]: *** [scripts/Makefile.build:283: arch/x86/kernel/kvm.o] Error 1
make[4]: *** [scripts/Makefile.build:500: arch/x86/kernel] Error 2
make[3]: *** [Makefile:1784: arch/x86] Error 2
make[2]: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
make[1]: *** [scripts/Makefile.package:83: bindeb-pkg] Error 2
make: *** [Makefile:1523: bindeb-pkg] Error 2
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 209285] compilation fails
2020-09-16 6:38 [Bug 209285] New: compilation fails bugzilla-daemon
2020-09-17 12:44 ` [Bug 209285] " bugzilla-daemon
2020-09-21 7:32 ` bugzilla-daemon
@ 2020-09-21 7:33 ` bugzilla-daemon
2020-09-21 7:54 ` bugzilla-daemon
2020-09-21 8:15 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-09-21 7:33 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=209285
Attila Jecs (attila.jecs@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Kernel Version|5.9-rc5 |5.9-rc6
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 209285] compilation fails
2020-09-16 6:38 [Bug 209285] New: compilation fails bugzilla-daemon
` (2 preceding siblings ...)
2020-09-21 7:33 ` bugzilla-daemon
@ 2020-09-21 7:54 ` bugzilla-daemon
2020-09-21 8:15 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-09-21 7:54 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=209285
Haiwei Li (haiwei-li@outlook.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |haiwei-li@outlook.com
--- Comment #3 from Haiwei Li (haiwei-li@outlook.com) ---
Resolved by Vitaly,
https://lore.kernel.org/kvm/CAB5KdObJ4_0oJf+rwGXWNk6MsKm1j0dqrcGQkzQ63ek1LY=zMQ@mail.gmail.com/T/#m613f333dc9d01c463d1037c82a1b99687ffeb789
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug 209285] compilation fails
2020-09-16 6:38 [Bug 209285] New: compilation fails bugzilla-daemon
` (3 preceding siblings ...)
2020-09-21 7:54 ` bugzilla-daemon
@ 2020-09-21 8:15 ` bugzilla-daemon
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-09-21 8:15 UTC (permalink / raw)
To: kvm
https://bugzilla.kernel.org/show_bug.cgi?id=209285
Attila Jecs (attila.jecs@gmail.com) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |PATCH_ALREADY_AVAILABLE
--- Comment #4 from Attila Jecs (attila.jecs@gmail.com) ---
okay, thanks
--
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-09-21 8:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16 6:38 [Bug 209285] New: compilation fails bugzilla-daemon
2020-09-17 12:44 ` [Bug 209285] " bugzilla-daemon
2020-09-21 7:32 ` bugzilla-daemon
2020-09-21 7:33 ` bugzilla-daemon
2020-09-21 7:54 ` bugzilla-daemon
2020-09-21 8:15 ` bugzilla-daemon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox