[PATCH] gitignore: ignore hz.bc

2013-03-23 Thread Vincent
Signed-off-by: Vincent Stehlé --- kernel/.gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/kernel/.gitignore b/kernel/.gitignore index ab4f109..b3097bd 100644 --- a/kernel/.gitignore +++ b/kernel/.gitignore @@ -4,3 +4,4 @@ config_data.h config_data.gz timeconst.h +hz.bc

mount /mnt/cdrom ok!but ls segmentation fault...

2000-11-18 Thread Vincent
didn't want to reboot... CDRom door is locked.. BTW, what does D mean in ps? thanks in advance, - Regards, Vincent <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: mount /mnt/cdrom ok!but ls segmentation fault...

2000-11-19 Thread Vincent
0 c1b3d140 c27f8000 c27f8400 fff4 c1b3d140 Call Trace: [] [] [] [] [] [] [] [] Code: 8b 90 c4 00 00 00 80 b8 b4 00 00 00 00 74 1e 68 00 10 00 00 lines 76-116/116 (END) thank you for reply, - Regards, Vincent <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line &

PROBLEM: isofs crash on 2.4.0-test11-pre7 [1.] MAINTAINERS: ISO FILESYSTEM

2000-11-19 Thread Vincent
[2.] Full description of the problem/report: using gnome-terminal, the default alias ls='/bin/ls $LS_OPTIONS' #mount /mnt/cdrom #cd /mnt/cdrom #ls Segmentation fault #ls root@darkstar:~# umount /mnt/cdrom umount: /mnt/cdrom: device is busy root@darkstar:~# umount -f /mnt/cdrom umount2: Device or

Re: [PATCH] Typo in test11-pre7 isofs/namei.c

2000-11-19 Thread Vincent
Tom Leete wrote: > > Hi, > > The second and third arguments of get_joliet_filename() are swapped. > > Tom > > --- linux-2.4.0-test11/fs/isofs/namei.c.origSat Nov 18 01:55:55 2000 > +++ linux-2.4.0-test11/fs/isofs/namei.c Sat Nov 18 07:08:05 2000 > @@ -127,7 +127,7 @@ >

Re: [PATCH] topology: Fix compilation warning when not in SMP

2014-04-05 Thread Vincent
On 04/05/2014 01:49 AM, Greg Kroah-Hartman wrote: Warnings aren't a stable kernel issue, so why would this be relevant there? Oh, sorry about that. I'll go re-read the stable kernel rules again. Shall I re-post without the stable Cc:, for only mainline and next? Best regards, V. -- To unsub

Re: [PATCH linux-next] staging: r8192ee: Adapt flush function prototype

2014-06-20 Thread Vincent
On 06/20/2014 02:19 AM, Greg Kroah-Hartman wrote: (..) This doesn't apply as I think it's already done part of a merge... You are right, it seems to be in f9da455b93f6. Thanks for your concern! Best regards, V. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Linux next: boot on Wandboard broken by gic related change

2014-12-01 Thread Vincent
Hi, FYI, I noticed that Linux next would not boot anymore on Wandboard i.MX6 quad. This, since next-20141127. After bisecting for a while, `git bisect run' pointed at this very commit: 9a1091ef0017c40ab63e7fc0326b2dcfd4dde3a4 irqchip: gic: Support hierarchy irq domain. Indeed, reverting thi

Re: KVM Disk i/o or VM activities causes soft lockup?

2012-11-26 Thread Vincent Li
On Mon, Nov 26, 2012 at 2:58 AM, Stefan Hajnoczi wrote: > On Fri, Nov 23, 2012 at 10:34:16AM -0800, Vincent Li wrote: >> On Thu, Nov 22, 2012 at 11:29 PM, Stefan Hajnoczi wrote: >> > On Wed, Nov 21, 2012 at 03:36:50PM -0800, Vincent Li wrote: >> >> We have users

Re: [PATCH V2 Resend 3/4] workqueue: Schedule work on non-idle cpu instead of current one

2012-11-27 Thread Vincent Guittot
.org/2012/wp-content/uploads/2012/08/lpc2012-sched-timer-workqueue.pdf > > Specifically slides: 12 & 19. > > I haven't done much power calculations with it and have tested it more from > functionality point of view. > > @Vincent: Can you add some comments here? Sorry fo

Re: [PATCH V2 Resend 3/4] workqueue: Schedule work on non-idle cpu instead of current one

2012-11-27 Thread Vincent Guittot
ng a symptom and not the disease. I'd rather find a way to keep >> > work from being queued on wrong CPU. If it is a timer, find a way to >> > move the timer. If it is something else, lets work to fix that. Doing >> > searches of possibly all CPUs (unlikely, but it is th

Re: [PATCH V2 Resend 3/4] workqueue: Schedule work on non-idle cpu instead of current one

2012-11-27 Thread Vincent Guittot
On 27 November 2012 16:04, Steven Rostedt wrote: > On Tue, 2012-11-27 at 15:55 +0100, Vincent Guittot wrote: >> On 27 November 2012 14:59, Steven Rostedt wrote: >> > On Tue, 2012-11-27 at 19:18 +0530, Viresh Kumar wrote: >> >> On 27 November 2012 18:56, Steven Roste

Re: [PATCH V3 3/3] mfd: stmpe: Update DT support in stmpe driver

2012-11-27 Thread Rabin Vincent
2012/11/27 Viresh Kumar : > On 27 November 2012 14:10, Lee Jones wrote: > I haven't seen this in any of SPEAr boards i have worked on. Maybe Rabin > would have, that's why he added that part of code :) > > @Rabin/Linus: Do you remember why have you added this in stmpe driver: > > + if (stmpe

[RFC 2/2] clk: per-user clock accounting for debug

2012-11-28 Thread Rabin Vincent
accounting and disabler tracking in order to help debug these problems. NOTE: with this patch, clk_get_parent() behaves like clk_get(), i.e. it needs to be matched with a clk_put(). Otherwise, memory will leak. Signed-off-by: Rabin Vincent --- drivers/clk/clk-core.h | 18

Re: [RFC 1/2] clk: use struct clk only for external API

2012-11-28 Thread Rabin Vincent
2012/11/28 viresh kumar : > On Wed, Nov 28, 2012 at 9:31 PM, viresh kumar wrote: >> On Wed, Nov 28, 2012 at 5:22 PM, Rabin Vincent >> Isn't something wrong here? For common clk case shouldn't >> this be: >> >>> +#define clk_to_clk_core(clk)

[PATCH v5] sched: fix init NOHZ_IDLE flag

2013-03-19 Thread Vincent Guittot
it was a side effect of the other use cases. Signed-off-by: Vincent Guittot --- include/linux/sched.h |6 +++ kernel/sched/core.c | 105 - kernel/sched/fair.c | 35 +++-- kernel/sched/sched.h | 24 +-- 4 files

Re: [PATCH] usb: Make USB persist default configurable

2013-03-19 Thread Vincent Palatin
ed by the user opening the lid then closing it again in the next 2 or 3 seconds because he has changed is mind (damn user...), might be also triggered by lid hall sensor missing proper debouncing (but in that case, the mechanical time constant is often shorter than the latency of resuming USB devi

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

2013-02-04 Thread Vincent Guittot
On 1 February 2013 19:03, Frederic Weisbecker wrote: > 2013/1/29 Vincent Guittot : >> On my smp platform which is made of 5 cores in 2 clusters,I have the >> nr_busy_cpu field of sched_group_power struct that is not null when the >> platform is fully idle. The root cause s

[PATCH] sched: fix wrong rq's runnable_avg update with rt task

2013-02-08 Thread Vincent Guittot
ime in the rq's load. Signed-off-by: Vincent Guittot --- kernel/sched/core.c |3 +++ kernel/sched/fair.c | 10 ++ kernel/sched/sched.h |5 + 3 files changed, 18 insertions(+) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 26058d0..592e06c 100644 --- a/

Re: [PATCH] sched: fix wrong rq's runnable_avg update with rt task

2013-02-08 Thread Vincent Guittot
On 8 February 2013 15:46, Steven Rostedt wrote: > On Fri, 2013-02-08 at 12:11 +0100, Vincent Guittot wrote: >> When a RT task is scheduled on an idle CPU, the update of the rq's load is >> not done because CFS's functions are not called. Then, the idle_balance, >&

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

2013-02-08 Thread Vincent Guittot
On 8 February 2013 16:35, Frederic Weisbecker wrote: > 2013/2/4 Vincent Guittot : >> On 1 February 2013 19:03, Frederic Weisbecker wrote: >>>> diff --git a/kernel/sched/core.c b/kernel/sched/core.c >>>> index 257002c..fd41924 100644 >>>> --- a/kerne

[PATCH v3 2/2] sched: fix update NOHZ_IDLE flag

2013-02-08 Thread Vincent Guittot
) first in order to detect such intialization step and to not modify the NOHZ_IDLE flag Signed-off-by: Vincent Guittot --- kernel/sched/fair.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 5eea870..dac2edf 100644 --- a/kernel

[PATCH v3 0/2] sched: fix nr_busy_cpus

2013-02-08 Thread Vincent Guittot
state instead of busy state so a CPU that enters idle during the build of the sched_domain will not corrupt the initialization state Change since V1: - remove the patch for SCHED softirq on an idle core use case as it was a side effect of the other use cases. Vincent Guittot (2): sched

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

2013-02-08 Thread Vincent Guittot
/2 protects this init against an update of NOHZ_IDLE flag because a NULL sched_domain is attached to the CPU during the build of the new sched_domain so nohz_kick_needed and set_cpu_sd_state_busy are not called and can't clear the NOHZ_IDLE flag Signed-off-by: Vincent Guittot --- kernel/

Re: [PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug

2013-02-11 Thread Vincent Guittot
Hi Srivatsa, I can try to run some of our stress tests on your patches. Have you got a git tree that i can pull ? Regards, Vincent On 8 February 2013 19:09, Srivatsa S. Bhat wrote: > On 02/08/2013 10:14 PM, Srivatsa S. Bhat wrote: >> On 02/08/2013 09:11 PM, Russell King - ARM Li

[PATCH] sched: fix env->src_cpu for active migration

2013-02-12 Thread Vincent Guittot
need_active_balance uses env->src_cpu which is set only if there is more than 1 task on the run queue. We must set the src_cpu field unconditionnally otherwise the test "env->src_cpu > env->dst_cpu" will always fail if there is only 1 task on the run queue Signed-o

[PATCH v2] sched: fix wrong rq's runnable_avg update with rt task

2013-02-12 Thread Vincent Guittot
ime in the rq's load. Changes since V1: - move code out of schedule function and create a pre_schedule callback for idle class instead. Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 10 ++ kernel/sched/idle_task.c |7 +++ kernel/sched/sched.h |5 +

Re: [PATCH v2] sched: fix wrong rq's runnable_avg update with rt task

2013-02-12 Thread Vincent Guittot
On 12 February 2013 14:23, Vincent Guittot wrote: > When a RT task is scheduled on an idle CPU, the update of the rq's load is > not done because CFS's functions are not called. Then, the idle_balance, > which is called just before entering the idle function, updates the > r

Re: [PATCH v2] sched: fix wrong rq's runnable_avg update with rt task

2013-02-12 Thread Vincent Guittot
On 12 February 2013 15:53, Steven Rostedt wrote: > On Tue, 2013-02-12 at 14:23 +0100, Vincent Guittot wrote: >> .set_curr_task = set_curr_task_idle, >> diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h >> index fc88644..9707092 100644 >> --- a/ke

Re: [patch v6 03/21] sched: only count runnable avg on cfs_rq's nr_running

2013-04-02 Thread Vincent Guittot
task will impact your runnable_avg statistics. Instead of trying to get only CFS tasks, you should take into account all tasks activity in the rq. Vincent > inc_nr_running(rq); > } > hrtick_update(rq); > -- > 1.7.12 > -- To unsubscribe from this list:

Re: [patch v6 10/21] sched: get rq potential maximum utilization

2013-04-02 Thread Vincent Guittot
gt; + : (FULL_UTIL - rt_util); rt_util and rq->util don't use the same computation algorithm so the results are hardly comparable or addable. In addition, some RT tasks can have impacted the rq->util, so they will be accounted in both side. Vince

[PATCH Resend v5] sched: fix init NOHZ_IDLE flag

2013-04-03 Thread Vincent Guittot
it was a side effect of the other use cases. Signed-off-by: Vincent Guittot --- include/linux/sched.h |6 +++ kernel/sched/core.c | 105 - kernel/sched/fair.c | 35 +++-- kernel/sched/sched.h | 24 +-- 4 files

[PATCH v4] sched: fix wrong rq's runnable_avg update with rt tasks

2013-04-04 Thread Vincent Guittot
ce Changes since V2: - remove useless definition for UP platform - rebased on top of Steven Rostedt's patches : https://lkml.org/lkml/2013/2/12/558 Changes since V1: - move code out of schedule function and create a pre_schedule callback for idle class instead. Signed-off-by: Vincent Guittot -

Re: [PATCH Resend v5] sched: fix init NOHZ_IDLE flag

2013-04-04 Thread Vincent Guittot
On 4 April 2013 19:07, Frederic Weisbecker wrote: > 2013/4/3 Vincent Guittot : >> On my smp platform which is made of 5 cores in 2 clusters, I have the >> nr_busy_cpu field of sched_group_power struct that is not null when the >> platform is fully idle. The root cause i

Re: [RFC PATCH v3 5/6] sched: pack the idle load balance

2013-04-05 Thread Vincent Guittot
Peter, After some toughts about your comments,I can update the buddy cpu during ILB or periofdic LB to a new idle core and extend the packing mechanism Does this additional mechanism sound better for you ? Vincent On 26 March 2013 15:42, Peter Zijlstra wrote: > On Tue, 2013-03-26 at 15

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

2013-01-29 Thread Vincent Guittot
: Vincent Guittot --- kernel/sched/core.c |1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 257002c..fd41924 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -5884,6 +5884,7 @@ static void init_sched_groups_power(int cpu, struct

[PATCH v2 2/2] sched: fix update NOHZ_IDLE flag

2013-01-29 Thread Vincent Guittot
) first in order to detect such intialization step and to not modify the NOHZ_IDLE flag Signed-off-by: Vincent Guittot --- kernel/sched/fair.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 5eea870..dac2edf 100644 --- a/kernel

[PATCH v2 0/2] sched: fix nr_busy_cpus

2013-01-29 Thread Vincent Guittot
an idle core use case as it was a side effect of the other use cases. Vincent Guittot (2): sched: fix init NOHZ_IDLE flag sched: fix update NOHZ_IDLE flag kernel/sched/core.c |1 + kernel/sched/fair.c |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 1.7.9.5 -- To

[PATCH] hwmon: (lm90) Add device tree support

2013-02-01 Thread Vincent Palatin
Add support to instantiate LM90-compatible sensors from a device-tree configuration. When the kernel has device tree support, we avoid doing the auto-detection as probing the busses might mess-up sensitive I2C devices or trigger long timeouts on non-functional busses. Signed-off-by: Vincent

Re: [PATCH] regmap: debugfs: Fix compilation warning

2013-01-24 Thread Vincent Stehlé
On 01/23/2013 04:58 PM, Mark Brown wrote: > On Tue, Jan 22, 2013 at 11:07:04AM +0100, Vincent Stehlé wrote: > >> Do you think there is a way to "mark" the list_for_each_entry() >> as iterating at least once? an __attribute__ maybe? > > No - but are you sure th

Re: [PATCH Resend 1/3] sched: fix nr_busy_cpus with coupled cpuidle

2013-01-24 Thread Vincent Guittot
On 24 January 2013 17:44, Frederic Weisbecker wrote: > 2012/12/3 Vincent Guittot : >> With the coupled cpuidle driver (but probably also with other drivers), >> a CPU loops in a temporary safe state while waiting for other CPUs of its >> cluster to be ready to enter the coupl

Re: [PATCH v4] sched: fix init NOHZ_IDLE flag

2013-02-26 Thread Vincent Guittot
On 26 February 2013 14:16, Frederic Weisbecker wrote: > 2013/2/22 Vincent Guittot : >> I wanted to avoid having to use the sd pointer for testing NOHZ_IDLE >> flag because it occurs each time we go into idle but it seems to be >> not easily feasible. >> Another

Re: [PATCH v4] sched: fix init NOHZ_IDLE flag

2013-02-27 Thread Vincent Guittot
On 26 February 2013 18:43, Frederic Weisbecker wrote: > 2013/2/26 Vincent Guittot : >> On 26 February 2013 14:16, Frederic Weisbecker wrote: >>> 2013/2/22 Vincent Guittot : >>>> I wanted to avoid having to use the sd pointer for testing NOHZ_IDLE >>>> f

Re: [PATCH v4] sched: fix init NOHZ_IDLE flag

2013-02-27 Thread Vincent Guittot
On 27 February 2013 17:13, Frederic Weisbecker wrote: > On Wed, Feb 27, 2013 at 09:28:26AM +0100, Vincent Guittot wrote: >> > Ok I don't like having a per cpu state in struct sched domain but for >> > now I can't find anything better. So my suggestion is that we do

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

2013-02-19 Thread Vincent Guittot
On 18 February 2013 16:40, Frederic Weisbecker wrote: > 2013/2/18 Vincent Guittot : >> On 18 February 2013 15:38, Frederic Weisbecker wrote: >>> I pasted the original at: http://pastebin.com/DMm5U8J8 >> >> We can clear the idle flag only in the nohz_kick_needed whic

Re: [PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug

2013-02-19 Thread Vincent Guittot
On 18 February 2013 20:53, Steven Rostedt wrote: > On Mon, 2013-02-18 at 17:50 +0100, Vincent Guittot wrote: > >> yes for sure. >> The problem is more linked to cpuidle and function tracer. >> >> cpu hotplug and function tracer work when cpuidle is disable. >>

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

2013-02-19 Thread Vincent Guittot
On 19 February 2013 11:29, Vincent Guittot wrote: > On 18 February 2013 16:40, Frederic Weisbecker wrote: >> 2013/2/18 Vincent Guittot : >>> On 18 February 2013 15:38, Frederic Weisbecker wrote: >>>> I pasted the original at: http://pastebin.com/DMm5U8J8 >>&

[PATCH v4] sched: fix init NOHZ_IDLE flag

2013-02-21 Thread Vincent Guittot
build of the sched_domain will not corrupt the initialization state Change since V1: - remove the patch for SCHED softirq on an idle core use case as it was a side effect of the other use cases. Signed-off-by: Vincent Guittot --- kernel/sched/core.c |4 +++- kernel/sched/fair.c |9

Re: [PATCH v4] sched: fix init NOHZ_IDLE flag

2013-02-22 Thread Vincent Guittot
On 22 February 2013 13:32, Frederic Weisbecker wrote: > On Thu, Feb 21, 2013 at 09:29:16AM +0100, Vincent Guittot wrote: >> On my smp platform which is made of 5 cores in 2 clusters, I have the >> nr_busy_cpu field of sched_group_power struct that is not null when the >> p

Re: [PATCH] topology: removed kzalloc return value cast

2013-03-13 Thread Vincent Guittot
_capacity *)kzalloc(alloc_size, GFP_NOWAIT); > + cpu_capacity = kzalloc(alloc_size, GFP_NOWAIT); you're right Acked-by: Vincent Guittot > > while ((cn = of_find_node_by_type(cn, "cpu"))) { > const u32 *rate, *reg; > -- > 1.7.10.4 > --

Re: [PATCH] regulator: disable supply regulator if it is enabled for boot-on

2012-08-28 Thread Rabin Vincent
2012/8/28 Laxman Dewangan : > I tried to reproduce the lockup issue with the following change but not > seeing any lockup issue. Did you enable CONFIG_PROVE_LOCKING? > Also reviewing the change, I am not seeing any call trace where the > recursive locking happening. There's probably no actual re

Re: [PATCH V2] regulator: disable supply regulator if it is enabled for boot-on

2012-08-30 Thread Rabin Vincent
2012/8/29 Laxman Dewangan : > @@ -3614,8 +3615,11 @@ static int __init regulator_init_complete(void) > > mutex_lock(&rdev->mutex); > > - if (rdev->use_count) > + if (rdev->use_count) { > + if (rdev->supply && c->boot_on) > +

[RFC] sched: nohz_idle_balance

2012-09-12 Thread Vincent Guittot
On tickless system, one CPU runs load balance for all idle CPUs. The cpu_load of this CPU is updated before starting the load balance of each other idle CPUs. We should instead update the cpu_load of the balance_cpu. Signed-off-by: Vincent Guittot --- kernel/sched/fair.c | 11 ++- 1

Re: [RFC] sched: nohz_idle_balance

2012-09-13 Thread Vincent Guittot
Wrong button make me removed others guys from the thread. Sorry for this mistake. On 13 September 2012 09:56, Mike Galbraith wrote: > On Thu, 2012-09-13 at 09:44 +0200, Vincent Guittot wrote: >> On 13 September 2012 09:29, Mike Galbraith wrote: >> > On Thu, 2012-09-13 at 08

Re: [PATCH v4 0/5] ARM: topology: set the capacity of each cores for big.LITTLE

2012-09-13 Thread Vincent Guittot
On 10 July 2012 15:42, Peter Zijlstra wrote: > On Tue, 2012-07-10 at 14:35 +0200, Vincent Guittot wrote: >> >> May be the last one which enable ARCH_POWER should also go into tip ? >> > OK, I can take it. Hi Peter, I can't find the patch that enable ARCH_POWER in t

Re: [PATCH v4 0/5] ARM: topology: set the capacity of each cores for big.LITTLE

2012-09-13 Thread Vincent Guittot
On 13 September 2012 14:07, Peter Zijlstra wrote: > On Thu, 2012-09-13 at 11:17 +0200, Vincent Guittot wrote: >> On 10 July 2012 15:42, Peter Zijlstra wrote: >> > On Tue, 2012-07-10 at 14:35 +0200, Vincent Guittot wrote: >> >> >> >> May be the last one w

[PATCH] Remove unneeded code in sys_getpriority

2008-02-02 Thread Rabin Vincent
This check is not required because the condition is always true. Signed-off-by: Rabin Vincent <[EMAIL PROTECTED]> --- kernel/sys.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/kernel/sys.c b/kernel/sys.c index d1fe71e..a001974 100644 --- a/kernel/sys.c

Re: [PATCH] Remove unneeded code in sys_getpriority

2008-02-03 Thread Rabin Vincent
On Sun, Feb 03, 2008 at 10:54:45AM +0100, Frank Seidel wrote: > On Sunday 03 February 2008 04:04, Rabin Vincent wrote: > > This check is not required because the condition is always true. > > ... > > - if (niceval > retval) > > -

[PATCH] USB: ohci-exynos: initialize registers pointer earlier

2012-11-01 Thread Vincent Palatin
ith the former code, this triggers an early interrupt about 50% of the boots and a subsequent kernel panic in ohci_irq when trying to access the registers. Cc: Olof Johansson Cc: Doug Anderson Cc: Arjun.K.V Cc: Vikas Sajjan Cc: Abhilash Kesavan Signed-off-by: Vincent Palatin --- drivers/

kernel BUG at fs/buffer.c:2886! Linux 3.5.0

2012-07-27 Thread Vincent ETIENNE
Jul 27 23:41:41 jupiter2 kernel: [ 351.177405] ---[ end trace e1e88bdf12146104 ]--- Jul 27 23:41:41 jupiter2 kernel: [ 351.177868] deliver (5783) used greatest stack depth: 3032 bytes left Regards, Vincent ETIENNE -- To unsubscribe from this list: send the line "unsubscribe linux-k

Re: kernel BUG at fs/buffer.c:2886! Linux 3.5.0

2012-07-30 Thread Vincent ETIENNE
HI, Le 30/07/2012 08:30, Joel Becker a écrit : > On Sat, Jul 28, 2012 at 12:18:30AM +0200, Vincent ETIENNE wrote: >> Hello >> >> Get this on first write made ( by deliver sending mail to inform of the >> restart of services ) >> Home partition (the one rece

Re: kernel BUG at fs/buffer.c:2886! Linux 3.5.0

2012-07-30 Thread Vincent ETIENNE
On 30/07/2012 09:53, Joel Becker wrote: > On Mon, Jul 30, 2012 at 09:45:14AM +0200, Vincent ETIENNE wrote: >> Le 30/07/2012 08:30, Joel Becker a écrit : >>> On Sat, Jul 28, 2012 at 12:18:30AM +0200, Vincent ETIENNE wrote: >>>> Hello >>>> >>>

Re: [PATCH 3/4] lib: vsprintf: Optimize put_dec_trunc8

2012-09-23 Thread Rabin Vincent
2012/8/3 George Spelvin : > If you're going to have a conditional branch after > each 32x32->64-bit multiply, might as well shrink the code > and make it a loop. > > This also avoids using the long multiply for small integers. > > (This leaves the comments in a confusing state, but that's a separat

Re: [PATCH 3/3] workqueue: Schedule work on non-idle cpu instead of current one

2012-09-25 Thread Vincent Guittot
as that we should be able to select another CPU than the local one. Using the same policy than timer, is a 1st step to consolidate interface. A next step should be to update the policy of the function Vincent > >>> @@ -1102,7 +1113,7 @@ static void delayed_work_timer_fn(unsig

Re: [RFC 2/6] sched: add a new SD SHARE_POWERLINE flag for sched_domain

2012-10-29 Thread Vincent Guittot
On 24 October 2012 17:17, Santosh Shilimkar wrote: > Vincent, > > Few comments/questions. > > > On Sunday 07 October 2012 01:13 PM, Vincent Guittot wrote: >> >> This new flag SD SHARE_POWERLINE reflects the sharing of the power rail >> between the members

Re: [RFC 2/6] sched: add a new SD SHARE_POWERLINE flag for sched_domain

2012-10-29 Thread Vincent Guittot
It looks like i need to describe more what On 29 October 2012 10:40, Vincent Guittot wrote: > On 24 October 2012 17:17, Santosh Shilimkar wrote: >> Vincent, >> >> Few comments/questions. >> >> >> On Sunday 07 October 2012 01:13 PM, Vincent

Re: [RFC 3/6] sched: pack small tasks

2012-10-29 Thread Vincent Guittot
On 24 October 2012 17:20, Santosh Shilimkar wrote: > Vincent, > > Few comments/questions. > > > On Sunday 07 October 2012 01:13 PM, Vincent Guittot wrote: >> >> During sched_domain creation, we define a pack buddy CPU if available. >> >> On a system

Re: [RFC 4/6] sched: secure access to other CPU statistics

2012-10-29 Thread Vincent Guittot
On 24 October 2012 17:21, Santosh Shilimkar wrote: > $subject is bit confusing here. > > > On Sunday 07 October 2012 01:13 PM, Vincent Guittot wrote: >> >> The atomic update of runnable_avg_sum and runnable_avg_period are ensured >> by their size and the toolchain.

Re: [RFC 5/6] sched: pack the idle load balance

2012-10-29 Thread Vincent Guittot
On 24 October 2012 17:21, Santosh Shilimkar wrote: > On Sunday 07 October 2012 01:13 PM, Vincent Guittot wrote: >> >> Look for an idle CPU close the pack buddy CPU whenever possible. > > s/close/close to yes > >> The goal is to prevent the wake up of a CPU which d

Re: [RFC 6/6] ARM: sched: clear SD_SHARE_POWERLINE

2012-10-29 Thread Vincent Guittot
On 24 October 2012 17:21, Santosh Shilimkar wrote: > On Sunday 07 October 2012 01:13 PM, Vincent Guittot wrote: >> >> The ARM platforms take advantage of packing small tasks on few cores. >> This is true even when the cores of a cluster can't be powergated >> indep

[PATCH linux-next] edma: select arch common code to fix link

2013-07-09 Thread Vincent Stehlé
f8b8): undefined reference to `edma_free_slot' drivers/built-in.o: In function `edma_callback': of_iommu.c:(.text+0x4fae4): undefined reference to `edma_stop' make: *** [vmlinux] Error 1 Signed-off-by: Vincent Stehlé Cc: Matt Porter Cc: Sekhar Nori Cc: Vinod Koul Cc: Dan

[PATCH linux-next] arm: multi_v7_defconfig: add fsl lpuart serial console

2013-07-09 Thread Vincent Stehlé
Add Freescale LPUART serial console support. This gives us the boot messages on UART on e.g. the Vybrid VF610 Tower board. Signed-off-by: Vincent Stehlé Cc: Olof Johansson Cc: Russell King --- Hi, Would you please consider adding LPUART for ARM multi_v7_defconfig, please? (This patch is

[PATCH linux-next] ARM: imx: fix imx_init_l2cache storage class

2013-07-10 Thread Vincent Stehlé
] Signed-off-by: Vincent Stehlé Cc: Shawn Guo Cc: Sascha Hauer Cc: Russell King Cc: triv...@kernel.org --- Hi, Linux next-20130710 breaks compilation of ARM multi_v7_defconfig. This patch fixes it. (Note: this patch is necessary for the link, too: http://www.spinics.net/lists/kernel/msg1563777

Re: [RFC][PATCH 1/9] sched: Introduce power scheduler

2013-07-10 Thread Vincent Guittot
On 10 July 2013 13:11, Morten Rasmussen wrote: > On Wed, Jul 10, 2013 at 03:10:15AM +0100, Arjan van de Ven wrote: >> On 7/9/2013 8:55 AM, Morten Rasmussen wrote: >> > + mod_delayed_work_on(schedule_cpu(), system_wq, &dwork, >> > + msecs_to_jiffies(INTERVAL)); >> >> so

[PATCH linux-next] pinctrl: fix pinconf_dbg_config_write return type

2013-09-16 Thread Vincent Stehlé
‘pinconf_dbg_pinconfig_fops.write’) [enabled by default] Signed-off-by: Vincent Stehlé Cc: Linus Walleij --- Hi, This can be seen with e.g. next-20130916 with x86 allmodconfig. Best regards, V. drivers/pinctrl/pinconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl

Re: [RFC][PATCH 14/10] sched, fair: Fix the group_capacity computation

2013-09-04 Thread Vincent Guittot
city to the actual number of cores. > Peter, your patch also solves the 'phantom' big cores that can appear on HMP system because big cores have a cpu_power >= SCHED_POWER_SCALE in order to express a higher capacity than LITTLE cores. Acked-by Vincent Guittot Vincent > The ass

[PATCH] gma500: define do_gma_backlight_set only when used

2013-09-26 Thread Vincent Stehlé
] While at it, remove some end of line spaces. Signed-off-by: Vincent Stehlé Cc: David Airlie --- Hi, This can be seen with mainline or linux-next with e.g. allmodconfig on x86. Best regards, V. drivers/gpu/drm/gma500/backlight.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions

[PATCH] i2c-designware: define i2c_dw_pci_runtime_idle only with runtime pm

2013-09-26 Thread Vincent Stehlé
: Vincent Stehlé Cc: Wolfram Sang --- drivers/i2c/busses/i2c-designware-pcidrv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/i2c/busses/i2c-designware-pcidrv.c b/drivers/i2c/busses/i2c-designware-pcidrv.c index f6ed06c..2b5d3a6 100644 --- a/drivers/i2c/busses/i2c-designware

[PATCH linux-next] skd: fix some VPRINTK() specifiers for size_t

2013-09-28 Thread Vincent Stehlé
, remove one cast to unsigned long for a size_t VPRINTK() argument and specify it as %zu, too. Signed-off-by: Vincent Stehlé Cc: Andrew Morton --- Hi, This can be seen on e.g. linux next-20130927. Best regards, V. drivers/block/skd_main.c | 11 +-- 1 file changed, 5 insertions(+), 6

Re: [ipv4:PATCH] Allow userspace to specify primary or secondary ip on interface

2013-09-30 Thread Vincent Li
Yes, I found I can use 'ip route replace' command to change the 'src' address as workaround. Julian also responded in another thread that He could come up with a patch to sort ip with scope, primary, secondary preferences. https://lkml.org/lkml/2013/9/27/482 Vincent On Sun,

[PATCH] Allow userspace code to use flag IFA_F_SECONDARY to specify an ip address to be primary or secondary ip on an interface

2013-09-24 Thread Vincent Li
uld like to add the flexibility in kernel to allow us to specify which ip to be primary or secondary. Signed-off-by: Vincent Li --- net/ipv4/devinet.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index a1b5bcb..bfc7

Re: [PATCH] Allow userspace code to use flag IFA_F_SECONDARY to specify an ip address to be primary or secondary ip on an interface

2013-09-24 Thread Vincent Li
Ok, I will resend the patch with your suggestions. Vincent On Tue, Sep 24, 2013 at 12:28 PM, David Miller wrote: > From: Vincent Li > Date: Tue, 24 Sep 2013 11:11:21 -0700 > >> the current behavior is when an IP is added to an interface, the primary >> or secondary attri

[ipv4:PATCH] Allow userspace to specify primary or secondary ip on interface

2013-09-24 Thread Vincent Li
floating management ip' is always secondary, kernel always choose the primary ip as source ip address. thus we would like to add the flexibility in kernel to allow us to specify which ip to be primary or secondary. Signed-off-by: Vincent Li --- net/ipv4/devinet.c |8 ++-- 1 file cha

Re: [PATCH] Allow userspace code to use flag IFA_F_SECONDARY to specify an ip address to be primary or secondary ip on an interface

2013-09-24 Thread Vincent Li
eciated. On Tue, Sep 24, 2013 at 2:13 PM, Julian Anastasov wrote: > > Hello, > > On Tue, 24 Sep 2013, Vincent Li wrote: > >> the current behavior is when an IP is added to an interface, the primary >> or secondary attributes is depending on the order of ip added

Re: [PATCH] Allow userspace code to use flag IFA_F_SECONDARY to specify an ip address to be primary or secondary ip on an interface

2013-09-24 Thread Vincent Li
sorry Julian to miss your point after reading the __inet_del_ifa and see the rtmsg_ifa, fib_del_ifaddr/fib_add_ifaddr, I can try another patch and actually test if the patches changes works as it is intended, not just checking from ip binary output. Vincent On Tue, Sep 24, 2013 at 2:34 PM

Re: [PATCH] Allow userspace code to use flag IFA_F_SECONDARY to specify an ip address to be primary or secondary ip on an interface

2013-09-25 Thread Vincent Li
I think it is good idea to add these preferences flags and sorted them, but my code knowledge is limited to implement it as I am still learning, I can help testing :) On Wed, Sep 25, 2013 at 12:08 AM, Julian Anastasov wrote: > > Hello, > > On Tue, 24 Sep 2013, Vinc

[RFC 0/6] sched: packing small tasks

2012-10-07 Thread Vincent Guittot
for a default kernel: | CA7 | CA7 | total | - default | 40 | 40 | 80 | ----- Vincent Guittot (6): Revert "sched: introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" sched: add

Re: [BISECTED] snd-hda-intel audio distortion in Linus' current tree

2012-10-07 Thread Vincent Cheng
Family High Definition Audio Controller [8086:1e20] (rev 04) Subsystem: Toshiba America Info Systems Device [1179:fb30] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast

[PATCH] mm: show migration types in show_mem

2012-10-08 Thread Rabin Vincent
d-off-by: Rabin Vincent --- mm/page_alloc.c | 42 -- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c index c13ea75..cbe5373 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -2818,6 +2818,31 @@ out: #

CMA and zone watermarks

2012-10-08 Thread Rabin Vincent
It appears that when CMA is enabled, the zone watermarks are not properly respected, leading to for example GFP_NOWAIT allocations getting access to the high pools. I ran the following test code which simply allocates pages with GFP_NOWAIT until it fails, and then tries GFP_ATOMIC. Without CMA, t

Re: CMA and zone watermarks

2012-10-09 Thread Rabin Vincent
Hi Marek, Minchan, 2012/10/9 Marek Szyprowski : > Could You run your test with latest linux-next kernel? There have been some > patches merged to akpm tree which should fix accounting for free and free > cma pages. I hope it should fix this issue. I've tested with the mentioned patches (which see

[PATCH] drm/omap: fix allocation size for page addresses array

2012-10-09 Thread Vincent Penquerc'h
Signed-off-by: Rob Clark Signed-off-by: Vincent Penquerc'h --- drivers/staging/omapdrm/omap_gem.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/omapdrm/omap_gem.c b/drivers/staging/omapdrm/omap_gem.c index c828743..4c1472c 100644 --- a/dr

[PATCH] x86, fpu: avoid FPU lazy restore after suspend

2012-11-30 Thread Vincent Palatin
xist since 3.4 (after the FPU lazy restore was actually implemented), to apply the change to 3.4, "this_cpu_write" needs to be replaced by percpu_write. Cc: Duncan Laurie Cc: Olof Johansson Cc: [v3.4+] # for 3.4 need to replace this_cpu_write by percpu_write Signed-off-by: Vincent Pa

issue with x86 FPU state after suspend to ram

2012-11-30 Thread Vincent Palatin
r fpu implementation for platforms with xsave support, but it still happens with eagerfpu=off. To apply this change to 3.4, "this_cpu_write" needs to be replaced by percpu_write. -- Vincent -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH v2] x86, fpu: avoid FPU lazy restore after suspend

2012-11-30 Thread Vincent Palatin
percpu_write Signed-off-by: Vincent Palatin --- arch/x86/include/asm/fpu-internal.h | 15 +-- arch/x86/kernel/smpboot.c |5 + 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/arch/x86/include/asm/fpu-internal.h b/arch/x86/include/asm/fpu-internal

[PATCH v3] x86, fpu: avoid FPU lazy restore after suspend

2012-11-30 Thread Vincent Palatin
les by a SIGFPE. Cc: Duncan Laurie Cc: Olof Johansson Cc: [v3.4+] # for 3.4 need to replace this_cpu_write by percpu_write Signed-off-by: Vincent Palatin --- Hi, The patch updated according the HPA and Linus comments. I'm still re-running the testing on v3. Change in v3: - remove misl

Re: [PATCH] x86, fpu: avoid FPU lazy restore after suspend

2012-11-30 Thread Vincent Palatin
On Fri, Nov 30, 2012 at 11:55 AM, H. Peter Anvin wrote: > > On 11/30/2012 11:54 AM, Vincent Palatin wrote: > >> > > I have done a patch v2 according to your suggestions. > > I will run the testing on it now. > > I probably need at least 2 to 3 hours to validat

[PATCH Resend 1/3] sched: fix nr_busy_cpus with coupled cpuidle

2012-12-03 Thread Vincent Guittot
: Vincent Guittot --- kernel/time/tick-sched.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 955d35b..b8d74ea 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c @@ -570,6 +570,8 @@ void tick_nohz_irq_exit(void

[PATCH Resend 3/3] sched: fix update NOHZ_IDLE flag

2012-12-03 Thread Vincent Guittot
detect such intialization step and to not modify the NOHZ_IDLE flag Signed-off-by: Vincent Guittot --- kernel/sched/fair.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 24a5588..1ef57a8 100644 --- a/kernel/sched/fair.c +++ b

[PATCH Resend 2/3] sched: fix init NOHZ_IDLE flag

2012-12-03 Thread Vincent Guittot
: Vincent Guittot --- kernel/sched/core.c |1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index bae620a..77a01c8 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -5875,6 +5875,7 @@ static void init_sched_groups_power(int cpu, struct

  1   2   3   4   5   6   7   8   9   10   >