Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 316469 Details for
Bug 461532
/proc/xen on bare-metal and FV guests causes multiple issues
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Remove /proc/xen entries being generated by pv-on-hvm subsys on bare-metal kernels
ddd-noprocfs.patch (text/plain), 1.61 KB, created by
Don Dutile (Red Hat)
on 2008-09-11 18:21:52 UTC
(
hide
)
Description:
Remove /proc/xen entries being generated by pv-on-hvm subsys on bare-metal kernels
Filename:
MIME Type:
Creator:
Don Dutile (Red Hat)
Created:
2008-09-11 18:21:52 UTC
Size:
1.61 KB
patch
obsolete
>--- linux-2.6.18.noarch/drivers/xen/balloon/balloon.c.noprocfs 2008-09-10 15:13:46.000000000 -0400 >+++ linux-2.6.18.noarch/drivers/xen/balloon/balloon.c 2008-09-10 11:23:58.000000000 -0400 >@@ -504,7 +504,7 @@ static int __init balloon_init(void) > balloon_timer.data = 0; > balloon_timer.function = balloon_alarm; > >-#ifdef CONFIG_PROC_FS >+#if defined(CONFIG_PROC_FS) && defined(CONFIG_XEN_PRIVILEGED_GUEST) > if ((balloon_pde = create_xen_proc_entry("balloon", 0644)) == NULL) { > WPRINTK("Unable to create /proc/xen/balloon.\n"); > return -1; >--- linux-2.6.18.noarch/drivers/xen/xenbus/xenbus_probe.c.noprocfs 2008-09-10 15:28:35.000000000 -0400 >+++ linux-2.6.18.noarch/drivers/xen/xenbus/xenbus_probe.c 2008-09-10 15:20:24.000000000 -0400 >@@ -1168,8 +1168,9 @@ static int __init xenbus_probe_init(void > #endif > } > >- >+#if defined(CONFIG_PROC_FS) && defined(CONFIG_XEN_PRIVILEGED_GUEST) > xenbus_dev_init(); >+#endif > > /* Initialize the interface to xenstore. */ > err = xs_init(); >--- linux-2.6.18.noarch/drivers/xenpv_hvm/platform-pci/Makefile.noprocfs 2008-09-10 15:14:18.000000000 -0400 >+++ linux-2.6.18.noarch/drivers/xenpv_hvm/platform-pci/Makefile 2008-09-10 15:14:32.000000000 -0400 >@@ -14,9 +14,7 @@ xen-platform-pci-objs += panic-handler.o > xen-platform-pci-objs += ../../xen/xenbus/xenbus_comms.o > xen-platform-pci-objs += ../../xen/xenbus/xenbus_xs.o > xen-platform-pci-objs += ../../xen/xenbus/xenbus_probe.o >-xen-platform-pci-objs += ../../xen/xenbus/xenbus_dev.o > xen-platform-pci-objs += ../../xen/xenbus/xenbus_client.o >-xen-platform-pci-objs += ../../xen/core/xen_proc.o > > # Can we do better ? > ifeq ($(ARCH),ia64)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 461532
: 316469