Resend: [patch] hsi : Avoid race condition between HSI controller and HSI client when system restart and power down

2013-02-21 Thread xtu4
Avoid race condition between HSI controller and HSI client when system restart and power down hsi_isr_tasklet disabled in HSI_controller exit, but before HSI controller exit, HSI client will cleanup, this cleanup will destroy the spinlock used by the hsi_isr_tasklet,so if after HSI client

[patch] hsi : Avoid race condition between HSI controller and HSI client when system restart and power down

2013-02-21 Thread xtu4
Avoid race condition between HSI controller and HSI client when system restart and power down hsi_isr_tasklet disabled in HSI_controller exit, but before HSI controller exit, HSI client will cleanup, this cleanup will destroy the spinlock used by the hsi_isr_tasklet,so if after HSI client

[patch] hsi : Avoid race condition between HSI controller and HSI client when system restart and power down

2013-02-21 Thread xtu4
Avoid race condition between HSI controller and HSI client when system restart and power down hsi_isr_tasklet disabled in HSI_controller exit, but before HSI controller exit, HSI client will cleanup, this cleanup will destroy the spinlock used by the hsi_isr_tasklet,so if after HSI client

Resend: [patch] hsi : Avoid race condition between HSI controller and HSI client when system restart and power down

2013-02-21 Thread xtu4
Avoid race condition between HSI controller and HSI client when system restart and power down hsi_isr_tasklet disabled in HSI_controller exit, but before HSI controller exit, HSI client will cleanup, this cleanup will destroy the spinlock used by the hsi_isr_tasklet,so if after HSI client

Re: resend----[PATCH] Avoid high order memory allocating with kmalloc, when read large seq file

2013-01-31 Thread xtu4
On 01/31/2013 02:11 PM, xtu4 wrote: [SEQ_FILE] Avoid high order memory allocating with kmalloc when read large seq file currently, when dumpstate access /proc/xxx/binder , this binder include lots of info, it will use seq_read in kernel, in this function, it will trigger high order memory

Re: resend----[PATCH] Avoid high order memory allocating with kmalloc, when read large seq file

2013-01-31 Thread xtu4
On 01/31/2013 02:11 PM, xtu4 wrote: [SEQ_FILE] Avoid high order memory allocating with kmalloc when read large seq file currently, when dumpstate access /proc/xxx/binder , this binder include lots of info, it will use seq_read in kernel, in this function, it will trigger high order memory

Re: resend----[PATCH] Avoid high order memory allocating with kmalloc, when read large seq file

2013-01-31 Thread xtu4
On 01/31/2013 02:11 PM, xtu4 wrote: [SEQ_FILE] Avoid high order memory allocating with kmalloc when read large seq file currently, when dumpstate access /proc/xxx/binder , this binder include lots of info, it will use seq_read in kernel, in this function, it will trigger high order memory

Re: resend----[PATCH] Avoid high order memory allocating with kmalloc, when read large seq file

2013-01-31 Thread xtu4
On 01/31/2013 02:11 PM, xtu4 wrote: [SEQ_FILE] Avoid high order memory allocating with kmalloc when read large seq file currently, when dumpstate access /proc/xxx/binder , this binder include lots of info, it will use seq_read in kernel, in this function, it will trigger high order memory

resend----[PATCH] Avoid high order memory allocating with kmalloc, when read large seq file

2013-01-30 Thread xtu4
[SEQ_FILE] Avoid high order memory allocating with kmalloc when read large seq file currently, when dumpstate access /proc/xxx/binder , this binder include lots of info, it will use seq_read in kernel, in this function, it will trigger high order memory alloc, when read binder info or other

resend----[PATCH] Avoid high order memory allocating with kmalloc, when read large seq file

2013-01-30 Thread xtu4
[SEQ_FILE] Avoid high order memory allocating with kmalloc when read large seq file currently, when dumpstate access /proc/xxx/binder , this binder include lots of info, it will use seq_read in kernel, in this function, it will trigger high order memory alloc, when read binder info or other

Avoid high order memory allocating with kmalloc, when read large seq file

2013-01-28 Thread xtu4
Subject: [PATCH] [SEQ_FILE] Avoid high order memory allocating with kmalloc when read large seq file currently, when dumpstate access /proc/xxx/binder , this binder include lots of info, it will use seq_read in kernel, in this function, it will trigger high order memory alloc, when read

Avoid high order memory allocating with kmalloc, when read large seq file

2013-01-28 Thread xtu4
Subject: [PATCH] [SEQ_FILE] Avoid high order memory allocating with kmalloc when read large seq file currently, when dumpstate access /proc/xxx/binder , this binder include lots of info, it will use seq_read in kernel, in this function, it will trigger high order memory alloc, when read

resend--[PATCH] improve read ahead in kernel

2012-12-10 Thread xtu4
resend it, due to format error Subject: [PATCH] when system in low memory scenario, imaging there is a mp3 play, ora video play, we need to read mp3 or video file from memory to page cache,but when system lack of memory, page cache of mp3 or video file will be reclaimed.once read in memory,

resend--[PATCH] improve read ahead in kernel

2012-12-10 Thread xtu4
resend it, due to format error Subject: [PATCH] when system in low memory scenario, imaging there is a mp3 play, ora video play, we need to read mp3 or video file from memory to page cache,but when system lack of memory, page cache of mp3 or video file will be reclaimed.once read in memory,

Re: [PATCH] Allow 0ms deadline latency

2012-12-09 Thread xtu4
re-send it On 12/10/2012 12:01 AM, xtu4 wrote: Subject: [PATCH] Allow 0ms deadline latency, increase the read speed Signed-off-by: xiaobing tu --- block/deadline-iosched.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/deadline-iosched.c b/block/deadline

[PATCH] Allow 0ms deadline latency

2012-12-09 Thread xtu4
Subject: [PATCH] Allow 0ms deadline latency, increase the read speed Signed-off-by: xiaobing tu --- block/deadline-iosched.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/deadline-iosched.c b/block/deadline-iosched.c index c644137..e502d6b 100644 ---

[PATCH] improve read ahead in kernel

2012-12-09 Thread xtu4
Subject: [PATCH] when system in low memory scenario, imaging there is a mp3 play, or video play, we need to read mp3 or video file from memory to page cache,but when system lack of memory, page cache of mp3 or video file will be reclaimed.once read in memory, then reclaimed, it will cause

[PATCH] improve read ahead in kernel

2012-12-09 Thread xtu4
Subject: [PATCH] when system in low memory scenario, imaging there is a mp3 play, or video play, we need to read mp3 or video file from memory to page cache,but when system lack of memory, page cache of mp3 or video file will be reclaimed.once read in memory, then reclaimed, it will cause

[PATCH] Allow 0ms deadline latency

2012-12-09 Thread xtu4
Subject: [PATCH] Allow 0ms deadline latency, increase the read speed Signed-off-by: xiaobing tu xiaobing...@intel.com --- block/deadline-iosched.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/deadline-iosched.c b/block/deadline-iosched.c index c644137..e502d6b

Re: [PATCH] Allow 0ms deadline latency

2012-12-09 Thread xtu4
re-send it On 12/10/2012 12:01 AM, xtu4 wrote: Subject: [PATCH] Allow 0ms deadline latency, increase the read speed Signed-off-by: xiaobing tu xiaobing...@intel.com --- block/deadline-iosched.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/deadline-iosched.c b