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
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/
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 &
[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
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 @@
>
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
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
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
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
.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
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
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
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
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
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)
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
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
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
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/
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,
>&
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
) 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
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
/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/
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
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
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 +
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
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
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:
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
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
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
-
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
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
: 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
) 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
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
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
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
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
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
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
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
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
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.
>>
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
>>&
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
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
_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
>
--
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
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)
> +
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
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
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
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
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
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)
> > -
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/
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
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
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
>>>>
>>>
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
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
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
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
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
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.
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
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
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
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
]
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
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
‘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
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
]
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
: 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
, 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
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,
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
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
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
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
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
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
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
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
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:
#
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
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
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
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
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
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
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
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
: 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
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
: 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 - 100 of 3630 matches
Mail list logo