Re: module: put modules in list much earlier.

2013-01-24 Thread Greg KH
On Tue, Jan 22, 2013 at 08:46:25AM +1030, Rusty Russell wrote: > Greg KH writes: > > Rusty, should the commit below be applied to the 3.7-stable kernel tree? > > > > thanks, > > > > greg k-h > > Good point. looks like commit which caused this (e9bda3b) went in 3.6 > so I think you'll want the fol

[PATCH] arm/dts: Add basic support for gta04 (Openmoko next generation) board.

2013-01-24 Thread Marek Belisko
Signed-off-by: Marek Belisko --- arch/arm/boot/dts/omap3-gta04.dts | 94 + 1 file changed, 94 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04.dts diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts new file mod

[tip:perf/core] perf symbols: Fix dso__fprintf() print statement

2013-01-24 Thread tip-bot for Stephane Eranian
Commit-ID: 919d590f13c94c5465db723178e4b72200fd5f90 Gitweb: http://git.kernel.org/tip/919d590f13c94c5465db723178e4b72200fd5f90 Author: Stephane Eranian AuthorDate: Tue, 20 Nov 2012 10:51:02 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:04 -0300 perf symbol

Re: [PATCH 1/2] cgroup: fix exit() vsrmdir() race

2013-01-24 Thread Tejun Heo
On Thu, Jan 24, 2013 at 10:19:23AM -0800, Tejun Heo wrote: > * cgroup_release_agent() seems broken too. It's accessing cgrp after > removing it from release_list. Can you please fix it too? Oh, we should be okay as we're holding cgroup_mutex there. Please forget about the above. Thanks. --

[tip:perf/core] perf ui: Always compile error printing code

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: 752914208ada0d9ae0a6b3bf2906d43f3605832f Gitweb: http://git.kernel.org/tip/752914208ada0d9ae0a6b3bf2906d43f3605832f Author: Namhyung Kim AuthorDate: Thu, 15 Nov 2012 01:47:40 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:04 -0300 perf ui: Always

[tip:perf/core] perf ui/helpline: Introduce ui_helpline__vshow()

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: b56e53312d445967f6bdb91e5667c56755e47450 Gitweb: http://git.kernel.org/tip/b56e53312d445967f6bdb91e5667c56755e47450 Author: Namhyung Kim AuthorDate: Thu, 15 Nov 2012 01:47:41 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:04 -0300 perf ui/helplin

[tip:perf/core] perf tools: Don' t check configuration on make clean

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: 3cde41b0d63d0550ac9c8352f1ce0ea516690f46 Gitweb: http://git.kernel.org/tip/3cde41b0d63d0550ac9c8352f1ce0ea516690f46 Author: Namhyung Kim AuthorDate: Wed, 14 Nov 2012 13:39:50 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:04 -0300 perf tools: Don

[tip:perf/core] perf session: Free environment information when deleting session

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: 03cd20949964f5cda600a56e12ffac39dfec4cb0 Gitweb: http://git.kernel.org/tip/03cd20949964f5cda600a56e12ffac39dfec4cb0 Author: Namhyung Kim AuthorDate: Wed, 21 Nov 2012 13:43:19 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:05 -0300 perf session: F

[tip:perf/core] perf top: Add missing newline on pr_err call

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: ee8d7787e197a0b1829c3f17dc1287224f14f35e Gitweb: http://git.kernel.org/tip/ee8d7787e197a0b1829c3f17dc1287224f14f35e Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 21 Nov 2012 18:58:50 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:05 -0300 per

[tip:perf/core] perf tools: Fix mmap limitations on 32-bit

2013-01-24 Thread tip-bot for David Miller
Commit-ID: 35d48ddfc0627443bd7ad2750a3f65d42cb742a0 Gitweb: http://git.kernel.org/tip/35d48ddfc0627443bd7ad2750a3f65d42cb742a0 Author: David Miller AuthorDate: Sat, 10 Nov 2012 14:12:19 -0500 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:05 -0300 perf tools: Fix

Re: [PATCH] workqueue: un-GPL function delayed_work_timer_fn()

2013-01-24 Thread Tejun Heo
On Thu, Jan 24, 2013 at 04:36:31PM +0400, Konstantin Khlebnikov wrote: > commit d8e794dfd51c368ed3f686b7f4172830b60ae47b ("workqueue: set > delayed_work->timer function on initialization") exports function > delayed_work_timer_fn() only for GPL modules. This makes delayed-works > unusable for non-G

[tip:perf/core] perf hists: Introduce perf_hpp__list for period related columns

2013-01-24 Thread tip-bot for Jiri Olsa
Commit-ID: 1240005e0d3a7e03c2fd05603fb01676e5a004f7 Gitweb: http://git.kernel.org/tip/1240005e0d3a7e03c2fd05603fb01676e5a004f7 Author: Jiri Olsa AuthorDate: Sat, 13 Oct 2012 00:06:16 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:05 -0300 perf hists: Introd

[tip:perf/core] perf hists: Fix period symbol_conf.field_sep display

2013-01-24 Thread tip-bot for Jiri Olsa
Commit-ID: c0d246b85fc7d42688d7a5d999ea671777caf65b Gitweb: http://git.kernel.org/tip/c0d246b85fc7d42688d7a5d999ea671777caf65b Author: Jiri Olsa AuthorDate: Sat, 20 Oct 2012 22:14:10 +0200 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:05 -0300 perf hists: Fix pe

Re: Doubts about listen backlog and tcp_max_syn_backlog

2013-01-24 Thread Rick Jones
On 01/24/2013 04:22 AM, Leandro Lucarella wrote: On Wed, Jan 23, 2013 at 11:28:08AM -0800, Rick Jones wrote: Then if syncookies are enabled, the time spent in connect() shouldn't be bigger than 3 seconds even if SYNs are being "dropped" by listen, right? Do you mean if "ESTABLISHED" connection

Re: [PATCH 0/4] perf tools: some 'perf script' fixes

2013-01-24 Thread David Ahern
On 1/24/13 11:27 AM, Arnaldo Carvalho de Melo wrote: Em Fri, Jan 18, 2013 at 01:51:24PM -0600, Tom Zanussi escreveu: This patchset fixes various problems I hit while doing a run-through of the existing 'perf script' scripts. Also, sometimes when running rwtop I get a 'failed to read event heade

Re: [PATCH v2 15/17] workqueue: remove global_cwq

2013-01-24 Thread Tejun Heo
Hey, Joonsoo. On Thu, Jan 24, 2013 at 06:29:36PM +0900, Joonsoo Kim wrote: > > -static DEFINE_PER_CPU(struct global_cwq, global_cwq); > > +static DEFINE_PER_CPU(struct worker_pool [NR_STD_WORKER_POOLS], > > + cpu_std_worker_pools); > > static DEFINE_PER_CPU_SHARED_ALIGNED(atomic_t

[tip:perf/core] perf symbols: Ignore ABS symbols when loading data maps

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: 3843b05d6ef20acbd4b0043e4ab7536602eb10ae Gitweb: http://git.kernel.org/tip/3843b05d6ef20acbd4b0043e4ab7536602eb10ae Author: Namhyung Kim AuthorDate: Wed, 21 Nov 2012 13:49:44 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:05 -0300 perf symbols: I

[tip:perf/core] perf hists: Fix typo on hist__entry_add_pair

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: 2850d9487266a55a18d340c24f5107696deeebb9 Gitweb: http://git.kernel.org/tip/2850d9487266a55a18d340c24f5107696deeebb9 Author: Namhyung Kim AuthorDate: Thu, 29 Nov 2012 14:38:40 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:06 -0300 perf hists: Fix

[PATCH RESEND] ARM: dts: max77686: Add DTS file for max77686 PMIC

2013-01-24 Thread Dongjin Kim
This patch adds a dedicated DTS file for max77686 PMIC, supposed to be included in a board DTS to control the power for certain consumer devices or AP with 9 BUCKs and 26 LDOs Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/max77686.dtsi | 156 +++ 1 file c

[tip:perf/core] perf hists: Link hist entry pairs to leader

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: 5fa9041bbaa7a79a67d568b9c9f947db2f23d091 Gitweb: http://git.kernel.org/tip/5fa9041bbaa7a79a67d568b9c9f947db2f23d091 Author: Namhyung Kim AuthorDate: Thu, 29 Nov 2012 15:38:34 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:06 -0300 perf hists: Lin

[tip:perf/core] perf evsel: Convert to _is_group_leader method

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: 823254edc66eb44bf612b1dfa4829afa9840f691 Gitweb: http://git.kernel.org/tip/823254edc66eb44bf612b1dfa4829afa9840f691 Author: Namhyung Kim AuthorDate: Thu, 29 Nov 2012 15:38:30 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:06 -0300 perf evsel: Con

[tip:perf/core] perf evsel: Set leader evsel's ->leader to itself

2013-01-24 Thread tip-bot for Namhyung Kim
Commit-ID: 2cfda562da7b0b1e0575507ef3efe782d4e218e4 Gitweb: http://git.kernel.org/tip/2cfda562da7b0b1e0575507ef3efe782d4e218e4 Author: Namhyung Kim AuthorDate: Thu, 29 Nov 2012 15:38:29 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:06 -0300 perf evsel: Set

[tip:perf/core] perf diff: Remove displacement from struct hist_entry_diff

2013-01-24 Thread tip-bot for Jiri Olsa
Commit-ID: fa283ada1606e687641dc2b157d66ef0f9c9aa8a Gitweb: http://git.kernel.org/tip/fa283ada1606e687641dc2b157d66ef0f9c9aa8a Author: Jiri Olsa AuthorDate: Wed, 28 Nov 2012 14:52:39 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:06 -0300 perf diff: Remove

Re: [PATCHSET] workqueue: remove gcwq and make worker_pool the only backend abstraction

2013-01-24 Thread Tejun Heo
Hey, Lai. On Thu, Jan 24, 2013 at 09:36:39PM +0800, Lai Jiangshan wrote: > For the whole patchset > Reviewed-by: Lai Jiangshan Thanks for reviewing it. > The only concern: get_work_pool() may slow down __queue_work(). Yeap, I'm currently working on to optimize idr so that the fast path basical

RE: [PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts

2013-01-24 Thread KY Srinivasan
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Thursday, January 24, 2013 11:16 AM > To: KY Srinivasan > Cc: o...@aepfle.de; b...@alien8.de; a...@canonical.com; x...@kernel.org; > t...@linutronix.de; de...@linuxdriverproject.org; gre...@linuxfoundation.org; >

Re: TASK_DEAD && ttwu() again (Was: ensure arch_ptrace/ptrace_request can never race with SIGKILL)

2013-01-24 Thread Oleg Nesterov
Hi Tejun, On 01/23, Tejun Heo wrote: > Hello, Oleg. > > On Wed, Jan 23, 2013 at 08:19:46PM +0100, Oleg Nesterov wrote: > > > > And this means that a task doing > > > > current->state = STATE_1; > > // no schedule() in between > > current->state = STATE_2; > > schedule(); > > > > ca

[tip:perf/core] perf diff: Change compute methods to work with pair directly

2013-01-24 Thread tip-bot for Jiri Olsa
Commit-ID: 05472daa4d8ab88a071bfcaa3bb47473e4071848 Gitweb: http://git.kernel.org/tip/05472daa4d8ab88a071bfcaa3bb47473e4071848 Author: Jiri Olsa AuthorDate: Wed, 28 Nov 2012 14:52:40 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:06 -0300 perf diff: Change

[tip:perf/core] perf diff: Change formula methods to work with pair directly

2013-01-24 Thread tip-bot for Jiri Olsa
Commit-ID: f4c8bae1920c459b7b9c12363d11e8a588862e42 Gitweb: http://git.kernel.org/tip/f4c8bae1920c459b7b9c12363d11e8a588862e42 Author: Jiri Olsa AuthorDate: Wed, 28 Nov 2012 14:52:41 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:07 -0300 perf diff: Change

[tip:perf/core] perf tools: Fix TUI helpline output

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 044c4f8fbab513af399ff8ce7a2af2d303d85849 Gitweb: http://git.kernel.org/tip/044c4f8fbab513af399ff8ce7a2af2d303d85849 Author: Arnaldo Carvalho de Melo AuthorDate: Thu, 29 Nov 2012 16:51:01 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:07 -0300 per

[tip:perf/core] perf buildid-list: We need to check if a file is ELF first

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f0bf9107679f3670e5fbd52a934b7816256007f7 Gitweb: http://git.kernel.org/tip/f0bf9107679f3670e5fbd52a934b7816256007f7 Author: Arnaldo Carvalho de Melo AuthorDate: Wed, 5 Dec 2012 16:24:05 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:07 -0300 perf

[tip:perf/core] perf diff: Remove displacement output option

2013-01-24 Thread tip-bot for Jiri Olsa
Commit-ID: db6d0bb86164497f6c9ef46020cf1881953f4b08 Gitweb: http://git.kernel.org/tip/db6d0bb86164497f6c9ef46020cf1881953f4b08 Author: Jiri Olsa AuthorDate: Thu, 6 Dec 2012 14:22:28 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:07 -0300 perf diff: Remove d

[tip:perf/core] perf symbols: Generalize filter in __fprintf_buildid methods

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 417c2ff6806fd9183cb36682dcf32c4d068aba5e Gitweb: http://git.kernel.org/tip/417c2ff6806fd9183cb36682dcf32c4d068aba5e Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 7 Dec 2012 09:53:58 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:07 -0300 perf

Re: [PATCH v1 4/6] drivers: usb: musb: omap: make use of the new PHY lib APIs

2013-01-24 Thread kishon
Hi, On Tuesday 22 January 2013 07:39 PM, Roger Quadros wrote: On 01/22/2013 11:58 AM, Kishon Vijay Abraham I wrote: New PHY lib APIs like usb_add_phy_dev() and devm_usb_get_phy_dev() are used in MUSB (OMAP), in order to make use of the binding information provided in the board file (of OMAP pla

[tip:perf/core] perf buildid-cache: Add option to show build ids that are missing in the cache

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: fbb6976c2f7a6ab2c4d8511181d686f5f2aaf476 Gitweb: http://git.kernel.org/tip/fbb6976c2f7a6ab2c4d8511181d686f5f2aaf476 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 7 Dec 2012 16:28:27 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:08 -0300 perf

Re: [PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts

2013-01-24 Thread Olaf Hering
On Thu, Jan 24, KY Srinivasan wrote: > > Question is - considering you stated that this is supported > > starting in Win8, doesn't Hyper-V itself announce that > > capability in some explicit way? > > Thanks Jan. Unfortunately I don't think tis interrupt delivery model > is specified via a "feat

[tip:perf/core] perf machine: Move more machine methods to machine.c

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 3f067dcab711c2df7eefcfc5b3aa9a0e2b5f7d42 Gitweb: http://git.kernel.org/tip/3f067dcab711c2df7eefcfc5b3aa9a0e2b5f7d42 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 7 Dec 2012 17:39:39 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 9 Dec 2012 08:46:08 -0300 perf

[tip:perf/core] perf evsel: Update sample_size when setting sample_type bits

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 7be5ebe8767eaa482e18f566de5f56c1519abf59 Gitweb: http://git.kernel.org/tip/7be5ebe8767eaa482e18f566de5f56c1519abf59 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2012 14:53:43 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 10 Dec 2012 14:53:43 -0300 pe

Re: [PATCHSET] workqueue: remove gcwq and make worker_pool the only backend abstraction

2013-01-24 Thread Tejun Heo
On Wed, Jan 16, 2013 at 05:42:32PM -0800, Tejun Heo wrote: > Currently, on the backend side, there are two layers of abstraction. > For each CPU and the special unbound wq-specific CPU, there's one > global_cwq. gcwq in turn hosts two worker_pools - one for normal > priority, the other for highpri

[tip:perf/core] perf test: Use perf_evsel__newtp constructor in the tracepoint tests

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: a60d79535c21dca4e24d08abf8ab56e2f860af71 Gitweb: http://git.kernel.org/tip/a60d79535c21dca4e24d08abf8ab56e2f860af71 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2012 15:11:43 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 10 Dec 2012 15:11:43 -0300 pe

[tip:perf/core] perf evsel: Introduce method to request IDs be used

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 7a5a5ca5fe3df8636c96b49591c23baf7c415dd4 Gitweb: http://git.kernel.org/tip/7a5a5ca5fe3df8636c96b49591c23baf7c415dd4 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2012 15:21:30 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 10 Dec 2012 15:21:30 -0300 pe

[tip:perf/core] perf evsel: No need to always ask for PERF_FORMAT_ID in read_format

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 3a5afaec593954a399967155db47f72cb8828a6a Gitweb: http://git.kernel.org/tip/3a5afaec593954a399967155db47f72cb8828a6a Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2012 15:29:12 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:12:58 -0300 pe

RE: [PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts

2013-01-24 Thread KY Srinivasan
> -Original Message- > From: Olaf Hering [mailto:o...@aepfle.de] > Sent: Thursday, January 24, 2013 2:00 PM > To: KY Srinivasan > Cc: Jan Beulich; b...@alien8.de; a...@canonical.com; x...@kernel.org; > t...@linutronix.de; de...@linuxdriverproject.org; gre...@linuxfoundation.org; > jasow..

[PATCH] MODSIGN: flag modules that use cryptoapi and only panic if those are unsigned

2013-01-24 Thread Kyle McMartin
After thinking about it a while, this seems like the best way to solve the problem, although it does still kind of offend my delicate sensibilities... Doing this check in the crypto layer seems kind of like a layering violation to me (and, to be honest, I think it'd be a gross-hack getting from th

[tip:perf/core] perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 62b807f64948f55776b1cc57298966d915b1a402 Gitweb: http://git.kernel.org/tip/62b807f64948f55776b1cc57298966d915b1a402 Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2012 16:04:40 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:17:17 -0300 pe

[tip:perf/core] perf evlist: Set the leader in the perf_evlist__config method

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: f77a951826b44b763e4d9fbd2479b6132d2bd7fc Gitweb: http://git.kernel.org/tip/f77a951826b44b763e4d9fbd2479b6132d2bd7fc Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2012 16:41:31 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:19:01 -0300 pe

[tip:perf/core] perf evsel: Adopt fprintf routine from ' perf evlist'

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 0698aeddcfe0c2514af1d012082665a3bb55d01b Gitweb: http://git.kernel.org/tip/0698aeddcfe0c2514af1d012082665a3bb55d01b Author: Arnaldo Carvalho de Melo AuthorDate: Mon, 10 Dec 2012 18:17:08 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:19:53 -0300 pe

[tip:perf/core] perf tools: Add install-bin Makefile target

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 40c5ec7acb9278833cfbf9dd15c6c02d57cbaf77 Gitweb: http://git.kernel.org/tip/40c5ec7acb9278833cfbf9dd15c6c02d57cbaf77 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2012 09:54:21 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:20:32 -0300 pe

[tip:perf/core] perf evsel: Decode read_format and sample_type in perf_evsel__fprintf

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: c79a439338f3a021f5a5ff6ea165b0d19d2eb0aa Gitweb: http://git.kernel.org/tip/c79a439338f3a021f5a5ff6ea165b0d19d2eb0aa Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2012 10:54:12 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:21:02 -0300 pe

[tip:perf/core] perf record: Pass perf_record_opts to the callchain cmdline parsing callback

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: c5ff78c3092d0e7d14c82d2949e16fee063a83f1 Gitweb: http://git.kernel.org/tip/c5ff78c3092d0e7d14c82d2949e16fee063a83f1 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2012 16:16:47 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:21:52 -0300 pe

Re: [PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts

2013-01-24 Thread H. Peter Anvin
Can't you discover Xen emulation by looking for Xen first? Or does Xen go "stealth"? Olaf Hering wrote: >On Thu, Jan 24, KY Srinivasan wrote: > > >> > Question is - considering you stated that this is supported >> > starting in Win8, doesn't Hyper-V itself announce that >> > capability in some

[tip:perf/core] perf record: Export the callchain parsing routine and help

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 75d9a10854db6aab2400cd6a844c392107be4c64 Gitweb: http://git.kernel.org/tip/75d9a10854db6aab2400cd6a844c392107be4c64 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2012 16:46:05 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:22:14 -0300 pe

[tip:perf/core] perf top: Use perf_evlist__config()

2013-01-24 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 2376c67a7bbc7849b806688ba2efb8520c21c458 Gitweb: http://git.kernel.org/tip/2376c67a7bbc7849b806688ba2efb8520c21c458 Author: Arnaldo Carvalho de Melo AuthorDate: Tue, 11 Dec 2012 16:48:41 -0300 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 11 Dec 2012 17:22:39 -0300 pe

Re: [PATCH] iio: adc: add exynos5 adc driver under iio framwork

2013-01-24 Thread Tomasz Figa
Hi, On Thursday 24 of January 2013 19:19:57 Lars-Peter Clausen wrote: > On 01/24/2013 05:12 PM, Doug Anderson wrote: > > Lars, > > > > Thank you for your comments / thoughts... > > Hi, > > > On Thu, Jan 24, 2013 at 1:54 AM, Lars-Peter Clausen wrote: > >> adc: adc@12D1 { > >> > >>

RE: [PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts

2013-01-24 Thread H. Peter Anvin
I also have to point out the obvious problem with Xen masquerading as HyperV without implementing the same feature set... KY Srinivasan wrote: > > >> -Original Message- >> From: Jan Beulich [mailto:jbeul...@suse.com] >> Sent: Thursday, January 24, 2013 11:16 AM >> To: KY Srinivasan >> C

[PATCH V4] IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround

2013-01-24 Thread suravee.suthikulpanit
From: Suravee Suthikulpanit The IOMMU may stop processing page translations due to a perceived lack of credits for writing upstream peripheral page service request (PPR) or event logs. If the L2B miscellaneous clock gating feature is enabled the IOMMU does not properly register credits after the

Re: [PATCH 2/7] clk: tegra: Use common of_clk_init() function

2013-01-24 Thread Mike Turquette
Quoting Prashant Gaikwad (2013-01-04 18:44:48) > On Friday 04 January 2013 10:00 PM, Stephen Warren wrote: > > On 01/04/2013 12:00 AM, Prashant Gaikwad wrote: > >> Use common of_clk_init() function for clocks initialization. > >> drivers/clk/tegra/clk-tegra20.c |3 ++- > >> drivers/clk/tegra

Re: 3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner

2013-01-24 Thread Martin Mokrejs
Hi Chris, try to include in kernel only acpiphp and omit pciehp. Don't use modules but include them statically. And try, in addition, check whether "pcie_aspm=off" in grub.conf helped. The best would if you subscribe to linux-pci, and read my recent threads about similar issues I had with ex

Re: Doubts about listen backlog and tcp_max_syn_backlog

2013-01-24 Thread Leandro Lucarella
On Thu, Jan 24, 2013 at 10:44:32AM -0800, Rick Jones wrote: > On 01/24/2013 04:22 AM, Leandro Lucarella wrote: > >On Wed, Jan 23, 2013 at 11:28:08AM -0800, Rick Jones wrote: > >>>Then if syncookies are enabled, the time spent in connect() shouldn't be > >>>bigger than 3 seconds even if SYNs are bei

Re: [PATCH] MODSIGN: flag modules that use cryptoapi and only panic if those are unsigned

2013-01-24 Thread Kyle McMartin
On Thu, Jan 24, 2013 at 02:06:10PM -0500, Kyle McMartin wrote: > + if (err < 0 && fips_enabled && !get_modinfo(info, "crypto_fips")) Sigh, that should be get_modinfo(...) if (err < 0 && fips_enabled && get_modinfo(info, "crypto_fips")) Thinko when converting from flagging things as "n

Re: [PATCH v7u1 26/31] x86: Don't enable swiotlb if there is not enough ram for it

2013-01-24 Thread Shuah Khan
On Thu, Jan 24, 2013 at 9:51 AM, Shuah Khan wrote: > On Thu, Jan 24, 2013 at 8:39 AM, Konrad Rzeszutek Wilk > wrote: >> On Fri, Jan 18, 2013 at 10:55:35AM -0500, Konrad Rzeszutek Wilk wrote: >>> On Mon, Jan 14, 2013 at 10:19:22PM -0800, Yinghai Lu wrote: >>> > On Fri, Jan 11, 2013 at 9:49 AM, Yin

Re: [PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts

2013-01-24 Thread Olaf Hering
On Thu, Jan 24, H. Peter Anvin wrote: > Can't you discover Xen emulation by looking for Xen first? Or does Xen go > "stealth"? The current code looks at cpuid to decide what the host type is. One thing to detect a Xen host is to look for the DIM strings, which still have "Xen HVM DomU" or simil

Re: [PATCH] tools lib traceevent: Handle dynamic array's element size properly

2013-01-24 Thread Arnaldo Carvalho de Melo
Em Tue, Jan 22, 2013 at 02:16:47PM +0100, Jiri Olsa escreveu: > On Mon, Jan 21, 2013 at 11:45:42PM -0500, Steven Rostedt wrote: > > This is only used in this function (the field_dynamic_elem_size() is > > only called here). Can we not add the field->type_dyn, and just use a > > local variable here.

Re: [PATCH] iio: adc: add exynos5 adc driver under iio framwork

2013-01-24 Thread Lars-Peter Clausen
On 01/24/2013 08:15 PM, Tomasz Figa wrote: > Hi, > > On Thursday 24 of January 2013 19:19:57 Lars-Peter Clausen wrote: >> On 01/24/2013 05:12 PM, Doug Anderson wrote: >>> Lars, >>> >>> Thank you for your comments / thoughts... >> >> Hi, >> >>> On Thu, Jan 24, 2013 at 1:54 AM, Lars-Peter Clausen

Re: [PATCH RESEND 1/1] X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts

2013-01-24 Thread H. Peter Anvin
And there is no evidence of Xen in CPUID? Olaf Hering wrote: >On Thu, Jan 24, H. Peter Anvin wrote: > >> Can't you discover Xen emulation by looking for Xen first? Or does >Xen go "stealth"? > >The current code looks at cpuid to decide what the host type is. One >thing to detect a Xen host is t

Re: [PATCH 2/7] clk: tegra: Use common of_clk_init() function

2013-01-24 Thread Stephen Warren
On 01/24/2013 11:20 AM, Mike Turquette wrote: > Quoting Prashant Gaikwad (2013-01-04 18:44:48) >> On Friday 04 January 2013 10:00 PM, Stephen Warren wrote: >>> On 01/04/2013 12:00 AM, Prashant Gaikwad wrote: Use common of_clk_init() function for clocks initialization. drivers/clk/tegra/

[tip:perf/core] tracing: Use this_cpu_ptr per-cpu helper

2013-01-24 Thread tip-bot for Shan Wei
Commit-ID: d8a0349c0cea477322c66ea9362f10c62fad5f62 Gitweb: http://git.kernel.org/tip/d8a0349c0cea477322c66ea9362f10c62fad5f62 Author: Shan Wei AuthorDate: Tue, 13 Nov 2012 09:53:04 +0800 Committer: Steven Rostedt CommitDate: Mon, 21 Jan 2013 13:22:30 -0500 tracing: Use this_cpu_ptr pe

[tip:perf/core] tracing: Verify target file before registering a uprobe event

2013-01-24 Thread tip-bot for Jovi Zhang
Commit-ID: d24d7dbf3cc49b00a152e55e24f0eeb173c7a971 Gitweb: http://git.kernel.org/tip/d24d7dbf3cc49b00a152e55e24f0eeb173c7a971 Author: Jovi Zhang AuthorDate: Wed, 18 Jul 2012 18:16:44 +0800 Committer: Steven Rostedt CommitDate: Mon, 21 Jan 2013 13:22:31 -0500 tracing: Verify target fil

[tip:perf/core] tracing: Add checks if tr-> buffer is NULL in tracing_reset{_online_cpus}

2013-01-24 Thread tip-bot for Hiraku Toyooka
Commit-ID: a54164114b96b4693b42cdb553260eec41ea4393 Gitweb: http://git.kernel.org/tip/a54164114b96b4693b42cdb553260eec41ea4393 Author: Hiraku Toyooka AuthorDate: Wed, 19 Dec 2012 16:02:34 +0900 Committer: Steven Rostedt CommitDate: Mon, 21 Jan 2013 13:22:32 -0500 tracing: Add checks if

[PATCH wq/for-3.9] workqueue: move nr_running into worker_pool

2013-01-24 Thread Tejun Heo
As nr_running is likely to be accessed from other CPUs during try_to_wake_up(), it was kept outside worker_pool; however, while less frequent, other fields in worker_pool are accessed from other CPUs for, e.g., non-reentrancy check. Also, with recent pool related changes, accessing nr_running matc

Re: [PATCH v2 2/6] sched: split out css_online/css_offline from tg creation/destruction

2013-01-24 Thread Tejun Heo
On Thu, Jan 24, 2013 at 11:01:34AM +0100, Ingo Molnar wrote: > Acked-by: Ingo Molnar Ingo, if you don't objecdt, I'll take these through cgroup/for-3.9 branch with other cgroup changes. Pleaes holler if you object. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe

[PATCH] unhide CONFIG_PANIC_ON_OOPS

2013-01-24 Thread Kyle McMartin
CONFIG_EXPERT doesn't really make sense, and hides it unintentionally. Remove superfluous "default n" pointed out by Ingo as well. Signed-off-by: Kyle McMartin --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -243,8 +243,7 @@ config BOOTPARAM_SOFTLOCKUP_PANIC_VALUE default 1 if BOOTPAR

[tip:perf/core] ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig

2013-01-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: 06aeaaeabf69da4a3e86df532425640f51b01cef Gitweb: http://git.kernel.org/tip/06aeaaeabf69da4a3e86df532425640f51b01cef Author: Masami Hiramatsu AuthorDate: Fri, 28 Sep 2012 17:15:17 +0900 Committer: Steven Rostedt CommitDate: Mon, 21 Jan 2013 13:22:35 -0500 ftrace: Move ARCH_SU

[tip:perf/core] kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.c

2013-01-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: e7dbfe349d12eabb7783b117e0c115f6f3d9ef9e Gitweb: http://git.kernel.org/tip/e7dbfe349d12eabb7783b117e0c115f6f3d9ef9e Author: Masami Hiramatsu AuthorDate: Fri, 28 Sep 2012 17:15:20 +0900 Committer: Steven Rostedt CommitDate: Mon, 21 Jan 2013 13:22:36 -0500 kprobes/x86: Move ft

[tip:perf/core] kprobes/x86: Move kprobes stuff under arch/x86/ kernel/kprobes/

2013-01-24 Thread tip-bot for Masami Hiramatsu
Commit-ID: f684199f5de805ac50ea5bdec2b082882586a777 Gitweb: http://git.kernel.org/tip/f684199f5de805ac50ea5bdec2b082882586a777 Author: Masami Hiramatsu AuthorDate: Fri, 28 Sep 2012 17:15:22 +0900 Committer: Steven Rostedt CommitDate: Mon, 21 Jan 2013 13:22:37 -0500 kprobes/x86: Move kp

Re: [PATCH] perf tools: Fix build with older versions of bison.

2013-01-24 Thread Jiri Olsa
On Wed, Jan 23, 2013 at 06:58:31PM -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 13, 2012 at 01:50:07PM -0800, Vinson Lee escreveu: > > This patch fixes this build error with older versions of bison. > > Sorry for leaving this patch unapplied, fell thru the cracks. > > But can you please e

[PATCH v2 0/4] devcg: introduce proper hierarchy support

2013-01-24 Thread aris
This patchset implements device cgroup hierarchy. Behaviors and exceptions will be propagated down in the tree and local preferences will be re-evaluated everytime a change in its parent occours, reapplying them if it's still possible. v2: - rebase on top "device_cgroup: don't grab mutex in rcu ca

[PATCH v2 1/4] device_cgroup: prepare exception list handling functions for two lists

2013-01-24 Thread aris
In the following patches, device_cgroup structure will have two sets of behavior and exceptions list (actual one, another with the local settings) so rework the functions to use exception list, not a device_cgroup. Cc: Tejun Heo Cc: Serge Hallyn Signed-off-by: Aristeu Rozanski --- security/de

[PATCH v2 2/4] device_cgroup: keep track of local group settings

2013-01-24 Thread aris
In preparation for better hierarchy support, it's needed to retain the local settings in order to try to reapply them after a propagated change if they're still valid. Cc: Tejun Heo Cc: Serge Hallyn Signed-off-by: Aristeu Rozanski --- security/device_cgroup.c | 115 +

[PATCH v2 4/4] device_cgroup: propagate local changes down the hierarchy

2013-01-24 Thread aris
This patch makes all changes propagate down in hierarchy respecting when possible local configurations. Behavior changes will clean up exceptions in all the children except when the parent changes the behavior from allow to deny and the child's behavior was already deny, in which case the local ex

Re: [PATCH v2] sched: add a tuning knob to allow changing RR tmeslice

2013-01-24 Thread Clark Williams
On Thu, 24 Jan 2013 17:59:55 +0100 Ingo Molnar wrote: > > * Clark Williams wrote: > > > This version stores the user-input value in a separate > > location from the jiffies values used by the scheduler, to > > prevent a race condition. > > > > Subject: [PATCH v2] sched: add a tuning knob to

[PATCH v2 3/4] device_cgroup: make may_access() stronger

2013-01-24 Thread aris
In order to revalidate local exceptions for the hierarchy change propagation, make may_access() stronger. Cc: Tejun Heo Cc: Serge Hallyn Signed-off-by: Aristeu Rozanski --- security/device_cgroup.c | 48 +-- 1 file changed, 30 insertions(+), 18 de

Re: [PATCH V4] IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround

2013-01-24 Thread Borislav Petkov
On Thu, Jan 24, 2013 at 01:17:53PM -0600, suravee.suthikulpa...@amd.com wrote: > From: Suravee Suthikulpanit > > The IOMMU may stop processing page translations due to a perceived lack > of credits for writing upstream peripheral page service request (PPR) > or event logs. If the L2B miscellaneou

Re: circular locking warning during suspend

2013-01-24 Thread Daniel Vetter
On Thu, Jan 24, 2013 at 6:34 PM, Johannes Berg wrote: > Hi, > > I didn't find this reported, but maybe it has been, I didn't search for > too long. I'm using 3.8.0-rc4 (plus wireless bits), and lockdep is > unhappy. Note that I am booting with "no_console_suspend". Patches for the know issues aro

Re: [PATCH 2/4] MODSIGN: Specify the hash algorithm on sign-file command line

2013-01-24 Thread Michal Marek
Dne 24.1.2013 16:17, David Howells napsal(a): > Michal Marek wrote: > >> +our ($opt_v, $opt_a); > > Should this be 'our' or 'my'? These are global variables set by getopts(), so they need to be declared 'our'. But I can change it to use the two-argument version of getopts, that does not use glo

Re: How should I proceed to get commit 891348c to 3.0.y?

2013-01-24 Thread Greg KH
On Thu, Jan 24, 2013 at 12:30:10PM -0600, Robin Holt wrote: > On Thu, Jan 24, 2013 at 10:15:35AM -0800, Greg KH wrote: > > On Thu, Jan 24, 2013 at 09:28:51AM -0600, Robin Holt wrote: > > > > > > I missed the email from 12/31 indicating commit 891348c was pulled from > > > the 3.0.y stable tree due

[tip:core/locking] locking/stat: Fix a typo

2013-01-24 Thread tip-bot for Yuanhan Liu
Commit-ID: 5b43715b9d27e4e6620264113169bb8e4e607205 Gitweb: http://git.kernel.org/tip/5b43715b9d27e4e6620264113169bb8e4e607205 Author: Yuanhan Liu AuthorDate: Thu, 24 Jan 2013 17:22:44 +0800 Committer: Ingo Molnar CommitDate: Thu, 24 Jan 2013 10:59:43 +0100 locking/stat: Fix a typo s/

[tip:x86/cpu] x86/cpu/hotplug: Remove CONFIG_EXPERIMENTAL dependency

2013-01-24 Thread tip-bot for Kees Cook
Commit-ID: 2c922cd07a0ada4d68e22453c972a5d77be8f20d Gitweb: http://git.kernel.org/tip/2c922cd07a0ada4d68e22453c972a5d77be8f20d Author: Kees Cook AuthorDate: Tue, 22 Jan 2013 13:01:19 -0800 Committer: Ingo Molnar CommitDate: Thu, 24 Jan 2013 11:16:30 +0100 x86/cpu/hotplug: Remove CONFIG

Re: [PATCH v2 1/6] cgroup: initialize cgrp->dentry before css_alloc()

2013-01-24 Thread Tejun Heo
On Thu, Jan 24, 2013 at 02:30:22PM +0800, Li Zefan wrote: > With this change, we're guaranteed that cgroup_path() won't see NULL > cgrp->dentry, and thus we can remove the NULL check in it. > > (Well, it's not true, because dummptop.dentry is always NULL) > > Signed-off-by: Li Zefan Appled 1-6

[tip:x86/asm] ix86: Tighten asmlinkage_protect() constraints

2013-01-24 Thread tip-bot for Jan Beulich
Commit-ID: d59fe3f13d070489e63d04e1c9bfd819d5f71542 Gitweb: http://git.kernel.org/tip/d59fe3f13d070489e63d04e1c9bfd819d5f71542 Author: Jan Beulich AuthorDate: Tue, 22 Jan 2013 11:24:12 + Committer: Ingo Molnar CommitDate: Thu, 24 Jan 2013 11:25:59 +0100 ix86: Tighten asmlinkage_pro

[tip:x86/apic] x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()

2013-01-24 Thread tip-bot for Dave Jones
Commit-ID: e3f0f36ddf1b2743a0d4ea312996536a9c37e1c7 Gitweb: http://git.kernel.org/tip/e3f0f36ddf1b2743a0d4ea312996536a9c37e1c7 Author: Dave Jones AuthorDate: Fri, 18 Jan 2013 12:58:47 -0500 Committer: Ingo Molnar CommitDate: Thu, 24 Jan 2013 12:12:42 +0100 x86/apic: Remove noisy zero-m

[PATCH 21/74] perf tests: Fix PYTHONPATH for python-use test tracepoints

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Jiri Olsa If there's not OUTPUT variable defined the PYTHONPATH ends up with /python. We need to remove the extra '/'. Signed-off-by: Jiri Olsa Link: http://lkml.kernel.org/n/tip-h1hzfyfcdxjnuq9fin2cj...@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Makefile | 2

[PATCH 52/74] perf tools: Move get_term_dimensions from top to util.c

2013-01-24 Thread Arnaldo Carvalho de Melo
From: David Ahern It is used by util/help.c so it should be a lib function and included in libperf.a. Code move only. Signed-off-by: David Ahern Link: http://lkml.kernel.org/r/1358185681-90926-1-git-send-email-dsah...@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/builtin-t

[PATCH 27/74] perf kmem: use ARRAY_SIZE instead of reinventing it

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Sasha Levin Signed-off-by: Sasha Levin Cc: Ingo Molnar Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1356030701-16284-8-git-send-email-sasha.le...@oracle.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/builtin-kmem.c | 3 +-- 1 file changed, 1 insert

[PATCH 25/74] perf tests: Don't fail if a matching vmlinux isn't found, skip that test

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Now that Jiri introduced TEST_SKIP, don't fail on the first test, just skip it. Requested-by: Ingo Molnar Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian L

[PATCH 43/74] perf sort: Get rid of unnecessary __maybe_unused

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim Some functions have set __maybe_unused on its arguments that are used actually. Remove them. Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa Cc: David Ahern Cc: Ingo Molnar Cc: Jiri Olsa Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.ker

[PATCH 45/74] perf sort: Align cpu column to right

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim Since cpu number is a natural number, it'd be more appropriate aligning it to right. Before: # Overhead CPU Command: Pid Shared Object # ... . . # 8.91% 8gnome-shell: 1497 perf-1497.map

[PATCH 42/74] perf sort: Move misplaced sort entry functions

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim Some functions are misplaced along with other entries. Move them to a right place so that it can be found together with related functions. No functional change intended. Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa Cc: David Ahern Cc: Ingo Molnar Cc: Jiri Olsa Cc: Pa

[PATCH 35/74] perf tools: Fix GNU make v3.80 compatibility issue

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Al Cooper According to Documentation/Changes, the kernel should be buildable with GNU make 3.80+. tools/perf/config/utilities.mak contains the "$(or" construct, which requires make 3.81. This causes "make" to fail on systems with GNU make 3.80. Replace "$(or" with an equivalent "$(if" exp

[PATCH 26/74] perf tools: remove redundant checks from _sort__sym_cmp

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Sasha Levin We already check that sym_l and sum_r are non-NULLs, no need to do it twice. Signed-off-by: Sasha Levin Acked-by: Namhyung Kim Cc: Ingo Molnar Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/r/1356030701-16284-12-

[PATCH 06/74] perf tests: Adjust some message log levels to help diagnosing problems in attr tests

2013-01-24 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Now we'll see the command being run and if it fails, the fields that had unexpected values and the expected values, example testing a problem in the next patch: # perf test -v 13 13: struct perf_event_attr setup : --- start --- SNI

<    1   2   3   4   5   6   7   8   9   10   >