Unable to install svn on Ubuntu 12.04 (64-bit)

2013-02-20 Thread Amar Shankar
Hi, We have installed Ubuntu 12.04 (Precise Pangolin) 64-bit. But unable to install svn. rajkiran@rajkiran-OptiPlex-780:~$ sudo apt-get install subversion Reading package lists... Error! W: Duplicate sources.list entry cdrom://Ubuntu 12.04.1 LTS _Precise Pangolin_ - Release amd64 (20120823.1)/

Re: [resend] Timer broadcast question

2013-02-20 Thread Santosh Shilimkar
On Tuesday 19 February 2013 11:51 PM, Daniel Lezcano wrote: On 02/19/2013 07:10 PM, Thomas Gleixner wrote: On Tue, 19 Feb 2013, Daniel Lezcano wrote: I am working on identifying the different wakeup sources from the interrupts and I have a question regarding the timer broadcast. The broadcast

Re: Test Result Summary of Calendar Week 8, 2013 for Linux Linaro ubuntu Quantal.

2013-02-20 Thread Botao Sun
Hi Amit, Yes, all power management failures have bugs for them, please go to those test result spreadsheets with the specific column I wrote in this report. There are detailed logs in the bug attachment. Thanks. Best Regards Botao Sun On Thu, Feb 21, 2013 at 5:11 PM, Amit Kucheria wrote: > O

Re: Test Result Summary of Calendar Week 8, 2013 for Linux Linaro ubuntu Quantal.

2013-02-20 Thread Amit Kucheria
On Thu, Feb 21, 2013 at 11:24 AM, Botao Sun wrote: > Calendar Week 8, 2013: Here is test result summary for Linux Linaro ubuntu > Quantal image on following boards: > > 1) ARM Versatile Express A9; > 2) Samsung Arndale; > 3) TI Panda 4430; > 4) TI Panda 4460; > 5) ST Ericsson Snowball. > > Synopsi

[RFC/PATCH 4/5] cputime: use do_div() for nsec resolution conversion helpers

2013-02-20 Thread Kevin Hilman
For the nsec resolution conversions to be useful on non 64-bit architectures, do_div() needs to be used for the 64-bit divisions. Signed-off-by: Kevin Hilman --- include/asm-generic/cputime_nsecs.h | 51 +++-- 1 file changed, 37 insertions(+), 14 deletions(-) dif

[RFC/PATCH 2/5] kernel_cpustat: convert to atomic 64-bit accessors

2013-02-20 Thread Kevin Hilman
Use the atomic64_* accessors for all the kernel_cpustat fields to ensure atomic access on non-64 bit platforms. Thanks to Mats Liljegren for CGROUP_CPUACCT related fixes. Cc: Mats Liljegren Signed-off-by: Kevin Hilman --- fs/proc/stat.c | 40 ---

[RFC/PATCH 5/5] ARM: Kconfig: allow virt CPU accounting

2013-02-20 Thread Kevin Hilman
With the 64-bit requirement removed from virt CPU accounting, allow ARM platforms to enable it. Signed-off-by: Kevin Hilman --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9bbe760..732f8d3 100644 --- a/arch/arm/Kconfig +++ b/arch

[RFC/PATCH 0/5] context_tracking: prerequisites for ARM support

2013-02-20 Thread Kevin Hilman
Frederic, Here is a first pass at some changes needed in order to add ARM support. I have another series coming that instruments the syscalls, exceptions etc. on ARM also, but this one is just to get some prerequisites out for broader discussion. This series applies on top of your 3.8-rc6-nohz4

[RFC/PATCH 3/5] virt CPU accounting: Kconfig: drop 64-bit requirment

2013-02-20 Thread Kevin Hilman
The 64-bit requirement can be removed after the conversion of kernel_cpustat accessors to the portable atomic64 accessors. Signed-off-by: Kevin Hilman --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 3abb019..b13af06 100644 --

[RFC/PATCH 1/5] context tracking: conditionalize guest support based on CONFIG_KVM

2013-02-20 Thread Kevin Hilman
So that it can build on !KVM systems too. Signed-off-by: Kevin Hilman --- kernel/context_tracking.c | 4 1 file changed, 4 insertions(+) diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c index 74f68f4..6fe96b1 100644 --- a/kernel/context_tracking.c +++ b/kernel/context_tra

Re: No section mismatch warnings for Thumb2 kernels

2013-02-20 Thread Jon Medhurst (Tixy)
On Wed, 2013-02-20 at 11:28 -0500, Nicolas Pitre wrote: > On Wed, 20 Feb 2013, Jon Medhurst (Tixy) wrote: > > > After some time investigating why I wasn't seeing some kernel section > > mismatch errors that someone else was seeing, I found the cause was that > > in Linaro we build Thumb2 kernels i

Re: No section mismatch warnings for Thumb2 kernels

2013-02-20 Thread Nicolas Pitre
On Wed, 20 Feb 2013, Jon Medhurst (Tixy) wrote: > After some time investigating why I wasn't seeing some kernel section > mismatch errors that someone else was seeing, I found the cause was that > in Linaro we build Thumb2 kernels in the main, and modpost.c doesn't > have support for any of the Th

Re: KVM/QEMU Virtual Mini-Summit Report

2013-02-20 Thread Mark Burton
Hi all, A little feedback for the Linaro Mini Summit on virtio-mmio. There are a couple of items that GreenSocs should probably do, as we've done much of the background work. Namely, right now, we are deep in the throws of upstreaming the prerequisites for virtio-mmio to Qemu, then we'll move

Re: [resend] Timer broadcast question

2013-02-20 Thread Andy Lutomirski
On 02/19/2013 10:21 AM, Daniel Lezcano wrote: > On 02/19/2013 07:10 PM, Thomas Gleixner wrote: >> On Tue, 19 Feb 2013, Daniel Lezcano wrote: >>> I am working on identifying the different wakeup sources from the >>> interrupts and I have a question regarding the timer broadcast. >>> >>> The broadcas

Re: [resend] Timer broadcast question

2013-02-20 Thread Thomas Gleixner
On Tue, 19 Feb 2013, Andy Lutomirski wrote: > On 02/19/2013 10:21 AM, Daniel Lezcano wrote: > > On 02/19/2013 07:10 PM, Thomas Gleixner wrote: > >> On Tue, 19 Feb 2013, Daniel Lezcano wrote: > >>> I am working on identifying the different wakeup sources from the > >>> interrupts and I have a questi

Re: [PATCH v2 1/2] sched: fix init NOHZ_IDLE flag

2013-02-20 Thread Frederic Weisbecker
2013/2/8 Vincent Guittot : > On 8 February 2013 16:35, Frederic Weisbecker wrote: >> What if the following happen (inventing function names but you get the idea): >> >> CPU 0 CPU 1 >> >> dom = new_domain(...) { >>nr_cpus_busy = 0; >>

Re: [resend] Timer broadcast question

2013-02-20 Thread Thomas Gleixner
On Tue, 19 Feb 2013, Daniel Lezcano wrote: > I am working on identifying the different wakeup sources from the > interrupts and I have a question regarding the timer broadcast. > > The broadcast timer is setup to the next event and that will wake up any > idle cpu belonging to the "broadcast cpuma

Re: [PATCH v2 1/2] sched: fix init NOHZ_IDLE flag

2013-02-20 Thread Frederic Weisbecker
2013/2/18 Frederic Weisbecker : > 2013/2/8 Vincent Guittot : >> On 8 February 2013 16:35, Frederic Weisbecker wrote: >>> What if the following happen (inventing function names but you get the >>> idea): >>> >>> CPU 0 CPU 1 >>> >>> dom = new_domain(...) {

Re: [pmqa,1/1] cpuidle: add function to log cpuidle stats

2013-02-20 Thread Daniel Lezcano
On 02/20/2013 12:54 PM, Amit Kucheria wrote: > On Tue, Feb 19, 2013 at 10:11 AM, Sanjay Singh Rawat > wrote: >> Add functionality to record the overall and current runtime cpuidle >> statistics. > > I'd like the output to be something list this: > > [state1]: [number of times entered]: [average

No section mismatch warnings for Thumb2 kernels

2013-02-20 Thread Jon Medhurst (Tixy)
After some time investigating why I wasn't seeing some kernel section mismatch errors that someone else was seeing, I found the cause was that in Linaro we build Thumb2 kernels in the main, and modpost.c doesn't have support for any of the Thumb relocation types in addend_arm_rel(). I thought I wo

Re: [pmqa,1/1] cpuidle: add function to log cpuidle stats

2013-02-20 Thread Amit Kucheria
On Tue, Feb 19, 2013 at 10:11 AM, Sanjay Singh Rawat wrote: > Add functionality to record the overall and current runtime cpuidle > statistics. I'd like the output to be something list this: [state1]: [number of times entered]: [average residency]: [std. deviation(residency)]: [variance] [state2

Re: [Query]: Can people post to this mailing list without subscription?

2013-02-20 Thread Philip Colmer
Mark I can solve the MX record issue. In *theory*, if a system is trying to send email and it cannot find an MX record, it *should* fall back to looking for an A record (which does exist) but not everything follows that. Philip On 20 February 2013 11:11, Mark Hambleton wrote: > > I understa

RE: [Query]: Can people post to this mailing list without subscription?

2013-02-20 Thread Mark Hambleton
> I understand your viewpoint, but the most important part is: mails should > reach > everybody as soon as possible. Currently few of them are never reaching us :) There does appear to be some tech issues with this list too, I was being blocked from posting to the list and after some investig

Re: [Query]: Can people post to this mailing list without subscription?

2013-02-20 Thread Philip Colmer
So we could flip the management of the list on its head, then, and make the list wide open but blacklist spammers ... except that you then find yourself in a reactive mode. In other words, spam gets onto the list because the list is open, so you add the sender's email address to the blacklist, whic

Re: [Query]: Can people post to this mailing list without subscription?

2013-02-20 Thread Viresh Kumar
On 20 February 2013 16:19, Wookey wrote: > +++ Philip Colmer [2013-02-20 08:36 +]: >>I'm not entirely comfortable with blindly white-listing anyone who posts >>to linaro-dev with something that doesn't look like spam, for several >>reasons: >>1. That is not a great way to run a

Re: [Query]: Can people post to this mailing list without subscription?

2013-02-20 Thread Wookey
+++ Philip Colmer [2013-02-20 08:36 +]: >I'm not entirely comfortable with blindly white-listing anyone who posts >to linaro-dev with something that doesn't look like spam, for several >reasons: >1. That is not a great way to run a moderated mailing list. >2. IT aren't going

Re: Failure to generate beagle_sd.img using linaro-media-create

2013-02-20 Thread James Tunnicliffe
On 19 February 2013 18:54, Alexander Sack wrote: > On Tue, Feb 19, 2013 at 6:03 PM, James Tunnicliffe > wrote: >> On 19 February 2013 16:08, Alexander Sack wrote: >>> On Tue, Feb 19, 2013 at 2:53 PM, James Tunnicliffe >>> wrote: Good point! I would be pleasantly surprised if an image + hwp

Re: [Query]: Can people post to this mailing list without subscription?

2013-02-20 Thread Viresh Kumar
On 20 February 2013 14:06, Philip Colmer wrote: > I'm not entirely comfortable with blindly white-listing anyone who posts to > linaro-dev with something that doesn't look like spam, for several reasons: > > 1. That is not a great way to run a moderated mailing list. > 2. IT aren't going to be in

Re: [Query]: Can people post to this mailing list without subscription?

2013-02-20 Thread Philip Colmer
I'm not entirely comfortable with blindly white-listing anyone who posts to linaro-dev with something that doesn't look like spam, for several reasons: 1. That is not a great way to run a moderated mailing list. 2. IT aren't going to be in the best position to say whether or not the sender *should