All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Sander Eikelenboom <linux@eikelenboom.it>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
	xen-devel <xen-devel@lists.xensource.com>
Subject: Re: Re: xen 4.1.1 with current linus tree as dom0 [ 0.000000] BUG: unable to handle kernel NULL pointer dereference at (null) [ 0.000000] IP: [<ffffffff810074d4>] xen_set_pte+0x24/0xe0
Date: Wed, 3 Aug 2011 11:53:58 -0400	[thread overview]
Message-ID: <20110803155358.GA21704@dumpdata.com> (raw)
In-Reply-To: <306513218.20110803170524@eikelenboom.it>

On Wed, Aug 03, 2011 at 05:05:24PM +0200, Sander Eikelenboom wrote:
> Hi Konrad,
> 
> Thx, after applying those patches it boots as dom0 and xen-pciback seems to work as well from my first tests.

Could you reply to that email thread with 'Tested-by: ' if it is not too much trouble?

> The compile problems reported in my earlier mail are still present (related to tracing and i think jeremy's patches).
> 
> Something that catched my eye when doing a make menuconfig:
>           <*>   Xen virtual block device support
>           <*>   Block-device backend driver
> 
> I think the backend description should also start with "Xen" as all xen specific drivers do ?

I've gotten this patch queued up (if you think of a better name or if you think
the description could use some re-wording - please do provide some ideas):

commit 4beb84ffeacbf8df21b41ca8c05d099e19c579a3
Author: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Date:   Wed Aug 3 11:12:17 2011 -0400

    xen/blkback: Make description more obvious.
    
    With the frontend having Xen but the backend not, it just looks odd:
    
      <*>   Xen virtual block device support
      <*>   Block-device backend driver
    
    Fix it to have the 'Xen' in front of it.
    
    Reported-by: Sander Eikelenboom <linux@eikelenboom.it>
    Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 717d6e4..a89ebf1 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -471,7 +471,7 @@ config XEN_BLKDEV_FRONTEND
 	  in another domain which drives the actual block device.
 
 config XEN_BLKDEV_BACKEND
-	tristate "Block-device backend driver"
+	tristate "Xen block-device backend driver"
 	depends on XEN_BACKEND
 	help
 	  The block-device backend driver allows the kernel to export its

  parent reply	other threads:[~2011-08-03 15:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-03 11:18 xen 4.1.1 with current linus tree as dom0 [ 0.000000] BUG: unable to handle kernel NULL pointer dereference at (null) [ 0.000000] IP: [<ffffffff810074d4>] xen_set_pte+0x24/0xe0 Sander Eikelenboom
2011-08-03 13:41 ` Konrad Rzeszutek Wilk
2011-08-03 13:51   ` Konrad Rzeszutek Wilk
2011-08-03 15:05     ` Sander Eikelenboom
2011-08-03 15:14       ` Konrad Rzeszutek Wilk
2011-08-03 15:53       ` Konrad Rzeszutek Wilk [this message]
2011-08-03 17:31         ` Sander Eikelenboom

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=20110803155358.GA21704@dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=jeremy@goop.org \
    --cc=linux@eikelenboom.it \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.