linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the hyperv tree
@ 2023-04-18 17:31 broonie
  2023-04-18 18:34 ` Wei Liu
  0 siblings, 1 reply; 4+ messages in thread
From: broonie @ 2023-04-18 17:31 UTC (permalink / raw)
  To: Long Li, Michael Kelley, Wei Liu, Dexuan Cui, K. Y. Srinivasan,
	Haiyang Zhang
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, linux-hyperv

Hi all,

After merging the hyperv tree, today's linux-next build (x86 allmodconfig)
failed like this:

/tmp/next/build/drivers/hv/connection.c: In function 'vmbus_connect':
/tmp/next/build/drivers/hv/connection.c:228:53: error: implicit
declaration of function 'hv_alloc_hyperv_page'; did you mean 'hv_free_hyperv_page'? [-Werror=implicit-function-declaration]
  228 |         vmbus_connection.monitor_pages[0] = (void *)hv_alloc_hyperv_page();
      |                                                     ^~~~~~~~~~~~~~~~~~~~
      |                                                     hv_free_hyperv_page
/tmp/next/build/drivers/hv/connection.c:228:45: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  228 |         vmbus_connection.monitor_pages[0] = (void *)hv_alloc_hyperv_page();
      |                                             ^
/tmp/next/build/drivers/hv/connection.c:229:45: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  229 |         vmbus_connection.monitor_pages[1] = (void *)hv_alloc_hyperv_page();
      |                                             ^
cc1: all warnings being treated as errors

Caused by commit

  4dbdcfe1c5db80edca ("Drivers: hv: move panic report code from vmbus to hv early init code")

I will use the hyperv tree from yesterday instead.

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <20230418170021.90280-1-broonie@kernel.org>]

end of thread, other threads:[~2023-04-18 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18 17:31 linux-next: build failure after merge of the hyperv tree broonie
2023-04-18 18:34 ` Wei Liu
     [not found] <20230418170021.90280-1-broonie@kernel.org>
2023-04-18 17:06 ` Mark Brown
2023-04-18 17:24   ` Wei Liu

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).