mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: "Mike D. Day" <ncmike@us.ibm.com>
Cc: xen-devel@lists.xensource.com,
	lkml <linux-kernel@vger.kernel.org>,
	Dave Hansen <haveblue@us.ibm.com>
Subject: Re: [ PATCH 2.6.16-rc3-xen 2/3] sysfs: export Xen hypervisor attributes to sysfs
Date: Tue, 21 Feb 2006 09:57:36 -0800	[thread overview]
Message-ID: <20060221175736.GB23075@kroah.com> (raw)
In-Reply-To: <43FB25C8.1070303@us.ibm.com>

On Tue, Feb 21, 2006 at 09:38:00AM -0500, Mike D. Day wrote:
> # HG changeset patch
> # User mdday@dual.silverwood.home
> # Node ID f5f32dc60121c32fab158a814c914aae3b77ba06
> # Parent  d296aaf07bcb4141c6dc2a1bfa7d183f919c2167
> Add tri-state Kconfig option for building xen-sysfs module. 
> 
> signed-off-by: Mike D. Day <ncmike@us.ibm.com>
> 
> diff -r d296aaf07bcb -r f5f32dc60121 
> linux-2.6-xen-sparse/drivers/xen/Kconfig
> --- a/linux-2.6-xen-sparse/drivers/xen/Kconfig	Tue Feb 21 08:11:03 2006 
> -0500
> +++ b/linux-2.6-xen-sparse/drivers/xen/Kconfig	Tue Feb 21 08:12:11 2006 
> -0500
> @@ -173,12 +173,20 @@ config XEN_SCRUB_PAGES
> 	  saying N.
> 
> config XEN_DISABLE_SERIAL
> -	bool "Disable serial port drivers"
> +	bool "Disable serial port drivers"	
> 	default y
> 	help
> 	  Disable serial port drivers, allowing the Xen console driver
> 	  to provide a serial console at ttyS0.
> 
> +config XEN_SYSFS
> +	tristate "Export Xen attributes in sysfs"
> +	depends on XEN
> +	depends on SYSFS
> +	default y
> +	help
> +		Xen hypervisor attributes will show up under 
> /sys/hypervisor/.
> +
> endmenu
> 
> config HAVE_ARCH_ALLOC_SKB
> diff -r d296aaf07bcb -r f5f32dc60121 
> linux-2.6-xen-sparse/drivers/xen/Makefile
> --- a/linux-2.6-xen-sparse/drivers/xen/Makefile	Tue Feb 21 08:11:03 
> 2006 -0500
> +++ b/linux-2.6-xen-sparse/drivers/xen/Makefile	Tue Feb 21 08:12:11 
> 2006 -0500
> @@ -19,4 +19,3 @@ obj-$(CONFIG_XEN_TPMDEV_FRONTEND)	+= tpm
> obj-$(CONFIG_XEN_TPMDEV_FRONTEND)	+= tpmfront/
> obj-$(CONFIG_XEN_PCIDEV_BACKEND)	+= pciback/
> obj-$(CONFIG_XEN_PCIDEV_FRONTEND)	+= pcifront/
> -

This patch is line-wrapped, and nothing is changed in this file based on
the above portion of the patch.

Confused,

greg k-h

      reply	other threads:[~2006-02-21 18:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-21 14:38 Mike D. Day
2006-02-21 17:57 ` Greg KH [this message]

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=20060221175736.GB23075@kroah.com \
    --to=greg@kroah.com \
    --cc=haveblue@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ncmike@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /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

Powered by JetHome