[tip:sched/numa] mm/mpol: Remove NUMA_INTERLEAVE_HIT

2012-09-26 Thread tip-bot for Peter Zijlstra
Commit-ID: ab1c81726ad908c4e8d6c48f298c36783507c95e Gitweb: http://git.kernel.org/tip/ab1c81726ad908c4e8d6c48f298c36783507c95e Author: Peter Zijlstra AuthorDate: Thu, 12 Jan 2012 16:07:00 +0100 Committer: Ingo Molnar CommitDate: Wed, 26 Sep 2012 11:48:30 +0200 mm/mpol: Remove

Re: 20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected

2012-09-26 Thread Ingo Molnar
* Ingo Molnar wrote: > * Mike Galbraith wrote: > > > I think the pgbench problem is more about latency for the 1 > > in 1:N than spinlocks. > > So my understanding of the psql workload is that basically > we've got a central psql proxy process that is distributing > work to worker psql

[tip:sched/numa] mm/pgprot: Move the pgprot_modify() fallback definition to mm.h

2012-09-26 Thread tip-bot for Ingo Molnar
Commit-ID: 1dbd3d35fe64c555aed63eaa615e9fa085bb7b57 Gitweb: http://git.kernel.org/tip/1dbd3d35fe64c555aed63eaa615e9fa085bb7b57 Author: Ingo Molnar AuthorDate: Wed, 26 Sep 2012 11:48:08 +0200 Committer: Ingo Molnar CommitDate: Wed, 26 Sep 2012 11:48:30 +0200 mm/pgprot: Move the

[PATCH] ARM: imx: fix return value check in imx3_init_l2x0()

2012-09-26 Thread Wei Yongjun
From: Wei Yongjun In case of error, the function ioremap() returns NULL not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. dpatch engine is used to auto generate this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun ---

[tip:perf/core] tools lib traceevent: Fix error path on pevent_parse_event

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: f1b2256d66fe8d613b9afcc1c16079362f9fc05c Gitweb: http://git.kernel.org/tip/f1b2256d66fe8d613b9afcc1c16079362f9fc05c Author: Namhyung Kim AuthorDate: Tue, 25 Sep 2012 21:25:19 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 25 Sep 2012 09:53:53 -0300 tools lib

[tip:perf/core] perf test: Fix build failure

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: af9da88f14cbe6882b13492b59b3363682427b4d Gitweb: http://git.kernel.org/tip/af9da88f14cbe6882b13492b59b3363682427b4d Author: Namhyung Kim AuthorDate: Tue, 25 Sep 2012 11:20:28 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 25 Sep 2012 07:45:59 -0300 perf test:

Re: [PATCH v3 8/9] perf hists browser: Add option for runtime switching perf data file

2012-09-26 Thread Feng Tang
Hi Namhyung, On Thu, Sep 27, 2012 at 01:02:05PM +0900, Namhyung Kim wrote: > Hi Feng, > > On Wed, 26 Sep 2012 15:57:07 +0800, Feng Tang wrote: > > On Tue, Sep 25, 2012 at 08:17:03AM -0300, Arnaldo Carvalho de Melo wrote: > >> Em Tue, Sep 25, 2012 at 04:20:53PM +0800, Feng Tang escreveu: > >> >

linux-next: manual merge of the arm-soc tree with the arm tree

2012-09-26 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the arm-soc tree got a conflict in arch/arm/include/asm/timex.h between commit 56942fec06ef ("ARM: 7538/1: delay: add registration mechanism for delay timer sources") from the arm tree and commit 387798b37c8d ("ARM: initial multiplatform support") from the

[tip:perf/core] tracing: Add an option for disabling markers

2012-09-26 Thread tip-bot for Mandeep Singh Baines
Commit-ID: 5224c3a31549f1c056039545b289e1b01ed02f12 Gitweb: http://git.kernel.org/tip/5224c3a31549f1c056039545b289e1b01ed02f12 Author: Mandeep Singh Baines AuthorDate: Fri, 7 Sep 2012 18:12:19 -0700 Committer: Steven Rostedt CommitDate: Mon, 24 Sep 2012 14:10:44 -0400 tracing: Add an

[tip:perf/core] tools lib traceevent: Handle alloc_arg failure

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: b1ac754b67b5a875d63bee880f60ccb0c6bd8899 Gitweb: http://git.kernel.org/tip/b1ac754b67b5a875d63bee880f60ccb0c6bd8899 Author: Namhyung Kim AuthorDate: Thu, 20 Sep 2012 11:09:19 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:31:52 -0300 tools lib

Re: 20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected

2012-09-26 Thread Ingo Molnar
* Mike Galbraith wrote: > I think the pgbench problem is more about latency for the 1 in > 1:N than spinlocks. So my understanding of the psql workload is that basically we've got a central psql proxy process that is distributing work to worker psql processes. If a freshly woken worker

[tip:perf/core] perf test: Add test for the sched tracepoint format fields

2012-09-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 6a6cd11d4e5793ce1a2fb88dc7a09dbf43f9c618 Gitweb: http://git.kernel.org/tip/6a6cd11d4e5793ce1a2fb88dc7a09dbf43f9c618 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 18 Sep 2012 11:56:28 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:29:19 -0300

[tip:perf/core] perf evsel: Provide a new constructor for tracepoints

2012-09-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: efd2b924d3af0efd360cb5b7f29ddc9bc74fce4b Gitweb: http://git.kernel.org/tip/efd2b924d3af0efd360cb5b7f29ddc9bc74fce4b Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 18 Sep 2012 11:21:50 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:26:59 -0300

Re: [PATCH 0/3] Optimize CRC32C calculation using PCLMULQDQ in crc32c-intel module

2012-09-26 Thread Herbert Xu
On Tue, Sep 25, 2012 at 02:50:08PM -0700, Tim Chen wrote: > This patch series optimized CRC32C calculations with PCLMULQDQ > instruction for crc32c-intel module. It speeds up the original > implementation by 1.6x for 1K buffer and by 3x for buffer 4k or > more. The tcrypt module was enhanced for

[tip:perf/core] tools lib traceevent: Carve out events format parsing routine

2012-09-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 2b29175d2b212d88f100c8819aaea097be61e062 Gitweb: http://git.kernel.org/tip/2b29175d2b212d88f100c8819aaea097be61e062 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 18 Sep 2012 11:13:15 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:26:31 -0300

Re: 20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected

2012-09-26 Thread Mike Galbraith
On Thu, 2012-09-27 at 07:18 +0200, Borislav Petkov wrote: > On Thu, Sep 27, 2012 at 07:09:28AM +0200, Mike Galbraith wrote: > but how does that affect pgbench and ilk that must spread regardless > > of footprints. > > Well, how do you measure latency of the 1 process in the 1:N case? Maybe >

[tip:perf/core] tools lib traceevent: Remove some die() calls

2012-09-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: a6d2a61ac653a85718aa61000d2648803f211ba3 Gitweb: http://git.kernel.org/tip/a6d2a61ac653a85718aa61000d2648803f211ba3 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Sep 2012 17:30:50 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:13:35 -0300

Re: [patch] crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/enable()

2012-09-26 Thread Herbert Xu
On Mon, Sep 17, 2012 at 10:37:26AM -0700, Suresh Siddha wrote: > Ran into this while looking at some new crypto code using FPU > hitting a WARN_ON_ONCE(!irq_fpu_usable()) in the kernel_fpu_begin() > on a x86 kernel that uses the new eagerfpu model. In short, current eagerfpu > changes return 0 for

Re: [PATCH 1/4] drivers/crypto/ux500/cryp/cryp_core.c: fix error return code

2012-09-26 Thread Herbert Xu
On Mon, Sep 17, 2012 at 07:28:25PM +0200, Peter Senna Tschudin wrote: > From: Peter Senna Tschudin > > Convert a nonnegative error return code to a negative one, as returned > elsewhere in the function. > > A simplified version of the semantic match that finds this problem is as > follows:

[tip:perf/core] tools lib traceevent: Fix afterlife gotos

2012-09-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: b85119200dfaf51d361008d986d591156c7473d4 Gitweb: http://git.kernel.org/tip/b85119200dfaf51d361008d986d591156c7473d4 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Sep 2012 15:39:59 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:12:59 -0300

[tip:perf/core] tools lib traceevent: Use calloc were applicable

2012-09-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 87162d816f5f344d72e25249acd9b823b646a5c9 Gitweb: http://git.kernel.org/tip/87162d816f5f344d72e25249acd9b823b646a5c9 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Sep 2012 15:39:59 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:12:31 -0300

[tip:perf/core] tools lib traceevent: Use asprintf were applicable

2012-09-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0dbca1e364aba20dba70d88c083239c5152440ac Gitweb: http://git.kernel.org/tip/0dbca1e364aba20dba70d88c083239c5152440ac Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 12 Sep 2012 15:39:59 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:10:34 -0300

[tip:perf/core] perf tools: bfd.h/ libbfd detection fails with recent binutils

2012-09-26 Thread tip-bot for Markus Trippelsdorf
Commit-ID: 3ce711a6abc27abce1554e1d671a8762b7187690 Gitweb: http://git.kernel.org/tip/3ce711a6abc27abce1554e1d671a8762b7187690 Author: Markus Trippelsdorf AuthorDate: Wed, 19 Sep 2012 09:29:02 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:05:02 -0300 perf

[PATCH 0/4] bugfix for memory hotplug

2012-09-26 Thread wency
From: Wen Congyang Wen Congyang (2): memory-hotplug: clear hwpoisoned flag when onlining pages memory-hotplug: auto offline page_cgroup when onlining memory block failed Yasuaki Ishimatsu (2): memory-hotplug: add memory_block_release memory-hotplug: add node_device_release

[PATCH 1/4] memory-hotplug: add memory_block_release

2012-09-26 Thread wency
From: Yasuaki Ishimatsu When calling remove_memory_block(), the function shows following message at device_release(). Device 'memory528' does not have a release() function, it is broken and must be fixed. remove_memory_block() calls kfree(mem). I think it shouled be called from

[PATCH 3/4] memory-hotplug: clear hwpoisoned flag when onlining pages

2012-09-26 Thread wency
From: Wen Congyang hwpoisoned may set when we offline a page by the sysfs interface /sys/devices/system/memory/soft_offline_page or /sys/devices/system/memory/hard_offline_page. If we don't clear this flag when onlining pages, this page can't be freed, and will not in free list. So we can't

[tip:perf/core] tools lib traceevent: Free field if an error occurs on process_flags/symbols

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: 70d9304475730a63dd8da884abc7c76ee4772cd2 Gitweb: http://git.kernel.org/tip/70d9304475730a63dd8da884abc7c76ee4772cd2 Author: Namhyung Kim AuthorDate: Wed, 19 Sep 2012 15:58:44 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:03:18 -0300 tools lib

[PATCH 4/4] memory-hotplug: auto offline page_cgroup when onlining memory block failed

2012-09-26 Thread wency
From: Wen Congyang When a memory block is onlined, we will try allocate memory on that node to store page_cgroup. If onlining the memory block failed, we don't offline the page cgroup, and we have no chance to offline this page cgroup unless the memory block is onlined successfully again. It

[PATCH 2/4] memory-hotplug: add node_device_release

2012-09-26 Thread wency
From: Yasuaki Ishimatsu When calling unregister_node(), the function shows following message at device_release(). Device 'node2' does not have a release() function, it is broken and must be fixed. So the patch implements node_device_release() CC: David Rientjes CC: Jiang Liu CC: Len Brown

[tip:perf/core] tools lib traceevent: Free field if an error occurs on process_fields

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: f8c49d2645e5028e48ba15ec72728be121eddf95 Gitweb: http://git.kernel.org/tip/f8c49d2645e5028e48ba15ec72728be121eddf95 Author: Namhyung Kim AuthorDate: Wed, 19 Sep 2012 15:58:43 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:02:38 -0300 tools lib

[tip:perf/core] tools lib traceevent: Make sure that arg->op. right is set properly

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: 41e51a289b3ca83e08395213f4488c9c7c6b2e29 Gitweb: http://git.kernel.org/tip/41e51a289b3ca83e08395213f4488c9c7c6b2e29 Author: Namhyung Kim AuthorDate: Wed, 19 Sep 2012 15:58:42 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 12:01:21 -0300 tools lib

[GIT PULL] late gpio fix for v3.6

2012-09-26 Thread Linus Walleij
Hi Linus, here is a late fix for the GPIO subsystem from Roland Stigge. This one is going into the stable series so no point in holding it back. Please pull it in! Yours, Linus Walleij The following changes since commit 979570e02981d4a8fc20b3cc8fd651856c98ee9d: Linux 3.6-rc7 (2012-09-23

[tip:perf/core] perf tools: remove sscanf extension %as

2012-09-26 Thread tip-bot for Irina Tirdea
Commit-ID: bcbd004020bf0d725722be75da35fd326ff63ef4 Gitweb: http://git.kernel.org/tip/bcbd004020bf0d725722be75da35fd326ff63ef4 Author: Irina Tirdea AuthorDate: Thu, 20 Sep 2012 23:37:50 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 11:49:31 -0300 perf tools:

[tip:perf/core] perf header: Remove perf_header__read_feature

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: 37e9d750e672d6fa8c25463bd76240410bbbc786 Gitweb: http://git.kernel.org/tip/37e9d750e672d6fa8c25463bd76240410bbbc786 Author: Namhyung Kim AuthorDate: Mon, 24 Sep 2012 17:15:03 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 11:47:46 -0300 perf header:

[tip:perf/core] perf kvm: Use perf_session_env for reading cpuid

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: 2f9e97aa8b4c6220c0770a966fb99d7366679813 Gitweb: http://git.kernel.org/tip/2f9e97aa8b4c6220c0770a966fb99d7366679813 Author: Namhyung Kim AuthorDate: Mon, 24 Sep 2012 17:15:02 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 11:47:27 -0300 perf kvm: Use

[PATCH v2] media: davinci: vpif: add check for NULL handler

2012-09-26 Thread Prabhakar
From: Lad, Prabhakar for da850/omap-l138, there is no need to setup_input_channel_mode() and set_clock(), to avoid adding dummy code in board file just returning zero add a check in the driver itself to call the handler only if its not NULL. Signed-off-by: Lad, Prabhakar Signed-off-by:

[tip:perf/core] perf header: Remove unused @feat arg from -> process callback

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: 3d7eb86b9d84e7493c8c835fbcd2a3fe4a1f5937 Gitweb: http://git.kernel.org/tip/3d7eb86b9d84e7493c8c835fbcd2a3fe4a1f5937 Author: Namhyung Kim AuthorDate: Mon, 24 Sep 2012 17:15:01 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 11:47:09 -0300 perf header:

[tip:perf/core] perf header: Use pre-processed session env when printing

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: 7e94cfcc9d201984a7be00a4fb42050c69ec4c56 Gitweb: http://git.kernel.org/tip/7e94cfcc9d201984a7be00a4fb42050c69ec4c56 Author: Namhyung Kim AuthorDate: Mon, 24 Sep 2012 17:15:00 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 11:45:53 -0300 perf header:

linux-next: manual merge of the char-misc tree with the tree

2012-09-26 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the char-misc tree got a conflict in drivers/char/pcmcia/synclink_cs.c between commit f21ec3d2d46e ("serial: add a new helper function") from the tty tree and commit 221b7b5796b5 ("pcmcia: synclink_cs: fix potential tty NULL dereference") from the char-misc

[tip:perf/core] perf header: Add -> process callbacks to most of features

2012-09-26 Thread tip-bot for Namhyung Kim
Commit-ID: a1ae565528757f26d315897929b6fe58c5647915 Gitweb: http://git.kernel.org/tip/a1ae565528757f26d315897929b6fe58c5647915 Author: Namhyung Kim AuthorDate: Mon, 24 Sep 2012 17:14:59 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 11:45:22 -0300 perf header:

Re: [PATCH 3/3] DMA: PL330: Balance module remove function with probe

2012-09-26 Thread Inderpal Singh
On 27 September 2012 10:35, Jassi Brar wrote: > On Thu, Sep 27, 2012 at 9:43 AM, Inderpal Singh > wrote: >> >> Don't you think free_chan_resource should be done __only if__ >> alloc_chan_resource was successful ? >> > No, I don't think so. Thanks. Thanks for quick response. Please elaborate

[tip:perf/core] perf kvm: Use perf_evsel__intval

2012-09-26 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 14907e73830a256ad726a35a93789a9bc9595490 Gitweb: http://git.kernel.org/tip/14907e73830a256ad726a35a93789a9bc9595490 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 21 Sep 2012 16:10:26 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 24 Sep 2012 10:17:32 -0300

Re: [RFC v2 03/10] vfs: add one new mount option '-o hottrack'

2012-09-26 Thread Zhi Yong Wu
On Tue, Sep 25, 2012 at 5:28 PM, Dave Chinner wrote: > On Sun, Sep 23, 2012 at 08:56:28PM +0800, zwu.ker...@gmail.com wrote: >> From: Zhi Yong Wu >> >> Introduce one new mount option '-o hottrack', >> and add its parsing support. >> Its usage looks like: >>mount -o hottrack >>mount

Re: [PATCH] Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem.

2012-09-26 Thread Amit Kachhap
On 26 September 2012 06:13, Jonghwa Lee wrote: > This patch fixes small bug on cpu_cooling. CPU cooling device has own > id generated with idr mathod. However in the previous version, it swapped > to all same id at last stage of probing as 0. This makes id's collision and > also occures error

Re: [PATCH] media: davinci: vpif: add check for NULL handler

2012-09-26 Thread Prabhakar Lad
Hi Mauro, On Thu, Sep 27, 2012 at 1:37 AM, Mauro Carvalho Chehab wrote: > Em Thu, 16 Aug 2012 19:32:00 +0530 > Prabhakar Lad escreveu: > > It is amazing how many SOB's/acks are in this patch and nobody > asked you to provide a patch description... the subject just > tells what the code is also

Re: [PATCH 4/4] usb: phy: omap-usb2: enable 960Mhz clock for omap5

2012-09-26 Thread Felipe Balbi
On Thu, Sep 27, 2012 at 10:43:06AM +0530, ABRAHAM, KISHON VIJAY wrote: > Hi, > > On Wed, Sep 26, 2012 at 11:57 PM, Felipe Balbi wrote: > > Hi, > > > > On Wed, Sep 26, 2012 at 11:10:48AM +0530, ABRAHAM, KISHON VIJAY wrote: > >> Hi, > >> > >> On Wed, Sep 19, 2012 at 5:26 PM, Felipe Balbi wrote: >

Re: 20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected

2012-09-26 Thread Borislav Petkov
On Thu, Sep 27, 2012 at 07:09:28AM +0200, Mike Galbraith wrote: > > The way I understand it is, you either want to share L2 with a process, > > because, for example, both working sets fit in the L2 and/or there's > > some sharing which saves you moving everything over the L3. This is > > where

Re: [PATCH] pinctrl/nomadik: allocate IRQ descriptors dynamically

2012-09-26 Thread Stephen Warren
On 09/26/2012 11:18 AM, Linus Walleij wrote: > From: Linus Walleij > > This allocates the IRQ descriptors for the Nomadik pin controller > dynamically so that we don't have to rely on some other mechanism > doing it, and moving a step closer to a linear IRQ domain. > > Cc: Rob Herring >

Re: [PATCH 4/4] usb: phy: omap-usb2: enable 960Mhz clock for omap5

2012-09-26 Thread ABRAHAM, KISHON VIJAY
Hi, On Wed, Sep 26, 2012 at 11:57 PM, Felipe Balbi wrote: > Hi, > > On Wed, Sep 26, 2012 at 11:10:48AM +0530, ABRAHAM, KISHON VIJAY wrote: >> Hi, >> >> On Wed, Sep 19, 2012 at 5:26 PM, Felipe Balbi wrote: >> > On Wed, Sep 19, 2012 at 05:00:29PM +0530, Kishon Vijay Abraham I wrote: >> >>

Re: 20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected

2012-09-26 Thread Mike Galbraith
On Wed, 2012-09-26 at 23:37 +0200, Borislav Petkov wrote: > The way I understand it is, you either want to share L2 with a process, > because, for example, both working sets fit in the L2 and/or there's > some sharing which saves you moving everything over the L3. This is > where selecting a core

Re: [PATCH 3/3] DMA: PL330: Balance module remove function with probe

2012-09-26 Thread Jassi Brar
On Thu, Sep 27, 2012 at 9:43 AM, Inderpal Singh wrote: > > Don't you think free_chan_resource should be done __only if__ > alloc_chan_resource was successful ? > No, I don't think so. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [SCSI PATCH] sd: max-retries becomes configurable

2012-09-26 Thread Jeff Garzik
On 09/25/2012 06:38 AM, James Bottomley wrote: On Tue, 2012-09-25 at 01:21 -0400, Jeff Garzik wrote: Can you be more specific about sysfs location? A runtime-writable (via sysfs!) module parameter for a module-wide default seemed appropriate. Well, if it's really important, the same thing

Re: [PATCH v2 -tip 5/5] AHCI: Support multiple MSIs

2012-09-26 Thread Jeff Garzik
On 09/03/2012 05:20 AM, Alexander Gordeev wrote: Take advantage of multiple MSIs implementation on x86 - on systems with IRQ remapping AHCI ports not only get assigned separate MSI vectors - but also separate IRQs. As result, interrupts generated by different ports could be serviced on different

Re: [PATCH v3 3/9] perf script: Add more filter to find_scripts()

2012-09-26 Thread Namhyung Kim
On Wed, 26 Sep 2012 16:56:41 +0800, Feng Tang wrote: > On Tue, 25 Sep 2012 10:47:03 +0900 > Namhyung Kim wrote: >> It can't recognize extra spaces, multiple events connected by commas, >> event groups and probably more.. So I think it'd better if we can use >> parse_events() here - but w/o an

Re: [SCSI PATCH] sd: max-retries becomes configurable

2012-09-26 Thread James Bottomley
On Wed, 2012-09-26 at 22:20 -0400, Martin K. Petersen wrote: > > "James" == James Bottomley > > writes: > > James> On Mon, 2012-09-24 at 17:00 -0400, Jeff Garzik wrote: > >> > >> drivers/scsi/sd.c | 4 drivers/scsi/sd.h | 2 +- 2 files changed, > >> 5 insertions(+), 1 deletion(-) >

Re: [PATCH scsi] Add NULL checking of return value from scsi_cmd_to_driver()

2012-09-26 Thread James Bottomley
On Wed, 2012-09-26 at 22:02 -0400, Martin K. Petersen wrote: > > "James" == James Bottomley > > writes: > > James> Plus, I think it fixes a bug where you get different behaviours > James> from REQ_TYPE_BLOCK_PC commands when a driver is and isn't > James> attached (I've cc'd Martin to

Re: [PATCH v3 05/26] md: Convert md_trim_bio() to use bio_advance()

2012-09-26 Thread Kent Overstreet
On Wed, Sep 26, 2012 at 10:38:27AM +1000, NeilBrown wrote: > On Mon, 24 Sep 2012 15:34:45 -0700 Kent Overstreet > wrote: > > > Signed-off-by: Kent Overstreet > > CC: Jens Axboe > > CC: NeilBrown > > --- > > drivers/md/md.c | 19 +-- > > 1 file changed, 5 insertions(+), 14

Re: 20% performance drop on PostgreSQL 9.2 from kernel 3.5.3 to 3.6-rc5 on AMD chipsets - bisected

2012-09-26 Thread Mike Galbraith
On Wed, 2012-09-26 at 11:19 -0700, Linus Torvalds wrote: > On Wed, Sep 26, 2012 at 9:32 AM, Borislav Petkov wrote: > > On Tue, Sep 25, 2012 at 10:21:28AM -0700, Linus Torvalds wrote: > >> How does pgbench look? That's the one that apparently really wants to > >> spread out, possibly due to

[tip:perf/core] perf kvm: Events analysis tool

2012-09-26 Thread tip-bot for Xiao Guangrong
Commit-ID: bcf6edcd6fdb8965290f0b635a530fa3c6c212e1 Gitweb: http://git.kernel.org/tip/bcf6edcd6fdb8965290f0b635a530fa3c6c212e1 Author: Xiao Guangrong AuthorDate: Mon, 17 Sep 2012 16:31:15 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 21 Sep 2012 12:51:22 -0300 perf kvm:

[BUG] build error on compiling builtin-trace

2012-09-26 Thread Namhyung Kim
Hi Arnaldo, I've encountered a following error when building current acme/perf/core: CC builtin-trace.o builtin-trace.c:7:22: fatal error: libaudit.h: No such file or directory compilation terminated. make: *** [builtin-trace.o] Error 1 It'd better if you post patches to the list before

[tip:perf/core] KVM: x86: Export svm/ vmx exit code and vector code to userspace

2012-09-26 Thread tip-bot for Xiao Guangrong
Commit-ID: 26bf264e871a4b9a8ac09c21a2b518e7f23830d5 Gitweb: http://git.kernel.org/tip/26bf264e871a4b9a8ac09c21a2b518e7f23830d5 Author: Xiao Guangrong AuthorDate: Mon, 17 Sep 2012 16:31:13 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 21 Sep 2012 12:48:09 -0300 KVM: x86:

[tip:perf/core] perf tools: Fix parallel build

2012-09-26 Thread tip-bot for Eric Sandeen
Commit-ID: e6048fb8602648eabee96476b2703807d5e89409 Gitweb: http://git.kernel.org/tip/e6048fb8602648eabee96476b2703807d5e89409 Author: Eric Sandeen AuthorDate: Thu, 20 Sep 2012 21:31:44 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 21 Sep 2012 12:13:21 -0300 perf tools:

[tip:perf/core] perf record: Print event causing perf_event_open() to fail

2012-09-26 Thread tip-bot for Stephane Eranian
Commit-ID: 1863fbbb781b1129da0cfdad46ef875370a34117 Gitweb: http://git.kernel.org/tip/1863fbbb781b1129da0cfdad46ef875370a34117 Author: Stephane Eranian AuthorDate: Thu, 20 Sep 2012 18:19:45 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 20 Sep 2012 14:44:17 -0300 perf

[tip:perf/core] perf tools: Fix a compiling error in util/map.c

2012-09-26 Thread tip-bot for Feng Tang
Commit-ID: 8f28f19a87cb48d13570ba774a3e85776eb36bb4 Gitweb: http://git.kernel.org/tip/8f28f19a87cb48d13570ba774a3e85776eb36bb4 Author: Feng Tang AuthorDate: Mon, 27 Aug 2012 15:38:26 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 20 Sep 2012 08:36:34 -0300 perf tools: Fix

[tip:perf/core] perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machine

2012-09-26 Thread tip-bot for Feng Tang
Commit-ID: b1ab1bd1921536c2a97adb888effeff4370a3246 Gitweb: http://git.kernel.org/tip/b1ab1bd1921536c2a97adb888effeff4370a3246 Author: Feng Tang AuthorDate: Thu, 20 Sep 2012 08:30:21 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 20 Sep 2012 08:30:21 -0300 perf tools: Fix

Re: [PATCH 3/3] DMA: PL330: Balance module remove function with probe

2012-09-26 Thread Inderpal Singh
On 26 September 2012 22:19, Jassi Brar wrote: > On Wed, Sep 26, 2012 at 4:25 PM, Inderpal Singh > wrote: >> On 26 September 2012 15:02, Jassi Brar wrote: >>> On Wed, Sep 26, 2012 at 12:11 PM, Inderpal Singh >>> wrote: >>> How about conditionally DMA_TERMINATE_ALL and free resources like

Re: [PATCH] x86_64: Work around old gas bug

2012-09-26 Thread Ingo Molnar
* Tao Guo wrote: > On Wed, Sep 26, 2012 at 9:25 PM, Greg KH wrote: > > On Wed, Sep 26, 2012 at 04:28:22AM -0400, Tao Guo wrote: > >> gas in binutils(2.16.91) could not parse parentheses within macro > >> parameters unless fully parenthesized, and this is a workaround to > >> make old gas work

Re: [PATCH v3 8/9] perf hists browser: Add option for runtime switching perf data file

2012-09-26 Thread Namhyung Kim
Hi Feng, On Wed, 26 Sep 2012 15:57:07 +0800, Feng Tang wrote: > On Tue, Sep 25, 2012 at 08:17:03AM -0300, Arnaldo Carvalho de Melo wrote: >> Em Tue, Sep 25, 2012 at 04:20:53PM +0800, Feng Tang escreveu: >> > On Tue, 25 Sep 2012 11:11:21 +0900 >> > Namhyung Kim wrote: >> > > Ditto. Plus it might

Re: Question on irq autoprobe

2012-09-26 Thread Ming Lei
On Fri, Sep 14, 2012 at 10:02 AM, Ming Lei wrote: > Hi, > > I see the below comments on probe_irq_off: > > * BUGS: When used in a module (which arguably shouldn't happen) > * nothing prevents two IRQ probe callers from overlapping. The > * results of this are non-optimal. >

Re: [RFC v2 07/10] vfs: fork one kthread to update data temperature

2012-09-26 Thread Dave Chinner
On Sun, Sep 23, 2012 at 08:56:32PM +0800, zwu.ker...@gmail.com wrote: > From: Zhi Yong Wu > > Fork and run one kernel kthread to calculate > that temperature based on some metrics kept > in custom frequency data structs, and store > the info in the hash table. No new kthreads, please. Use a

Re: [PATCH v2 -tip 0/5] x86, MSI, AHCI: Support multiple MSIs

2012-09-26 Thread Ingo Molnar
* Alexander Gordeev wrote: > On Mon, Sep 03, 2012 at 11:16:55AM +0200, Alexander Gordeev wrote: > > 5/5: based on Jeff's comments: > > > > - AHCI specific code moved from libata-core.c to libahci.c; > > > > - the host-wide lock concern addressed - ahci_interrupt() handler > >

[PATCH] mfd: da9052-core: Fix request_threaded_irq() parameter

2012-09-26 Thread Fabio Estevam
From: Fabio Estevam On a mx53qsb dt-kernel the da9052-core driver fails to probe: da9052 1-0048: DA9052 ADC IRQ failed ret=-22 In request_threaded_irq() the first parameter is missing the da9052->irq_base. Fix it and avoid the error. Also define 'DA9052_IRQF' for improving readability.

Re: [RFC v2 06/10] vfs: enable hot data tracking

2012-09-26 Thread Dave Chinner
On Sun, Sep 23, 2012 at 08:56:31PM +0800, zwu.ker...@gmail.com wrote: > From: Zhi Yong Wu > > Miscellaneous features that implement hot data tracking > and generally make the hot data functions a bit more friendly. > > Signed-off-by: Zhi Yong Wu > --- > fs/direct-io.c | 10

Re: [PATCHv2 2/4] dmaengine: dw_dmac: Add PCI part of the driver

2012-09-26 Thread viresh kumar
On Thu, Sep 27, 2012 at 1:11 AM, Arnd Bergmann wrote: > On Wednesday 26 September 2012, Andy Shevchenko wrote: >> >> +#define DRIVER(_is_private, _chan_order, _chan_pri)\ >> >> + ((kernel_ulong_t)&(struct dw_dma_platform_data) { \ >> >> + .is_private =

Re: [PATCHv2 1/4] dmaengine: dw_dmac: convert to platform driver

2012-09-26 Thread viresh kumar
On Wed, Sep 26, 2012 at 11:30 PM, Andy Shevchenko wrote: > On Wed, Sep 26, 2012 at 5:13 PM, viresh kumar wrote: >> On Wed, Sep 26, 2012 at 6:10 PM, Andy Shevchenko >> wrote: >>> From: Heikki Krogerus >>> >>> This driver could be used on different platforms. Thus, we converted it to >>> be >>>

Re: [RFC v2 05/10] vfs: introduce one hash table

2012-09-26 Thread Dave Chinner
On Sun, Sep 23, 2012 at 08:56:30PM +0800, zwu.ker...@gmail.com wrote: > From: Zhi Yong Wu > > Adds a hash table structure which contains > a lot of hash list and is used to efficiently > look up the data temperature of a file or its > ranges. > In each hash list of hash table, the hash node

Re: [PATCH 00/57] power: Upgrade to ux500 battery management driver

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:11:57AM -0600, mathieu.poir...@linaro.org wrote: > From: "Mathieu J. Poirier" > > This patch set upgrades the current ux500 battery management driver > to the latest HW and functionality. > > Pull request for convenience: > > The following changes since commit

Re: [PATCH 17/57] power: ab8500_bm: Added support for BATT_OVV

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:14AM -0600, mathieu.poir...@linaro.org wrote: > From: Hakan Berg > > Add support for the battery over-voltage situation > > Signed-off-by: Hakan Berg > Signed-off-by: Mathieu Poirier > Reviewed-by: Karl KOMIEROWSKI > --- > drivers/power/ab8500_fg.c | 32

Re: [PATCH 13/57] power: ab8500_bm: Ignore false btemp low interrupt

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:10AM -0600, mathieu.poir...@linaro.org wrote: > From: Hakan Berg > > Ignore the low btemp interrupts for ab8500 3.0 and 3.3 > > Signed-off-by: Hakan Berg > Signed-off-by: Mathieu Poirier > Reviewed-by: Jonas ABERG > --- > drivers/power/ab8500_btemp.c |

Re: [PATCH 11/57] power: Recharge condition not optimal for battery

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:08AM -0600, mathieu.poir...@linaro.org wrote: > From: Marcus Cooper > > Today the battery recharge is determined with a voltage threshold. This > voltage threshold is only valid when the battery is relaxed. In charging > algorithm the voltage read is the loaded

linux-next: build failure after merge of the block tree

2012-09-26 Thread Stephen Rothwell
have used the block tree from next-20120926 for today. This will also affect the device-mapper tree which is based on the block tree (of which I will also use the next-20120926 version). -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpPWDHSQt0UN.pgp Description: PGP signature

Re: [PATCH 2/6][RFC] time: Move update_vsyscall definitions to timekeeper_internal.h

2012-09-26 Thread Paul Mackerras
On Mon, Sep 17, 2012 at 06:04:57PM -0400, John Stultz wrote: > Since users will need to include timekeeper_internal.h, move > update_vsyscall definitions to timekeeper_internal.h. > > Cc: Tony Luck > Cc: Paul Mackerras > Cc: Benjamin Herrenschmidt > Cc: Andy Lutomirski > Cc: Martin

Re: [PATCH 3/6][RFC] time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD

2012-09-26 Thread Paul Mackerras
On Mon, Sep 17, 2012 at 06:04:58PM -0400, John Stultz wrote: > To help migrate archtectures over to the new update_vsyscall method, > redfine CONFIG_GENERIC_TIME_VSYSCALL as CONFIG_GENERIC_TIME_VSYSCALL_OLD > > Cc: Tony Luck > Cc: Paul Mackerras > Cc: Benjamin Herrenschmidt > Cc: Andy

Re: [PATCH 08/57] power: ab8500_fg: flush sync on suspend

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:05AM -0600, mathieu.poir...@linaro.org wrote: > From: Jonas Aaberg > > Do flush sync on the fg workqueue at suspend instead of > just flushing it. OK, but why? I guess I know why you're doing it, but still... > Signed-off-by: Jonas Aaberg > Signed-off-by: Mathieu

Re: [PATCH 07/57] power: ab8500_bm: Detect removed charger

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:04AM -0600, mathieu.poir...@linaro.org wrote: > From: Jonas Aaberg No description forced me to look into this more closely. :-) > Signed-off-by: Jonas Aaberg > Signed-off-by: Mathieu Poirier > --- > drivers/power/ab8500_charger.c | 122 >

Re: WARNING: at kernel/rcutree.c:1558 rcu_do_batch+0x386/0x3a0(), during CPU hotplug

2012-09-26 Thread Michael Wang
On 09/26/2012 05:35 PM, Srivatsa S. Bhat wrote: > On 09/13/2012 06:17 PM, Srivatsa S. Bhat wrote: >> On 09/13/2012 12:00 PM, Michael Wang wrote: >>> On 09/12/2012 11:31 PM, Paul E. McKenney wrote: On Wed, Sep 12, 2012 at 06:06:20PM +0530, Srivatsa S. Bhat wrote: > On 07/19/2012 10:45 PM,

[PATCH] perf probe: print an enum type variable in "enum variable-name" format when showing accessible variables

2012-09-26 Thread Hyeoncheol Lee
When showing accessible variables, an enum type variable was printed in "variable-name" format. Change this format into "enum variable-name". Cc: Masami Hiramatsu Signed-off-by: Hyeoncheol Lee --- tools/perf/util/dwarf-aux.c |2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [PATCH 04/57] power: ab8500: bm: movimg back to ab8500 platform data managment

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:01AM -0600, mathieu.poir...@linaro.org wrote: > From: Philippe Langlais Oh, and there's also a typo in the subject line. > Signed-off-by: Philippe Langlais > Signed-off-by: Mathieu Poirier > --- ... -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 04/57] power: ab8500: bm: movimg back to ab8500 platform data managment

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:01AM -0600, mathieu.poir...@linaro.org wrote: > From: Philippe Langlais The empty message turned me into suspicious mode, and I took another look at the patch... :-) > Signed-off-by: Philippe Langlais > Signed-off-by: Mathieu Poirier > --- >

Re: [PATCH 09/57] power: ab8500_fg: usleep_range instead of short msleep

2012-09-26 Thread Anton Vorontsov
On Tue, Sep 25, 2012 at 10:12:06AM -0600, mathieu.poir...@linaro.org wrote: > From: Jonas Aaberg > > Signed-off-by: Jonas ABERG > Signed-off-by: Mathieu Poirier > Reviewed-by: Johan BJORNSTEDT > --- > drivers/power/ab8500_fg.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >

[PULL REQUEST] 2 bugfixes for md in 3.6

2012-09-26 Thread NeilBrown
The following changes since commit 6dafab6b1383e912cd252fa809570b484eb6e0dc: md: make sure metadata is updated when spares are activated or removed. (2012-09-19 12:54:22 +1000) are available in the git repository at: git://neil.brown.name/md/ tags/md-3.6-fixes for you to fetch changes up

Re: [RFC v2 03/10] vfs: add one new mount option '-o hottrack'

2012-09-26 Thread Zhi Yong Wu
On Thu, Sep 27, 2012 at 10:20 AM, Dave Chinner wrote: > On Wed, Sep 26, 2012 at 10:56:08AM +0800, Zhi Yong Wu wrote: >> On Tue, Sep 25, 2012 at 5:28 PM, Dave Chinner wrote: >> > On Sun, Sep 23, 2012 at 08:56:28PM +0800, zwu.ker...@gmail.com wrote: >> >> From: Zhi Yong Wu >> >> >> >> Introduce

Re: [PATCH] namespace: Add an identifier to the namespace file

2012-09-26 Thread Eric W. Biederman
Corey Minyard writes: > On 09/26/2012 07:48 PM, Eric W. Biederman wrote: >> For netfilter or any other interface what should happen is that a file >> descriptor is passed in and the network namespace is derived from the >> file descriptor. >> >> Given that netfilter is per network namespace I'm

Re: [RFC v2 02/10] vfs: add support for updating access frequency

2012-09-26 Thread Zhi Yong Wu
On Thu, Sep 27, 2012 at 10:19 AM, Dave Chinner wrote: > On Wed, Sep 26, 2012 at 10:53:07AM +0800, Zhi Yong Wu wrote: >> On Tue, Sep 25, 2012 at 5:17 PM, Dave Chinner wrote: >> > On Sun, Sep 23, 2012 at 08:56:27PM +0800, zwu.ker...@gmail.com wrote: >> > I note that the code will always insert

[patch] mm, thp: fix mlock statistics

2012-09-26 Thread David Rientjes
NR_MLOCK is only accounted in single page units: there's no logic to handle transparent hugepages. This patch checks the appropriate number of pages to adjust the statistics by so that the correct amount of memory is reflected. Currently: $ grep Mlocked /proc/meminfo

Re: [PATCH] x86: remove the useless branch in c_start()

2012-09-26 Thread Michael Wang
On 09/26/2012 09:02 PM, Borislav Petkov wrote: > On Wed, Sep 26, 2012 at 11:43:52AM +0800, Michael Wang wrote: >> On 09/19/2012 01:42 PM, Michael Wang wrote: >>> Since 'cpu == -1' in cpumask_next() is legal, no need to handle '*pos == 0' >>> specially. >>> >>> About the comments: >>> /* just

Re: [RFC v2 04/10] vfs: add init and exit support

2012-09-26 Thread Dave Chinner
On Sun, Sep 23, 2012 at 08:56:29PM +0800, zwu.ker...@gmail.com wrote: > From: Zhi Yong Wu > > Add initialization function to create some > key data structures when hot tracking is enabled; > Clean up them when hot tracking is disabled > > Signed-off-by: Zhi Yong Wu > --- > fs/hot_tracking.c

Re: [RFC v2 02/10] vfs: add support for updating access frequency

2012-09-26 Thread Dave Chinner
On Wed, Sep 26, 2012 at 10:53:07AM +0800, Zhi Yong Wu wrote: > On Tue, Sep 25, 2012 at 5:17 PM, Dave Chinner wrote: > > On Sun, Sep 23, 2012 at 08:56:27PM +0800, zwu.ker...@gmail.com wrote: > > I note that the code will always insert range items of a length > > RANGE_SIZE. This means you have a

Re: [SCSI PATCH] sd: max-retries becomes configurable

2012-09-26 Thread Martin K. Petersen
> "James" == James Bottomley writes: James> On Mon, 2012-09-24 at 17:00 -0400, Jeff Garzik wrote: >> >> drivers/scsi/sd.c | 4 drivers/scsi/sd.h | 2 +- 2 files changed, >> 5 insertions(+), 1 deletion(-) James> I'm not opposed in principle to doing this (except that it should James> be

Re: [RFC v2 03/10] vfs: add one new mount option '-o hottrack'

2012-09-26 Thread Dave Chinner
On Wed, Sep 26, 2012 at 10:56:08AM +0800, Zhi Yong Wu wrote: > On Tue, Sep 25, 2012 at 5:28 PM, Dave Chinner wrote: > > On Sun, Sep 23, 2012 at 08:56:28PM +0800, zwu.ker...@gmail.com wrote: > >> From: Zhi Yong Wu > >> > >> Introduce one new mount option '-o hottrack', > >> and add its parsing

  1   2   3   4   5   6   7   8   9   10   >