From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brade Subject: PATCH: Jeremy's linux 2.6.33-pvops: wrong gntdev Date: Sun, 1 Aug 2010 21:27:09 +0200 Message-ID: <201008012127.17188.brade@kde.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0398764906==" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============0398764906== Content-Type: multipart/signed; boundary="nextPart1381252.0YyZbH2yBd"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1381252.0YyZbH2yBd Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have compiled Xen and Jeremy's linux-2.6-pvops.git kernel, branch=20 "xen/stable-2.6.33.x". This branch uses the wrong gntdev name though, Xen=20 says: xen be core: xen be core: can't open gnttab device With the following patch Xen works: diff --git a/drivers/xen/gntdev.c b/drivers/xen/gntdev.c index ddc59cc..1bd01d4 100644 =2D-- a/drivers/xen/gntdev.c +++ b/drivers/xen/gntdev.c @@ -594,7 +594,7 @@ static const struct file_operations gntdev_fops =3D { =20 static struct miscdevice gntdev_miscdev =3D { .minor =3D MISC_DYNAMIC_MINOR, =2D .name =3D "gntdev", + .name =3D "xen/gntdev", .fops =3D &gntdev_fops, }; =20 regards, Michael PS: I am not on this list, so in case you have any comments please CC me. =2D-=20 Michael Brade; KDE Developer |-mail: echo brade !#|tr -d "c oh"|s\e\d 's/e/\@/2;s/$/.org/;s/bra/k/2' =B0--web: http://www.behindkde.org/people/michaelb/ KDE 4: Beyond Your Expectations --nextPart1381252.0YyZbH2yBd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkxVyo0ACgkQdK2tAWD5bo0w8ACggFgwQehJ9322DfEPT1ZIY02e 0SQAnAioia8ZnhkPIajghFo3Sqcd4ZWc =8pFf -----END PGP SIGNATURE----- --nextPart1381252.0YyZbH2yBd-- --===============0398764906== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============0398764906==--