From: Naman Jain <[email protected]> Sent: Monday, July 28, 2025 10:15 PM > > MSHV_VTL driver is going to be introduced, which is supposed to > provide interface for Virtual Machine Monitors (VMMs) to control > Virtual Trust Level (VTL). Export the symbols needed > to make it work (vmbus_isr, hv_context and hv_post_message). > > Co-developed-by: Roman Kisel <[email protected]> > Signed-off-by: Roman Kisel <[email protected]> > Co-developed-by: Saurabh Sengar <[email protected]> > Signed-off-by: Saurabh Sengar <[email protected]> > Reviewed-by: Roman Kisel <[email protected]> > Reviewed-by: Saurabh Sengar <[email protected]> > Reported-by: kernel test robot <[email protected]> > Closes: > https://lore.kernel.org/oe-kbuild-all/[email protected]/ > Signed-off-by: Naman Jain <[email protected]> > --- > drivers/hv/hv.c | 3 +++ > drivers/hv/hyperv_vmbus.h | 1 + > drivers/hv/vmbus_drv.c | 4 +++- > 3 files changed, 7 insertions(+), 1 deletion(-) >
Reviewed-by: Michael Kelley <[email protected]>
