From: Greg KH <gregkh@linuxfoundation.org>
To: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org,
olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com
Subject: Re: [PATCH 1/1] Drivers: hv: vmbus: Add additional distro specific Kconfig options
Date: Wed, 10 Apr 2013 08:49:57 -0700 [thread overview]
Message-ID: <20130410154957.GA13849@kroah.com> (raw)
In-Reply-To: <1365610097-10955-1-git-send-email-kys@microsoft.com>
On Wed, Apr 10, 2013 at 09:08:17AM -0700, K. Y. Srinivasan wrote:
> The guest ID captures information about the guest and has room for
> distributions to add distro specific information. Add Kconfig options
> to support distro specific information to be managed easily.
>
> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
> ---
> drivers/hv/Kconfig | 14 ++++++++++++++
> drivers/hv/hv.c | 4 +++-
> drivers/hv/hyperv_vmbus.h | 2 +-
> 3 files changed, 18 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
> index 0403b51..d2ca9c7 100644
> --- a/drivers/hv/Kconfig
> +++ b/drivers/hv/Kconfig
> @@ -19,4 +19,18 @@ config HYPERV_BALLOON
> help
> Select this option to enable Hyper-V Balloon driver.
>
> +config HYPERV_GUEST_D1
> + hex "Distro specific information"
> + range 0x00 0xff
> + default 0
> + help
> + This specifies the Distro vendor
And just what is a distro supposed to set the value here to? For
example, what would Arch Linux pick? Fedora? RHEL? SLES? openSUSE?
You do know that there are more than 0xff different Linux distro
"vendors"? Do they all just get to pick a number that they like?
> +config HYPERV_GUEST_D2
> + hex "Additional Distro specific information"
> + range 0x0000 0xffff
> + default 0
> + help
> + Additional Distro specific kernel version information
Again, what is a distro supposed to do here? What's wrong with the
kernel version information that the kernel already has? Can't you just
use that string?
greg k-h
next prev parent reply other threads:[~2013-04-10 15:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-10 16:08 [PATCH 1/1] Drivers: hv: vmbus: Add additional distro specific Kconfig options K. Y. Srinivasan
2013-04-10 15:49 ` Greg KH [this message]
2013-04-10 16:12 ` KY Srinivasan
2013-04-10 16:33 ` Greg KH
2013-04-10 17:37 ` KY Srinivasan
2013-04-10 17:50 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130410154957.GA13849@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=apw@canonical.com \
--cc=devel@linuxdriverproject.org \
--cc=jasowang@redhat.com \
--cc=kys@microsoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=olaf@aepfle.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox