[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2025090621-rumble-cost-2c0d@gregkh>
Date: Sat, 6 Sep 2025 13:36:30 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Mukesh Rathor <mrathor@...ux.microsoft.com>
Cc: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
linux-input@...r.kernel.org, linux-hyperv@...r.kernel.org,
netdev@...r.kernel.org, linux-pci@...r.kernel.org,
linux-scsi@...r.kernel.org, linux-fbdev@...r.kernel.org,
linux-arch@...r.kernel.org, virtualization@...ts.linux.dev,
maarten.lankhorst@...ux.intel.com, mripard@...nel.org,
tzimmermann@...e.de, airlied@...il.com, simona@...ll.ch,
jikos@...nel.org, bentiss@...nel.org, kys@...rosoft.com,
haiyangz@...rosoft.com, wei.liu@...nel.org, decui@...rosoft.com,
dmitry.torokhov@...il.com, andrew+netdev@...n.ch,
davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, bhelgaas@...gle.com,
James.Bottomley@...senpartnership.com, martin.petersen@...cle.com,
deller@....de, arnd@...db.de, sgarzare@...hat.com, horms@...nel.org
Subject: Re: [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool
On Fri, Sep 05, 2025 at 06:09:52PM -0700, Mukesh Rathor wrote:
> With CONFIG_HYPERV and CONFIG_HYPERV_VMBUS separated, change CONFIG_HYPERV
> to bool from tristate. CONFIG_HYPERV now becomes the core Hyper-V
> hypervisor support, such as hypercalls, clocks/timers, Confidential
> Computing setup, PCI passthru, etc. that doesn't involve VMBus or VMBus
> devices.
But why are you making it so that this can not be a module anymore? You
are now forcing ALL Linux distro users to always have this code in their
system, despite not ever using the feature. That feels like a waste to
me.
What is preventing this from staying as a module? Why must you always
have this code loaded at all times for everyone?
thanks,
greg k-h
Powered by blists - more mailing lists