Keir, I found there are two sysctls with conflicting same sysctl no in the code. This looks like a issue caused by merging code from different developers, and need fixing. xen/include/public/sysctl.h #define XEN_SYSCTL_cpu_hotplug 11 ... #define XEN_SYSCTL_lockprof_op 11 Looks like this has come from changeset 20312: Spinlock profiling (enable in build with lock_profile=y) Adds new tool xenlockprof to run from dom0. From: Juergen Gross <juergen.gross@ts.fujitsu.com<mailto:juergen.gross@ts.fujitsu.com>> Signed-off-by: Keir Fraser <keir.fraser@citrix.com<mailto:keir.fraser@citrix.com>> Thanks & Regards, Nitin Linux Open Source Technology Center, Intel Corporation ------------------------------------------------------ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Attached patch fixes the problem. Kamble, Nitin A wrote:> Keir, > > > > I found there are two sysctls with conflicting same sysctl no in the > code. This looks like a issue caused by merging code from different > developers, and need fixing. > > xen/include/public/sysctl.h > > #define XEN_SYSCTL_cpu_hotplug 11 > > #define XEN_SYSCTL_lockprof_op 11 > > > Looks like this has come from changeset 20312: > > Spinlock profiling (enable in build with lock_profile=y)-- Juergen Gross Principal Developer Operating Systems TSP ES&S SWE OS6 Telephone: +49 (0) 89 3222 2967 Fujitsu Technolgy Solutions e-mail: juergen.gross@ts.fujitsu.com Domagkstr. 28 Internet: ts.fujitsu.com D-80807 Muenchen Company details: ts.fujitsu.com/imprint.html _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Thanks Nitin, I''ll fix it. K. On 01/12/2009 01:41, "Kamble, Nitin A" <nitin.a.kamble@intel.com> wrote:> Keir, > > I found there are two sysctls with conflicting same sysctl no in the code. > This looks like a issue caused by merging code from different developers, and > need fixing. > > xen/include/public/sysctl.h > > #define XEN_SYSCTL_cpu_hotplug 11 > > #define XEN_SYSCTL_lockprof_op 11 > > > Looks like this has come from changeset 20312: > > Spinlock profiling (enable in build with lock_profile=y) > > Adds new tool xenlockprof to run from dom0. > > From: Juergen Gross <juergen.gross@ts.fujitsu.com> > Signed-off-by: Keir Fraser <keir.fraser@citrix.com> > > > Thanks & Regards, > Nitin > Linux Open Source Technology Center, Intel Corporation > ------------------------------------------------------ > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel