[tip:perf/core] perf lock: Remove use of die and handle errors

2012-09-06 Thread tip-bot for David Ahern
Commit-ID: 33d6aef5136075930f7e9a05175bf4f772d8428e Gitweb: http://git.kernel.org/tip/33d6aef5136075930f7e9a05175bf4f772d8428e Author: David Ahern AuthorDate: Sun, 26 Aug 2012 12:24:43 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 5 Sep 2012 17:19:38 -0300 perf lock:

Re: [PATCH 2/2] mm: support MIGRATE_DISCARD

2012-09-06 Thread Kyungmin Park
Hi Minchan, I tested Mel patch again with ClearPageActive(page). but after some testing, it's stall and can't return from reclaim_clean_pages_from_list(). Maybe it's related with unmap feature from yours? stall is not happened from your codes until now. I'll test it more and report any issue if

[tip:perf/core] perf tool: handle errors in synthesized event functions

2012-09-06 Thread tip-bot for David Ahern
Commit-ID: 1e6d53223884225f0c3f9f1a3ac54a224d97ab24 Gitweb: http://git.kernel.org/tip/1e6d53223884225f0c3f9f1a3ac54a224d97ab24 Author: David Ahern AuthorDate: Sun, 26 Aug 2012 12:24:42 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 5 Sep 2012 17:17:30 -0300 perf tool:

[tip:perf/core] perf session: flush_sample_queue needs to handle errors from handlers

2012-09-06 Thread tip-bot for David Ahern
Commit-ID: d25380cd3be38baff4ab31935b9d19b7f58ba7ac Gitweb: http://git.kernel.org/tip/d25380cd3be38baff4ab31935b9d19b7f58ba7ac Author: David Ahern AuthorDate: Sun, 26 Aug 2012 12:24:41 -0600 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 5 Sep 2012 17:17:30 -0300 perf session:

[tip:perf/core] tools lib traceevent: Modify header to work in C++ programs

2012-09-06 Thread tip-bot for Steven Rostedt
Commit-ID: ff1a70e75fd005821ab5f2211312a8aa13bbf959 Gitweb: http://git.kernel.org/tip/ff1a70e75fd005821ab5f2211312a8aa13bbf959 Author: Steven Rostedt AuthorDate: Thu, 23 Aug 2012 11:22:01 -0400 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 5 Sep 2012 17:17:30 -0300 tools lib

Re: [PATCH v4 00/21] OMAP UART Patches

2012-09-06 Thread Felipe Balbi
Hi, On Thu, Sep 06, 2012 at 03:44:13PM -0700, Kevin Hilman wrote: > Felipe Balbi writes: > > > Hi guys, > > > > here's v4 of the omap uart patchset. No changes other than a rebase on top > > of > > Greg's tty-next branch and Tony's Acked-by being added to a couple patches > > > > Note: I'm

Re: [PATCH 07/12] perf diff: Add ratio computation way to compare hist entries

2012-09-06 Thread Namhyung Kim
On Thu, 6 Sep 2012 17:47:01 +0200, Jiri Olsa wrote: > Adding -c option to select computation method with the current > 'Delta' computation as default. Current posible values are of > this option are: 'delta' and 'ratio'. > > Adding 'ratio' as new computation way to compare hist entries. > If

Re: [PATCH] ARM: ep93xx: Fix build error due to 'SZ_32M' undeclared

2012-09-06 Thread Axel Lin
> Hi Axel, > > The patch looks fine. I notice that the other ep93xx boards are also > using the SZ_ defines, but are indirectly including linux/sizes.h via > asm/memory.h, which in turn is indirectly included via asm/io.h. That Seems this is also true for other platforms ( e.g. mach-pxa,

Re: [PATCH] virtio-balloon spec: provide a version of the "silent deflate" feature that works

2012-09-06 Thread Michael S. Tsirkin
On Fri, Sep 07, 2012 at 09:15:46AM +0930, Rusty Russell wrote: > Paolo Bonzini writes: > > Instead, VIRTIO_NET_F_HOST_MUST_SEND_GARP would be a "negative" feature: > > if set, the host _may not_ rely on the guest to send a gARP. Similarly > > if VIRTIO_BALLOON_F_MUST_TELL_HOST is set, the guest

Re: [GIT PULL 0/8] perf/core improvements and fixes

2012-09-06 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 7a4ec938857cf534270b23545495300fbac7f5de: > > perf tools: Allow user to indicate path to objdump in command line > (2012-09-05 19:41:55 -0300) > > are

Re: [PATCH] UV: fix incorrect tlb flush all issue

2012-09-06 Thread Alex Shi
On 09/07/2012 07:11 AM, Andrew Morton wrote: > On Fri, 24 Aug 2012 16:57:35 +0800 > Alex Shi wrote: > >> The flush tlb optimization code has logical issue on UV platform. >> It doesn't flush the full range at all, since it simply >> ignores its 'end' parameter (and hence also the "all"

RE: [PATCH 0/2] ARM: EXYNOS: Set the capability of pdm0 and pdm1 as DMA_PRIVATE

2012-09-06 Thread Kukjin Kim
Vinod Koul wrote: > > On Wed, 2012-08-29 at 10:16 +0530, Tushar Behera wrote: > > DMA clients pdma0 and pdma1 are internal to the SoC and are used only > > by dedicated peripherals. Since they cannot be used for generic > > purpose, their capability should be set as DMA_PRIVATE. > > > > The

Re: [PATCH] x86, 32-bit: Fix invalid stack address while in softirq

2012-09-06 Thread wyang1
On 09/06/2012 11:54 PM, Steven Rostedt wrote: On Thu, 2012-09-06 at 17:36 +0200, Robert Richter wrote: I meant: unsigned long kernel_stack_pointer(struct pt_regs *regs) { unsigned long context = (unsigned long)regs& ~(THREAD_SIZE - 1); unsigned long sp = (unsigned long)>sp;

RE: [PATCH 1/3] arm: omap: hwmod: add a new addr space in otg for writing to control module

2012-09-06 Thread Hiremath, Vaibhav
On Thu, Sep 06, 2012 at 22:43:03, Balbi, Felipe wrote: > Hi, > > On Thu, Sep 06, 2012 at 09:04:58PM +0530, Vaibhav Hiremath wrote: > > > > > > On 9/6/2012 8:25 PM, Kishon Vijay Abraham I wrote: > > > The mailbox register for usb otg in omap is present in control module. > > > On detection of

Re: [PATCH] drm/exynos: fix double call of drm_prime_(init/destroy)_file_private

2012-09-06 Thread Inki Dae
Applied. Thanks, Inki Dae 2012/9/7 Mandeep Singh Baines : > The double invocations are incorrect but seem to be safe so I don't > think this will fix any bugs. > > Before: > > [7.639366] drm_prime_init_file ee3675d0 > [7.639377] drm_prime_init_file ee3675d0 > [7.639507]

[PATCH 57/57] staging/rts_pstor: remove braces {} in sd.c (release_sd_card)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 56/57] staging/rts_pstor: remove braces {} in sd.c (sd_power_off_card3v3)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 55/57] staging/rts_pstor: remove braces {} in sd.c (sd_hw_rst)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 54/57] staging/rts_pstor: remove braces {} in sd.c (sd_execute_write_data)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 90 1 file

[PATCH 53/57] staging/rts_pstor: remove braces {} in sd.c (sd_execute_read_data)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 71 +++- 1 file

[PATCH 52/57] staging/rts_pstor: remove braces {} in sd.c (sd_execute_no_data)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 41 +++- 1 file changed, 15 insertions(+), 26 deletions(-) diff --git

[PATCH 51/57] staging/rts_pstor: remove braces {} in sd.c (get_rsp_type)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 50/57] staging/rts_pstor: remove braces {} in sd.c (sd_pass_thru_mode)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 49/57] staging/rts_pstor: remove braces {} in sd.c (ext_sd_get_rsp)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 48/57] staging/rts_pstor: remove braces {} in sd.c (ext_sd_send_cmd_get_rsp)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 33 + 1 file changed, 13 insertions(+), 20 deletions(-) diff --git

[PATCH 47/57] staging/rts_pstor: remove braces {} in sd.c (sd_rw)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 26 ++ 1 file changed, 10

[PATCH 46/57] staging/rts_pstor: remove braces {} in sd.c (sd_auto_tune_clock)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 45/57] staging/rts_pstor: remove braces {} in sd.c (sd_stop_seq_mode)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 44/57] staging/rts_pstor: remove braces {} in sd.c (wait_data_buf_ready)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 43/57] staging/rts_pstor: remove braces {} in sd.c (reset_mmc_only)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 42/57] staging/rts_pstor: remove braces {} in sd.c (reset_sd_card)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 41/57] staging/rts_pstor: remove braces {} in sd.c (reset_mmc)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 52 +++- 1 file

[PATCH 40/57] staging/rts_pstor: remove braces {} in sd.c (mmc_switch_timing_bus)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 16 ++-- 1 file changed, 6 insertions(+), 10

[PATCH 39/57] staging/rts_pstor: remove braces {} in sd.c (mmc_test_switch_bus)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 32 +--- 1 file changed, 13

[PATCH 38/57] staging/rts_pstor: remove braces {} in sd.c (reset_sd)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 114 1 file

[PATCH 37/57] staging/rts_pstor: remove braces {} in sd.c (sd_check_wp_state)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 36/57] staging/rts_pstor: remove braces {} in sd.c (sd_read_lba0)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 35/57] staging/rts_pstor: remove braces {} in sd.c (sd_init_power)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 23 +-- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 34/57] staging/rts_pstor: remove braces {} in sd.c (sd_pull_ctl_enable)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 33/57] staging/rts_pstor: remove braces {} in sd.c (sd_prepare_reset)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 11 --- 1 file changed, 4 insertions(+), 7

[PATCH 32/57] staging/rts_pstor: remove braces {} in sd.c (sd_switch_clock)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 17 ++--- 1 file changed, 6 insertions(+), 11

[PATCH 31/57] staging/rts_pstor: remove braces {} in sd.c (mmc_ddr_tuning)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 30/57] staging/rts_pstor: remove braces {} in sd.c (sd_ddr_tuning)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 29/57] staging/rts_pstor: remove braces {} in sd.c (sd_sdr_tuning)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 28/57] staging/rts_pstor: remove braces {} in sd.c (sd_tuning_tx)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 24 ++-- 1 file changed, 10

[PATCH 27/57] staging/rts_pstor: remove braces {} in sd.c (sd_ddr_pre_tuning_tx)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

linux-next: boot problems due to the slab tree

2012-09-06 Thread Stephen Rothwell
Hi all, Due to the reported boot problems in next-20120906, I have used the slab tree from next-20120905 for today. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpxhjhI8TAFW.pgp Description: PGP signature

[PATCH 26/57] staging/rts_pstor: remove braces {} in sd.c (sd_tuning_rx)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 24 ++-- 1 file changed, 10

[PATCH 25/57] staging/rts_pstor: remove braces {} in sd.c (sd_search_final_phase)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 19 --- 1 file changed, 8 insertions(+),

[PATCH 24/57] staging/rts_pstor: remove braces {} in sd.c (sd_ddr_tuning_tx_cmd)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 13 + 1 file changed, 5 insertions(+), 8

[PATCH 23/57] staging/rts_pstor: remove braces {} in sd.c (sd_sdr_tuning_tx_cmd)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 22/57] staging/rts_pstor: remove braces {} in sd.c (mmc_ddr_tunning_rx_cmd)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 10 -- 1 file changed, 4 insertions(+), 6

[PATCH 21/57] staging/rts_pstor: remove braces {} in sd.c (sd_ddr_tuning_rx_cmd)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 20/57] staging/rts_pstor: remove braces {} in sd.c (sd_sdr_tuning_rx_cmd)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 19/57] staging/rts_pstor: remove braces {} in sd.c (sd_switch_function)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 48 ++-- 1 file

[PATCH 18/57] staging/rts_pstor: remove braces {} in sd.c (sd_check_switch)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 17/57] staging/rts_pstor: remove braces {} in sd.c (downgrade_switch_mode)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 16/57] staging/rts_pstor: remove braces {} in sd.c (sd_check_switch_mode)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 15/57] staging/rts_pstor: remove braces {} in sd.c (sd_check_spec)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 13/57] staging/rts_pstor: remove braces {} in sd.c (sd_voltage_switch)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 14/57] staging/rts_pstor: remove braces {} in sd.c (sd_change_phase)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 20 +--- 1 file changed, 9 insertions(+),

[PATCH 12/57] staging/rts_pstor: remove braces {} in sd.c (sd_change_bank_voltage)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 11/57] staging/rts_pstor: remove braces {} in sd.c (sd_wait_state_data_ready)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 10/57] staging/rts_pstor: remove braces {} in sd.c (sd_update_lock_status)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks -WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 11 --- 1 file changed, 4 insertions(+), 7

[PATCH 09/57] staging/rts_pstor: remove braces {} in sd.c (sd_select_card)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 08/57] staging/rts_pstor: remove braces {} in sd.c (sd_set_init_para)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 07/57] staging/rts_pstor: remove braces {} in sd.c (sd_set_clock_divider)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 06/57] staging/rts_pstor: remove braces {} in sd.c (sd_choose_proper_clock)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git

[PATCH 05/57] staging/rts_pstor: remove braces {} in sd.c (sd_set_sample_push_timing)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks -WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 31 +-- 1 file changed, 13

[PATCH 04/57] staging/rts_pstor: remove braces {} in sd.c (sd_check_csd)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks -WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 39 ++- 1 file

[PATCH 03/57] staging/rts_pstor: remove braces {} in sd.c (sd_write_data)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 02/57] staging/rts_pstor: remove braces {} in sd.c (sd_read_data)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/staging/rts_pstor/sd.c

[PATCH 01/57] staging/rts_pstor: remove braces {} in sd.c (sd_send_cmd_get_rsp)

2012-09-06 Thread Toshiaki Yamane
fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks -WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/sd.c | 12 +--- 1 file changed, 5 insertions(+), 7

Re: [PATCH v3 3/4] memory-hotplug: bug fix race between isolation and allocation

2012-09-06 Thread Yasuaki Ishimatsu
2012/09/07 9:39, Minchan Kim wrote: > Like below, memory-hotplug makes race between page-isolation > and page-allocation so it can hit BUG_ON in __offline_isolated_pages. > > CPU A CPU B > > start_isolate_page_range > set_migratetype_isolate >

Re: [PATCH v3 2/4] mm: remain migratetype in freed page

2012-09-06 Thread Yasuaki Ishimatsu
2012/09/07 9:39, Minchan Kim wrote: > The page allocator caches the pageblock information in page->private while > it is in the PCP freelists but this is overwritten with the order of the > page when freed to the buddy allocator. This patch stores the migratetype > of the page in the page->index

Re: [PATCH v3 1/4] use get_freepage_migratetype instead of page_private

2012-09-06 Thread Yasuaki Ishimatsu
2012/09/07 9:39, Minchan Kim wrote: > page allocator uses set_page_private and page_private for handling > migratetype when it frees page. Let's replace them with [set|get] > _freepage_migratetype to make it more clear. > > * from v2 >* Add Acked-by of Kame > > * from v1 >* Change

Re: [PATCH v2 3/3] memory-hotplug: bug fix race between isolation and allocation

2012-09-06 Thread Yasuaki Ishimatsu
Hi Minchan, 2012/09/07 8:37, Minchan Kim wrote: Hello Yasuaki, On Thu, Sep 06, 2012 at 06:14:39PM +0900, Yasuaki Ishimatsu wrote: Hi, Minchan, 2012/09/06 16:30, Minchan Kim wrote: Hello Yasuaki, On Thu, Sep 06, 2012 at 04:17:54PM +0900, Yasuaki Ishimatsu wrote: Hi Minchan, 2012/09/06

Re: [PATCH 3.6 2/2] target: use a bounce buffer in transport_kmap_data_sg for 0 or 1-page sglist

2012-09-06 Thread Nicholas A. Bellinger
On Thu, 2012-09-06 at 22:58 +0200, Paolo Bonzini wrote: > Il 06/09/2012 21:29, Nicholas A. Bellinger ha scritto: > > On Thu, 2012-09-06 at 17:13 +0200, Paolo Bonzini wrote: > >> This patch started with the aim of fixing START STOP UNIT to a PSCSI > >> device. Right now, commands with a zero-size

[PATCH v2] A trivial memory leak fix while calling system_path

2012-09-06 Thread liang xie
A trivial memory leak fix while calling system_path Since v1: Remove an unnecessary null pointer check per Felipe's comments Signed-off-by: Liang Xie --- tools/perf/util/exec_cmd.c |4 +++- tools/perf/util/help.c |1 + 2 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: linux-next: manual merge of the crypto tree with the sparc-next tree

2012-09-06 Thread Herbert Xu
On Fri, Sep 07, 2012 at 12:51:04PM +1000, Stephen Rothwell wrote: > Hi Herbert, > > Today's linux-next merge of the crypto tree got conflicts in > crypto/Kconfig between commits 4ff28d4ca93b ("sparc64: Add SHA1 driver > making use of the 'sha1' instruction") and 9bf4852d3d19 ("sparc64: Add > AES

Re: [RFC PATCH v1 12/15] firmware: introduce device_cache/uncache_fw_images

2012-09-06 Thread Ming Lei
On Fri, Sep 7, 2012 at 6:44 AM, Andrew Morton wrote: > On Sat, 4 Aug 2012 12:01:27 +0800 > Ming Lei wrote: > >> This patch introduces the three helpers below: >> >> void device_cache_fw_images(void) >> void device_uncache_fw_images(void) >> void

Re: [PATCH] virtio-blk: Fix kconfig option

2012-09-06 Thread Rusty Russell
Kent Overstreet writes: > On Fri, Sep 07, 2012 at 09:10:25AM +0930, Rusty Russell wrote: >> Kent Overstreet writes: >> >> > On Thu, Sep 06, 2012 at 12:49:56PM +0300, Michael S. Tsirkin wrote: >> >> On Thu, Sep 06, 2012 at 02:25:12AM -0700, Kent Overstreet wrote: >> >> > Do you not understand

linux-next: manual merge of the omap_dss2 tree with Linus' tree

2012-09-06 Thread Stephen Rothwell
Hi Tomi, Today's linux-next merge of the omap_dss2 tree got a conflict in drivers/video/omap2/dss/sdi.c between commit 35d678664873 ("OMAPDSS: Fix SDI PLL locking") from Linus' tree and commit 889b4fd7eed2 ("OMAPDSS: SDI: Maintain copy of data pairs in driver data") from the omap_dss2 tree.

Re: tty: WARNING at drivers/base/core.c:196 device_release()

2012-09-06 Thread Fengguang Wu
On Thu, Sep 06, 2012 at 07:46:13PM -0700, Greg KH wrote: > On Fri, Sep 07, 2012 at 10:29:28AM +0800, Fengguang Wu wrote: > > Hi Tomas, > > > > FYI, this commit triggers a boot time warning. > > > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git > > tty-next > > head:

Re: [PATCH 3.6 1/2] target: remove pscsi_clear_cdb_lun

2012-09-06 Thread Nicholas A. Bellinger
On Thu, 2012-09-06 at 22:51 +0200, Paolo Bonzini wrote: > Il 06/09/2012 20:58, Nicholas A. Bellinger ha scritto: > > On Thu, 2012-09-06 at 17:13 +0200, Paolo Bonzini wrote: > >> The purpose of this function is to clear a LUN set in the CDB, in case > >> the initiator talking to us is speaking an

Re: [PATCHv2 2/2] msm: io: Change the default static iomappings to be shared

2012-09-06 Thread Stephen Boyd
On 09/06/12 10:16, Rohit Vaswani wrote: > static struct map_desc msm_io_desc[] __initdata = { > - MSM_DEVICE(VIC), > - MSM_CHIP_DEVICE(CSR, MSM7X00), > - MSM_DEVICE(DMOV), > - MSM_CHIP_DEVICE(GPIO1, MSM7X00), > - MSM_CHIP_DEVICE(GPIO2, MSM7X00), > - MSM_DEVICE(CLK_CTL), >

Re: [PATCH] serial: mxs-auart: put the device when exit or error

2012-09-06 Thread Shawn Guo
On Fri, Sep 07, 2012 at 10:33:07AM +0800, Huang Shijie wrote: > We call the get_device() in the mxs_auart_probe(). > For the balance of the reference count, we should put the > device in the mxs_auart_remove() or in the error path of > probe. > > Signed-off-by: Huang Shijie Acked-by: Shawn Guo

Re: [PATCH wq/for-3.6-fixes 3/3] workqueue: fix possible idle worker depletion during CPU_ONLINE

2012-09-06 Thread Lai Jiangshan
On 09/07/2012 04:08 AM, Tejun Heo wrote: >>From 985aafbf530834a9ab16348300adc7cbf35aab76 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > Date: Thu, 6 Sep 2012 12:50:41 -0700 > > To simplify both normal and CPU hotplug paths, while CPU hotplug is in > progress, manager_mutex is held to prevent one

Re: WARNING: cpu_is_offline() at native_smp_send_reschedule()

2012-09-06 Thread Michael Wang
On 09/07/2012 09:20 AM, Fengguang Wu wrote: > On Wed, Sep 05, 2012 at 08:57:00PM +0800, Fengguang Wu wrote: >> On Wed, Sep 05, 2012 at 12:54:40PM +0200, Peter Zijlstra wrote: >>> On Wed, 2012-09-05 at 12:35 +0800, Michael Wang wrote: > [ 10.968565] reboot: machine restart > [

Re: [PATCH 05/12] perf diff: Refactor stdio ui data columns output

2012-09-06 Thread Namhyung Kim
Hi, Jiri On Thu, 6 Sep 2012 17:46:59 +0200, Jiri Olsa wrote: > Currently for any of the data columns (like Overhead/Period..) in > stdio ui, there's separate code to print header/dots/value scattered > along the display code path. > > Adding hists_stdio_column struct to centralize all info

[PATCH] regulator: core: Fast path non-deferred disables

2012-09-06 Thread Mark Brown
Users (especially framework code) may end up passing in a zero deferral time depending on runtime conditions or configuration. If they do then just call regulator_disable() directly to save scheduling. Signed-off-by: Mark Brown --- drivers/regulator/core.c |3 +++ 1 file changed, 3

[PATCH 2/3] tools lib traceevent: Get rid of die() from pevent_register_event_handler

2012-09-06 Thread Namhyung Kim
From: Namhyung Kim If memory allocation for handler fails, return gracefully instead of calling die(). Note that casts to void * are needed because gcc complained about discarding 'const' qualifier during implicit argument cast. Cc: Frederic Weisbecker Cc: Steven Rostedt Signed-off-by:

[PATCH 1/3] tools lib traceevent: Get rid of die() from pretty_print()

2012-09-06 Thread Namhyung Kim
From: Namhyung Kim There are three cases that call die() in the pretty_print. 1. insufficient number of argument: cannot proceed anymore. 2. too long format conversion specifier: truncate and proceed. 3. bad size specifier in format string: skip and proceed. For all cases, convert die to

[PATCH 3/3] tools lib traceevent: Get rid of die() from pevent_register_print_function

2012-09-06 Thread Namhyung Kim
From: Namhyung Kim If memory allocation for handler fails or argument type is not match, return gracefully instead of calling die(). Also add an new error code for the later case. Cc: Frederic Weisbecker Cc: Steven Rostedt Signed-off-by: Namhyung Kim --- tools/lib/traceevent/event-parse.c

[PATCH] serial: mxs-auart: put the device when exit or error

2012-09-06 Thread Huang Shijie
We call the get_device() in the mxs_auart_probe(). For the balance of the reference count, we should put the device in the mxs_auart_remove() or in the error path of probe. Signed-off-by: Huang Shijie --- drivers/tty/serial/mxs-auart.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)

Re: [ 16/32] ext4: make sure the journal sb is written in ext4_clear_journal_err()

2012-09-06 Thread Ben Hutchings
On Sun, 2012-08-19 at 20:57 -0700, Greg Kroah-Hartman wrote: > From: Greg KH > > 3.4-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Theodore Ts'o > > commit d796c52ef0b71a988364f6109aeb63d79c5b116b upstream. > > After we transfer set

linux-next: manual merge of the crypto tree with the sparc-next tree

2012-09-06 Thread Stephen Rothwell
Hi Herbert, Today's linux-next merge of the crypto tree got conflicts in crypto/Kconfig between commits 4ff28d4ca93b ("sparc64: Add SHA1 driver making use of the 'sha1' instruction") and 9bf4852d3d19 ("sparc64: Add AES driver making use of the new aes opcodes") from the sparc-next tree and commit

[PATCH] ARM: msm: Remove uncompiled board-msm7x27

2012-09-06 Thread Stephen Boyd
This board file has never been compiled. Let's just remove it along with the one Kconfig reference to it in io.c. Signed-off-by: Stephen Boyd --- arch/arm/mach-msm/board-msm7x27.c | 170 -- arch/arm/mach-msm/io.c| 3 +- 2 files changed, 1

[PATCH] ARM: msm: Remove unused acpuclock-arm11

2012-09-06 Thread Stephen Boyd
This is dead code that isn't initialized or setup (although it is compiled). Remove it and the data structures it references. Signed-off-by: Stephen Boyd --- arch/arm/mach-msm/Makefile | 2 +- arch/arm/mach-msm/acpuclock-arm11.c| 525 -

Re: [PATCH 2/2] serial: mxs-auart: put the device in mxs_auart_probe()

2012-09-06 Thread Huang Shijie
于 2012年09月07日 10:43, Shawn Guo 写道: On Thu, Sep 06, 2012 at 10:38:41PM -0400, Huang Shijie wrote: We call the get_device() in the mxs_auart_probe(). For the balance of the reference count, we should put the device in the mxs_auart_remove(). Signed-off-by: Huang Shijie ---

  1   2   3   4   5   6   7   8   9   10   >