Re: [PATCH] x86, add hypervisor name to dump_stack()

2012-10-24 Thread Ingo Molnar
* Prarit Bhargava pra...@redhat.com wrote: Debugging crash, panics, stack trace WARN_ONs, etc., from both virtual and bare-metal boots can get difficult very quickly. While there are ways to decipher the output and determine if the output is from a virtual guest, the in-kernel hypervisors

Re: + procfs-add-vmflags-field-in-smaps-output-v3-fix-2.patch added to -mm tree

2012-10-24 Thread Cyrill Gorcunov
On Wed, Oct 24, 2012 at 11:24:04AM +0200, Peter Zijlstra wrote: On Wed, 2012-10-24 at 12:45 +0400, Cyrill Gorcunov wrote: for (i = 0; i BITS_PER_LONG; i++) { - if (vma-vm_flags (1 i)) + if (vma-vm_flags (1ul i)) { for_each_set_bit(i,

[tip:sched/core] sched: Account for blocked load waking back up

2012-10-24 Thread tip-bot for Paul Turner
Commit-ID: aff3e49881fa71c5ee1bbc470e1dff9548d9 Gitweb: http://git.kernel.org/tip/aff3e49881fa71c5ee1bbc470e1dff9548d9 Author: Paul Turner p...@google.com AuthorDate: Thu, 4 Oct 2012 13:18:30 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:27:23

[tip:sched/core] sched: Aggregate total task_group load

2012-10-24 Thread tip-bot for Paul Turner
Commit-ID: c566e8e9e44b72b53091da20e2dedefc730f2ee2 Gitweb: http://git.kernel.org/tip/c566e8e9e44b72b53091da20e2dedefc730f2ee2 Author: Paul Turner p...@google.com AuthorDate: Thu, 4 Oct 2012 13:18:30 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:27:24

[tip:sched/core] sched: Compute load contribution by a group entity

2012-10-24 Thread tip-bot for Paul Turner
Commit-ID: 8165e145ceb62fc338e099c9b12b3239c83d2f8e Gitweb: http://git.kernel.org/tip/8165e145ceb62fc338e099c9b12b3239c83d2f8e Author: Paul Turner p...@google.com AuthorDate: Thu, 4 Oct 2012 13:18:31 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:27:25

Re: [Xen-devel] [PATCH V5] PVH patches for v3.8.

2012-10-24 Thread Ian Campbell
On Wed, 2012-10-24 at 10:44 +0100, Jan Beulich wrote: On 24.10.12 at 11:34, Ian Campbell ian.campb...@citrix.com wrote: On Wed, 2012-10-24 at 08:13 +0100, Jan Beulich wrote: include/xen/interface/memory.h | 29 ++- include/xen/interface/physdev.h | 10 ++ ...

[tip:sched/core] sched: Maintain runnable averages across throttled periods

2012-10-24 Thread tip-bot for Paul Turner
Commit-ID: f1b17280efbd21873d1db8631117bdbccbcb39a2 Gitweb: http://git.kernel.org/tip/f1b17280efbd21873d1db8631117bdbccbcb39a2 Author: Paul Turner p...@google.com AuthorDate: Thu, 4 Oct 2012 13:18:31 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:27:27

[tip:sched/core] sched: Replace update_shares weight distribution with per-entity computation

2012-10-24 Thread tip-bot for Paul Turner
Commit-ID: 82958366cfea1a50e7e90907b2d55ae29ed69974 Gitweb: http://git.kernel.org/tip/82958366cfea1a50e7e90907b2d55ae29ed69974 Author: Paul Turner p...@google.com AuthorDate: Thu, 4 Oct 2012 13:18:31 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:27:28

[tip:sched/core] sched: Refactor update_shares_cpu() - update_blocked_avgs()

2012-10-24 Thread tip-bot for Paul Turner
Commit-ID: 48a1675323fa1b7844e479ad2a4469f4558c0f79 Gitweb: http://git.kernel.org/tip/48a1675323fa1b7844e479ad2a4469f4558c0f79 Author: Paul Turner p...@google.com AuthorDate: Thu, 4 Oct 2012 13:18:31 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:27:28

pwm pin stays on 1 on mxs after pwm_config(pwm, 0, period); pwm_disable(pwm);

2012-10-24 Thread Uwe Kleine-König
Hello, the leds-pwm driver does the following in its led_pwm_set routine: if (brightness == 0) { pwm_config(led_dat-pwm, 0, period); pwm_disable(led_dat-pwm); } else { pwm_config(led_dat-pwm, brightness * period / max, period);

[tip:sched/core] sched: Update_cfs_shares at period edge

2012-10-24 Thread tip-bot for Paul Turner
Commit-ID: f269ae0469fc882332bdfb5db15d3c1315fe2a10 Gitweb: http://git.kernel.org/tip/f269ae0469fc882332bdfb5db15d3c1315fe2a10 Author: Paul Turner p...@google.com AuthorDate: Thu, 4 Oct 2012 13:18:31 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:27:29

[tip:sched/core] sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking

2012-10-24 Thread tip-bot for Paul Turner
Commit-ID: f4e26b120b9de84cb627bc7361ba43cfdc51341f Gitweb: http://git.kernel.org/tip/f4e26b120b9de84cb627bc7361ba43cfdc51341f Author: Paul Turner p...@google.com AuthorDate: Thu, 4 Oct 2012 13:18:32 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:27:31

Re: + procfs-add-vmflags-field-in-smaps-output-v3-fix-2.patch added to -mm tree

2012-10-24 Thread Cyrill Gorcunov
On Wed, Oct 24, 2012 at 08:47:46PM +1100, Stephen Rothwell wrote: Hi Cyrill, On Wed, 24 Oct 2012 12:45:15 +0400 Cyrill Gorcunov gorcu...@openvz.org wrote: static void show_smap_vma_flags(struct seq_file *m, struct vm_area_struct *vma) { +#define __VM_FLAG(_f, _s) [ilog2(_f)] =

[tip:sched/core] sched: Describe CFS load-balancer

2012-10-24 Thread tip-bot for Peter Zijlstra
Commit-ID: e9c84cb8d5f1b1ea6fcbe6190d51dc84b6975938 Gitweb: http://git.kernel.org/tip/e9c84cb8d5f1b1ea6fcbe6190d51dc84b6975938 Author: Peter Zijlstra pet...@infradead.org AuthorDate: Tue, 3 Jul 2012 13:53:26 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012

Re: [PATCH] Platform: x86: Add Chrome OS Laptop driver

2012-10-24 Thread Corentin Chary
On Wed, Jul 11, 2012 at 12:03 AM, Benson Leung ble...@chromium.org wrote: This adds the chromeos_laptop driver. It supports the Cypress APA SMBUS touchpad as well as the isl29018 i2c ambient light sensor on the Samsung Series 5 550 Chromebook. Signed-off-by: Benson Leung ble...@chromium.org

[Q] CONFIG_INOTIFY_USER doesn't get enabled upon defconfig

2012-10-24 Thread Guennadi Liakhovetski
Hi all CONFIG_INOTIFY_USER is marked default y in fs/notify/inotify/Kconfig, so, I would expect it to be enabled by any make *_defconfig. However, for some reason, this doesn't happen (e.g. with mackerel_defconfig), which leads to non-functional udev, among others. Any idea why this could be

Re: [PATCH 2/2] slab: move kmem_cache_free to common code

2012-10-24 Thread Glauber Costa
On 10/24/2012 12:56 PM, Pekka Enberg wrote: On Mon, Oct 22, 2012 at 5:05 PM, Glauber Costa glom...@parallels.com wrote: +/** + * kmem_cache_free - Deallocate an object + * @cachep: The cache the allocation was from. + * @objp: The previously allocated object. + * + * Free an object which

[tip:perf/core] perf/x86: Make hardware event translations available in sysfs

2012-10-24 Thread tip-bot for Jiri Olsa
Commit-ID: a47473939db20e3961b200eb00acf5fcf084d755 Gitweb: http://git.kernel.org/tip/a47473939db20e3961b200eb00acf5fcf084d755 Author: Jiri Olsa jo...@redhat.com AuthorDate: Wed, 10 Oct 2012 14:53:11 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:41:23

[tip:perf/core] perf/x86: Filter out undefined events from sysfs events attribute

2012-10-24 Thread tip-bot for Jiri Olsa
Commit-ID: 8300daa26755c9a194776778bd822acf1fa2dbf6 Gitweb: http://git.kernel.org/tip/8300daa26755c9a194776778bd822acf1fa2dbf6 Author: Jiri Olsa jo...@redhat.com AuthorDate: Wed, 10 Oct 2012 14:53:12 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:41:24

[tip:perf/core] perf/x86: Add hardware events translations for AMD cpus

2012-10-24 Thread tip-bot for Jiri Olsa
Commit-ID: 0bf79d44133de42af01a70a1700b8bb4b6d3fb92 Gitweb: http://git.kernel.org/tip/0bf79d44133de42af01a70a1700b8bb4b6d3fb92 Author: Jiri Olsa jo...@redhat.com AuthorDate: Wed, 10 Oct 2012 14:53:14 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:41:25

[tip:perf/core] perf/x86: Add hardware events translations for Intel cpus

2012-10-24 Thread tip-bot for Jiri Olsa
Commit-ID: 43c032febde48aabcf6d59f47cdcb7b5debbdc63 Gitweb: http://git.kernel.org/tip/43c032febde48aabcf6d59f47cdcb7b5debbdc63 Author: Jiri Olsa jo...@redhat.com AuthorDate: Wed, 10 Oct 2012 14:53:13 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:41:24

[tip:perf/core] perf/x86: Add hardware events translations for Intel P6 cpus

2012-10-24 Thread tip-bot for Jiri Olsa
Commit-ID: 20550a434583c78f8ff9a2819639e2bacbe58574 Gitweb: http://git.kernel.org/tip/20550a434583c78f8ff9a2819639e2bacbe58574 Author: Jiri Olsa jo...@redhat.com AuthorDate: Wed, 10 Oct 2012 14:53:15 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:41:25

Re: [PATCH] Revert serial: omap: fix software flow control

2012-10-24 Thread Felipe Balbi
Hi Greg, On Tue, Oct 16, 2012 at 08:13:59AM -0700, Tony Lindgren wrote: * Felipe Balbi ba...@ti.com [121016 07:16]: This reverts commit 957ee7270d632245b43f6feb0e70d9a5e9ea6cf6 (serial: omap: fix software flow control). As Russell has pointed out, that commit isn't fixing Software

[tip:perf/core] perf tools: Fix PMU object alias initialization

2012-10-24 Thread tip-bot for Jiri Olsa
Commit-ID: 3fded963cdae12ff891a55efc866437506c3f912 Gitweb: http://git.kernel.org/tip/3fded963cdae12ff891a55efc866437506c3f912 Author: Jiri Olsa jo...@redhat.com AuthorDate: Wed, 10 Oct 2012 14:53:16 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:41:26

Re: [PATCH v3 0/4] ARM: dts: Update OMAP5 with address space and interrupts

2012-10-24 Thread Benoit Cousson
On 10/24/2012 11:27 AM, Sebastien Guiriec wrote: Hi Benoit, On 10/24/2012 11:15 AM, Benoit Cousson wrote: Hi Seb, Sorry, I missed your previous email, your v2 was the right one. We do have a single INTC in every OMAP, there is no point to repeat the same data hundred times. The DTS are

[tip:perf/core] perf test: Add automated tests for pmu sysfs translated events

2012-10-24 Thread tip-bot for Jiri Olsa
Commit-ID: 3f3a20648797c3ff49c6ebfe10747ef0acd37c50 Gitweb: http://git.kernel.org/tip/3f3a20648797c3ff49c6ebfe10747ef0acd37c50 Author: Jiri Olsa jo...@redhat.com AuthorDate: Wed, 10 Oct 2012 14:53:18 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:41:27

[tip:perf/core] perf tools: Add support to specify hw event as PMU event term

2012-10-24 Thread tip-bot for Jiri Olsa
Commit-ID: 1d33d6dce11e2c900daeca8110d56b95f1174188 Gitweb: http://git.kernel.org/tip/1d33d6dce11e2c900daeca8110d56b95f1174188 Author: Jiri Olsa jo...@redhat.com AuthorDate: Wed, 10 Oct 2012 14:53:17 +0200 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012 10:41:27

[tip:perf/urgent] perf/x86/uncore: Handle pci_read_config_dword() errors

2012-10-24 Thread tip-bot for Yan, Zheng
Commit-ID: 032c3851f51141e30de02ed0bc50a7743dfd776d Gitweb: http://git.kernel.org/tip/032c3851f51141e30de02ed0bc50a7743dfd776d Author: Yan, Zheng zheng.z@intel.com AuthorDate: Wed, 24 Oct 2012 16:42:20 +0800 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012

[PATCH] lockd: fix races in per-net NSM client handling

2012-10-24 Thread Stanislav Kinsbursky
This patch fixes two problems: 1) Removes races on NSM creation. 2) Fixes silly misprint on NSM client destruction (usage counter was checked for non-zero value instead of zero). Signed-off-by: Stanislav Kinsbursky skinsbur...@parallels.com --- fs/lockd/mon.c | 35

Re: [PATCH] x86: Improve 64 bit __phys_addr call performance

2012-10-24 Thread Ingo Molnar
* Alexander Duyck alexander.h.du...@intel.com wrote: This patch is meant to improve overall system performance when making use of the __phys_addr call on 64 bit x86 systems. To do this I have implemented several changes. First if CONFIG_DEBUG_VIRTUAL is not defined __phys_addr is made

Re: + procfs-add-vmflags-field-in-smaps-output-v3-fix-2.patch added to -mm tree

2012-10-24 Thread Stephen Rothwell
Hi Cyrill, On Wed, 24 Oct 2012 13:59:59 +0400 Cyrill Gorcunov gorcu...@openvz.org wrote: On Wed, Oct 24, 2012 at 08:47:46PM +1100, Stephen Rothwell wrote: On Wed, 24 Oct 2012 12:45:15 +0400 Cyrill Gorcunov gorcu...@openvz.org wrote: static void show_smap_vma_flags(struct seq_file

Re: [PATCH 2/2] ASoC: ux500_msp_i2s: Fix devm_* and return code merge error

2012-10-24 Thread Mark Brown
On Wed, Oct 24, 2012 at 11:34:00AM +0200, Ulf Hansson wrote: Acked-by: Ulf Hansson ulf.hans...@linaro.org I assume this shall go into 3.7, right? Kind regards Ulf Hansson You may recall that only yesterday I reminded you not to top post... signature.asc Description: Digital signature

Re: make DESTDIR=something -C linux/tools O=somewhere/tools perf_install fails during compile - ../../lib/rbtree.c:24:36: error: linux/rbtree_augmented.h ?

2012-10-24 Thread Ingo Molnar
* Konrad Rzeszutek Wilk konrad.w...@oracle.com wrote: Hey Ingo, Andrew, Michel, etc. Was wondering if you had seen similar errors? I am building perf out-of-tree (so using the O= and -C combination). This did used to work in v3.6. It looks like the libtree_augmented.h is missing somehow?

Re: [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h

2012-10-24 Thread Ingo Molnar
* David Howells dhowe...@redhat.com wrote: Provide a comment in the empty uapi/asm/hw_breakpoint.h to make sure that the patch program doesn't delete it. However, should some part of asm/hw_breakpoint.h actually be exported here, or, possibly, should the entire uapi file be removed? In

[tip:perf/urgent] perf/x86: Remove cpuc- enable check on Intl KNC event enable/disable

2012-10-24 Thread tip-bot for Vince Weaver
Commit-ID: 7d011962afbaa6e572cd8e0dbb7abf773e166e64 Gitweb: http://git.kernel.org/tip/7d011962afbaa6e572cd8e0dbb7abf773e166e64 Author: Vince Weaver vincent.wea...@maine.edu AuthorDate: Wed, 17 Oct 2012 13:04:33 -0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012

[tip:perf/urgent] perf/x86: Enable overflow on Intel KNC with a custom knc_pmu_handle_irq()

2012-10-24 Thread tip-bot for Vince Weaver
Commit-ID: e4074b3049f99c6ad6e1a33e6d93d8ec0652e2c1 Gitweb: http://git.kernel.org/tip/e4074b3049f99c6ad6e1a33e6d93d8ec0652e2c1 Author: Vince Weaver vincent.wea...@maine.edu AuthorDate: Wed, 17 Oct 2012 13:05:45 -0400 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 24 Oct 2012

Re: + procfs-add-vmflags-field-in-smaps-output-v3-fix-2.patch added to -mm tree

2012-10-24 Thread Cyrill Gorcunov
On Wed, Oct 24, 2012 at 09:26:20PM +1100, Stephen Rothwell wrote: Hi Stephen, could you please elaborate, which bad usage hiding could be there? I though it might suppress a warning if someone added an entry with a 2 character string, but testing shows that it does not, so that is OK.

[PATCH] staging: ipack: add missing include (implicit declaration of function 'kfree')

2012-10-24 Thread Sergei Trofimovich
From: Sergei Trofimovich sly...@gentoo.org On ARCH=alpha make allmodconfig: linux-2.6/drivers/staging/ipack/bridges/tpci200.c: In function 'tpci200_free_irq': linux-2.6/drivers/staging/ipack/bridges/tpci200.c:188:2: error: implicit declaration of function 'kfree'

Re: [Xen-devel] [PATCH RFC] Persistent grant maps for xen blk drivers

2012-10-24 Thread Roger Pau Monné
On 23/10/12 20:50, Konrad Rzeszutek Wilk wrote: On Tue, Oct 23, 2012 at 08:09:27PM +0200, Roger Pau Monné wrote: On 23/10/12 19:20, Konrad Rzeszutek Wilk wrote: diff --git a/drivers/block/xen-blkback/blkback.c b/drivers/block/xen-blkback/blkback.c index c6decb9..2b982b2 100644 ---

Re: [RFC PATCH 3.7.0-rc2] dt: match id-table before creating platform device

2012-10-24 Thread Srinivas KANDAGATLA
On 23/10/12 14:15, Rob Herring wrote: Adding lkml. DT patches should go to both lists. On 10/23/2012 05:30 AM, Srinivas KANDAGATLA wrote: From: Srinivas Kandagatla srinivas.kandaga...@st.com As part of of_platform_populate call, the existing code iterates each child node and then creates a

Re: [PATCH] x86/amd: disable way access filter on affected CPUs

2012-10-24 Thread Ingo Molnar
* Andre Przywara andre.przyw...@amd.com wrote: The WAF may hurt the performance of some workloads, caused by aliasing issues in the L1 cache. Disable it on the affected CPUs. Signed-off-by: Andre Przywara andre.przyw...@amd.com --- arch/x86/kernel/cpu/amd.c | 14 ++ 1 file

[Q] console= command line ignored?

2012-10-24 Thread Guennadi Liakhovetski
Hi I cannot seem to force selection of a serial console by specifying console=ttySC0... on the command line with modern (yesterday's next) kernels. The kernel insists on console [tty0] enabled The reason might also well be, that the respective sh-sci driver is only registered later. I'll try

Re: [PATCH 06/19] x86, mm: setup page table in top-down

2012-10-24 Thread Stefano Stabellini
On Tue, 23 Oct 2012, Yinghai Lu wrote: On Tue, Oct 23, 2012 at 5:22 AM, Stefano Stabellini stefano.stabell...@eu.citrix.com wrote: On Mon, 22 Oct 2012, Yinghai Lu wrote: Can you test domU 32bit too? I did not test that, and looks like Jacob only test 64 bit domU too. Sure. It works

[BUG] checkpatch.pl with commit 058806007450489bb8f457b275e5cb5c946320c1

2012-10-24 Thread Jeff Kirsher
With the recent commit to checkpatch.pl: commit 058806007450489bb8f457b275e5cb5c946320c1 Author: Joe Perches j...@perches.com Date: Thu Oct 4 17:13:35 2012 -0700 checkpatch: check networking specific block comment style We are seeing false positive warnings. Here is an example of the

Re: Fix memory leak in sierra_release()

2012-10-24 Thread Bjørn Mork
Lennart Sorensen lsore...@csclub.uwaterloo.ca writes: I found a memory leak in sierra_release() (well sierra_probe() I guess) that looses 8 bytes each time the driver releases a device. Here is the patch to fix it. diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c

Re: [PATCH 02/10] xen/pvh: Fix PVHVM 32-bit bootup problems.

2012-10-24 Thread Stefano Stabellini
On Tue, 23 Oct 2012, Konrad Rzeszutek Wilk wrote: With the split of the 'unsigned int space' in a 'u16 space' and 'u16 foreign_domid' in xen_add_to_physmap the compiler won't write the full 32-bit value in 'space'. Instead it will write a 16-bit value - which is OK. The problem is that we

Re: [PATCH 03/10] xen/hypercall: Make xen_remove_from_physmap the same on 64/32 builds.

2012-10-24 Thread Stefano Stabellini
On Wed, 24 Oct 2012, Ian Campbell wrote: On Tue, 2012-10-23 at 19:12 +0100, Konrad Rzeszutek Wilk wrote: By making the structure exactly the same size and with the same offsets on 64 and 32-bit builds we are future-proofing ourselves. Signed-off-by: Konrad Rzeszutek Wilk

Re: [PATCH 190/193] sound/soc/fsl: remove CONFIG_EXPERIMENTAL

2012-10-24 Thread Mark Brown
On Tue, Oct 23, 2012 at 01:04:23PM -0700, Kees Cook wrote: This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. Applied, thanks. Please use subject lines matching the subsystem.

Re: [PATCH] usb: remove CONFIG_USB_MUSB_HOST etc

2012-10-24 Thread Sekhar Nori
On 10/23/2012 6:09 PM, Felipe Balbi wrote: Hi, On Tue, Oct 23, 2012 at 06:04:53PM +0530, Sekhar Nori wrote: On 10/8/2012 6:47 PM, Constantine Shulyupin wrote: From: Constantine Shulyupin co...@makelinux.com Remove USB configuration in arch/arm/mach-davinci/usb.c accordingly

Re: [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h

2012-10-24 Thread David Howells
Ingo Molnar mi...@kernel.org wrote: Just wondering, have the tools/perf/ issues been solved in your tree, are the x86 UAPI disintegration changes pullable? Did you have a look at the set of five patches I sent? I think those should fix up perf and building tools with O=, but I'm not sure

Re: [BUG 3.7-rc1] nouveau cli-mutex possible recursive locking detected

2012-10-24 Thread Arend van Spriel
On 10/16/2012 02:43 PM, Stanislaw Gruszka wrote: I have this lockdep warning on wireless-testing tree based on 3.7-rc1 (no other patches except wireless bits). = Restarting tasks ... done. [ INFO: possible recursive locking detected ] 3.7.0-rc1-wl+ #2

Re: [PATCH] DMA: PL330: Add runtime pm support

2012-10-24 Thread Vinod Koul
On Wed, 2012-10-17 at 09:42 +0530, Inderpal Singh wrote: At the pl330's probe point the device is already in runtime resume state. Hence to manage the device with runtime, the probe should do pm_runtime_put and remove should do pm_runtime_get to balance with probe. And in between, the device

Re: [PATCH] tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE

2012-10-24 Thread Catalin Marinas
On Tue, Oct 23, 2012 at 10:22:45PM +0100, Jeff King wrote: On Tue, Oct 23, 2012 at 10:09:46PM +0100, Catalin Marinas wrote: It is spelled: git notes add -m comment SHA1 The resulting notes are stored in a separate revision-controlled branch and can be pushed and pulled like

Re: [PATCH] pch_dma: use module_pci_driver to simplify the code

2012-10-24 Thread Vinod Koul
On Wed, 2012-10-10 at 21:04 +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Use the module_pci_driver() macro to make the code simpler by eliminating module_init and module_exit calls. dpatch engine is used to auto generate this patch.

Re: [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h

2012-10-24 Thread Ingo Molnar
* David Howells dhowe...@redhat.com wrote: Ingo Molnar mi...@kernel.org wrote: Just wondering, have the tools/perf/ issues been solved in your tree, are the x86 UAPI disintegration changes pullable? Did you have a look at the set of five patches I sent? I think those should fix up

Re: [PATCH v2] ARM: dm365: replace V4L2_OUT_CAP_CUSTOM_TIMINGS with V4L2_OUT_CAP_DV_TIMINGS

2012-10-24 Thread Sekhar Nori
On 10/23/2012 6:47 PM, Prabhakar Lad wrote: From: Lad, Prabhakar prabhakar@ti.com This patch replaces V4L2_OUT_CAP_CUSTOM_TIMINGS macro with V4L2_OUT_CAP_DV_TIMINGS. As V4L2_OUT_CAP_CUSTOM_TIMINGS is being phased out. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by:

Re: [PATCH v2] ARM: dm365: replace V4L2_OUT_CAP_CUSTOM_TIMINGS with V4L2_OUT_CAP_DV_TIMINGS

2012-10-24 Thread Sergei Shtylyov
On 24.10.2012 15:19, Sekhar Nori wrote: This patch replaces V4L2_OUT_CAP_CUSTOM_TIMINGS macro with V4L2_OUT_CAP_DV_TIMINGS. As V4L2_OUT_CAP_CUSTOM_TIMINGS is being phased out. Signed-off-by: Lad, Prabhakar prabhakar@ti.com Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Cc: Sekhar

Re: [PATCH 02/16 v2] f2fs: add on-disk layout

2012-10-24 Thread Vyacheslav Dubeyko
Hi, On Tue, 2012-10-23 at 11:26 +0900, Jaegeuk Kim wrote: This adds a header file describing the on-disk layout of f2fs. Signed-off-by: Changman Lee cm224@samsung.com Signed-off-by: Chul Lee chur@samsung.com Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com ---

Re: [PATCHv3 5/7] dmaengine: dw_dmac: add PCI part of the driver

2012-10-24 Thread Vinod Koul
On Mon, 2012-10-08 at 18:57 +0530, Viresh Kumar wrote: I agree that there are some parts of your approach which might be having few advantages. But it is actually adding more complexity without much need of it. Logically speaking, we never had two devices for the same dma controller. We are

[PATCH v2] uprobes tracer: Add stack/memory/retval access support

2012-10-24 Thread Hyeoncheol Lee
Event arguments except @SYM are supported for uprobes tracer. They are @ADDR, $stack, $stackN, $retval, and off(arguments). uprobes tracer and kprobes tracer have their own fetch type information tables and fetch type functions. But they share printing type functions and some fetch type functions

Re: [Request for review] Revised delete_module(2) manual page

2012-10-24 Thread Rusty Russell
Michael Kerrisk (man-pages) mtk.manpa...@gmail.com writes: Ping! Rusty (et al.) I'm pretty sure the new page text is okay, but I would like someone knowledgeable to confirm. Yes, sorry, I did read it, and had nothing to add. Ack, Rusty. -- To unsubscribe from this list: send the line

Re: linux-next: manual merge of the modules tree with the tree

2012-10-24 Thread Rusty Russell
Stephen Rothwell s...@canb.auug.org.au writes: Hi Rusty, Today's linux-next merge of the modules tree got a conflict in kernel/module.c between commit caabe240574a (MODSIGN: Move the magic string to the end of a module and eliminate the search) from Linus' tree and commit 0250abdeec54

Re: [PATCH] MODSIGN: Move the magic string to the end of a module and eliminate the search

2012-10-24 Thread Rusty Russell
David Howells dhowe...@redhat.com writes: Rusty Russell ru...@rustcorp.com.au wrote: Meh, I really wanted to separate the module signature locating (my problem) from the decoding and checking (your problem). You could split mod_verify_sig() at the: /* For the moment, only support RSA

[PATCH v2] uprobes tracer: Add stack/memory/retval access support

2012-10-24 Thread Hyeoncheol Lee
Event arguments except @SYM are supported for uprobes tracer. They are @ADDR, $stack, $stackN, $retval, and off(arguments). uprobes tracer and kprobes tracer have their own fetch type information tables and fetch type functions. But they share printing type functions and some fetch type functions

Re: [PATCH 1/4] module: add syscall to load module from fd

2012-10-24 Thread Rusty Russell
Lucas De Marchi lucas.demar...@profusion.mobi writes: On Tue, Oct 23, 2012 at 1:42 PM, Kees Cook keesc...@chromium.org wrote: On Mon, Oct 22, 2012 at 9:08 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: sure... but do you realize this will fail in case kernel is checking module

Re: [PATCH V2 6/7] perf, x86: Use LBR call stack to get user callchain

2012-10-24 Thread Yan, Zheng
On 10/24/2012 04:57 PM, Stephane Eranian wrote: On Wed, Oct 24, 2012 at 7:59 AM, Yan, Zheng zheng.z@intel.com wrote: From: Yan, Zheng zheng.z@intel.com Try enabling the LBR call stack feature if event request recording callchain. Try utilizing the LBR call stack to get user callchain

Re: [PATCH 2/2] arm: mvebu: Add hardware I/O Coherency support

2012-10-24 Thread Arnd Bergmann
On Wednesday 24 October 2012, Gregory CLEMENT wrote: +void __init armada_370_xp_coherency_iocache_init(void) +{ + /* When the coherency fabric is available, the Armada XP and +* Aramada 370 are close to a coherent architecture, so we based +* our dma ops on the coherent

[PATCH v6] posix timers: allocate timer id per process

2012-10-24 Thread Stanislav Kinsbursky
This patch is required CRIU project (www.criu.org). To migrate processes with posix timers we have to make sure, that we can restore posix timer with proper id. Currently, this is not true, because timer ids are allocated globally. So, this is precursor patch and it's purpose is make posix timer

Re: Apparent serious progressive ext4 data corruption bug in 3.6.3 (and other stable branches?)

2012-10-24 Thread Nix
On 24 Oct 2012, Theodore Ts'o stated: Journal flushes outside of an unmount does happen as part of online resizing, the FIBMAP ioctl, or when the file system is frozen. But it didn't sound like Toralf or Nix was using any of those features. Quite so -- the corrupted

Re: Apparent serious progressive ext4 data corruption bug in 3.6.3 (and other stable branches?)

2012-10-24 Thread Nix
On 24 Oct 2012, Hugh Dickins verbalised: On Wed, 24 Oct 2012, Theodore Ts'o wrote: Journal flushes outside of an unmount does happen as part of online resizing, the FIBMAP ioctl, or when the file system is frozen. But it didn't sound like Toralf or Nix was using any of those features.

Re: [PATCH V2 6/7] perf, x86: Use LBR call stack to get user callchain

2012-10-24 Thread Stephane Eranian
On Wed, Oct 24, 2012 at 1:23 PM, Yan, Zheng zheng.z@intel.com wrote: On 10/24/2012 04:57 PM, Stephane Eranian wrote: On Wed, Oct 24, 2012 at 7:59 AM, Yan, Zheng zheng.z@intel.com wrote: From: Yan, Zheng zheng.z@intel.com Try enabling the LBR call stack feature if event request

Re: [PATCH 2/2] i2c: i2c-ocores: Add support for the GRLIB port of the controller and custom getreg and setreg functions

2012-10-24 Thread Peter Korsgaard
Andreas == Andreas Larsson andr...@gaisler.com writes: Are all platforms using i2c-ocores guaranteed to provide ioread32be / iowrite32be or should we stick an #ifdef CONFIG_SPARC around it? Andreas As far as I can see, after digging around, the only platforms that Andreas have

Re: [PATCH 2/2] arm: mvebu: Add hardware I/O Coherency support

2012-10-24 Thread Gregory CLEMENT
On 10/24/2012 01:36 PM, Arnd Bergmann wrote: On Wednesday 24 October 2012, Gregory CLEMENT wrote: +void __init armada_370_xp_coherency_iocache_init(void) +{ + /* When the coherency fabric is available, the Armada XP and +* Aramada 370 are close to a coherent architecture, so we

Re: [PATCH 2/2] arm: mvebu: Add hardware I/O Coherency support

2012-10-24 Thread Gregory CLEMENT
On 10/24/2012 10:25 AM, Andrew Lunn wrote: On Wed, Oct 24, 2012 at 10:04:01AM +0200, Gregory CLEMENT wrote: Armada 370 and XP come with an unit called coherency fabric. This unit allows to use the Armada XP as a nearly coherent architecture. The coherency mechanism uses snoop filters to ensure

Re: [PATCH V2 6/7] perf, x86: Use LBR call stack to get user callchain

2012-10-24 Thread Yan, Zheng
On 10/24/2012 07:47 PM, Stephane Eranian wrote: On Wed, Oct 24, 2012 at 1:23 PM, Yan, Zheng zheng.z@intel.com wrote: On 10/24/2012 04:57 PM, Stephane Eranian wrote: On Wed, Oct 24, 2012 at 7:59 AM, Yan, Zheng zheng.z@intel.com wrote: From: Yan, Zheng zheng.z@intel.com Try

Re: [PATCH 2/2] arm: mvebu: Add hardware I/O Coherency support

2012-10-24 Thread Gregory CLEMENT
On 10/24/2012 01:48 PM, Gregory CLEMENT wrote: On 10/24/2012 01:36 PM, Arnd Bergmann wrote: On Wednesday 24 October 2012, Gregory CLEMENT wrote: +void __init armada_370_xp_coherency_iocache_init(void) +{ + /* When the coherency fabric is available, the Armada XP and +* Aramada

Re: [PATCH 1/2] arm: plat-orion: Add coherency attribute when setup mbus target

2012-10-24 Thread Thomas Petazzoni
On Wed, 24 Oct 2012 10:04:00 +0200, Gregory CLEMENT wrote: Recent SoC such as Armada 370/XP came with the possibility to deal with the I/O coherency by hardware. In this case the transaction attribute of the window must be flagged as Shared transaction. Once this flag is set, then the

[GIT PULL] pinctrl patches for v3.7-rc3+

2012-10-24 Thread Linus Walleij
Hi Linus, here are some accumulated pinctrl patches since -rc1, with a verboser description in the (signed) tag. Please pull them in! Yours, Linus Walleij The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in

[PATCH V2 0/6] Fix thermal bugs and Upstream ST-Ericsson thermal driver

2012-10-24 Thread hongbo.zhang
From: hongbo.zhang hongbo.zh...@linaro.com V1-V2 Changes: DB8500 thermal dirver: Accept comments from Francesco Lavra and Viresh Kumar, and split platform and driver parts into separate patches. Thermal layer: Cancel the patch for deferring bind due to new patch for generic cpu cooling layer to

[PATCH V2 1/6] Thermal: add indent for code alignment.

2012-10-24 Thread hongbo.zhang
From: hongbo.zhang hongbo.zh...@linaro.com The curly bracket should be aligned with corresponding if else statements. Signed-off-by: hongbo.zhang hongbo.zh...@linaro.com Reviewed-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/thermal/cpu_cooling.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH V2 2/6] Thermal: make sure cpufreq cooling register after cpufreq driver

2012-10-24 Thread hongbo.zhang
From: hongbo.zhang hongbo.zh...@linaro.com The cpufreq works as a cooling device, so the cooling layer should check if the cpufreq driver is initialized or not. Signed-off-by: hongbo.zhang hongbo.zh...@linaro.com --- drivers/thermal/cpu_cooling.c | 4 1 file changed, 4 insertions(+) diff

[PATCH V2 4/6] Thermal: Remove the cooling_cpufreq_list.

2012-10-24 Thread hongbo.zhang
From: hongbo.zhang hongbo.zh...@linaro.com Problem of using this list is that the cpufreq_get_max_state callback will be called when register cooling device by thermal_cooling_device_register, but this list isn't ready at this moment. What's more, there is no need to maintain such a list, we can

[PATCH V2 5/6] Thermal: Add ST-Ericsson DB8500 thermal dirver.

2012-10-24 Thread hongbo.zhang
From: hongbo.zhang hongbo.zh...@linaro.com This diver is based on the thermal management framework in thermal_sys.c. A thermal zone device is created with the trip points to which cooling devices can be bound, the current cooling device is cpufreq, e.g. CPU frequency is clipped down to cool the

[PATCH V2 6/6] Thermal: Add ST-Ericsson DB8500 thermal properties and platform data.

2012-10-24 Thread hongbo.zhang
From: hongbo.zhang hongbo.zh...@linaro.com This patch adds device tree properties for ST-Ericsson DB8500 thermal driver, also adds the platform data to support the old fashion. Signed-off-by: hongbo.zhang hongbo.zh...@linaro.com --- .../devicetree/bindings/thermal/db8500-thermal.txt | 40

[PATCH V2 3/6] Thermal: fix bug of counting cpu frequencies.

2012-10-24 Thread hongbo.zhang
From: hongbo.zhang hongbo.zh...@linaro.com In the while loop for counting cpu frequencies, if table[i].frequency equals CPUFREQ_ENTRY_INVALID, index i won't be increased, so this leads to an endless loop, what's more the index i cannot be referred as cpu frequencies number if there is

Re: [PATCH 02/11] perf: Do not get values from disabled counters in group format read

2012-10-24 Thread Peter Zijlstra
On Tue, 2012-10-23 at 18:50 +0200, Jiri Olsa wrote: On Tue, Oct 23, 2012 at 06:13:09PM +0200, Peter Zijlstra wrote: On Sat, 2012-10-20 at 16:33 +0200, Jiri Olsa wrote: It's possible some of the counters in the group could be disabled when sampling member of the event group is reading

Re: [PATCH 11/16] f2fs: add inode operations for special inodes

2012-10-24 Thread Arnd Bergmann
On Wednesday 24 October 2012, Dave Chinner wrote: On Wed, Oct 17, 2012 at 12:50:11PM +, Arnd Bergmann wrote: On Tuesday 16 October 2012, Jaegeuk Kim wrote: IIRC, fs2fs uses 4k inodes, so IMO per-inode xattr tress with internal storage before spilling to an external block is probably

Re: [PATCH v3 1/5] zynq: use GIC device tree bindings

2012-10-24 Thread Arnd Bergmann
On Wednesday 24 October 2012, Josh Cartwright wrote: The Zynq uses the cortex-a9-gic. This eliminates the need to hardcode register addresses. Signed-off-by: Josh Cartwright josh.cartwri...@ni.com Cc: John Linn john.l...@xilinx.com Acked-by: Arnd Bergmann a...@arndb.de -- To unsubscribe

Re: [PATCH v3 2/5] zynq: use pl310 device tree bindings

2012-10-24 Thread Arnd Bergmann
On Wednesday 24 October 2012, Josh Cartwright wrote: The Zynq has a PL310 L2 cache controller. Convert in-tree uses to using the device tree. Signed-off-by: Josh Cartwright josh.cartwri...@ni.com Cc: John Linn john.l...@xilinx.com Acked-by: Arnd Bergmann a...@arndb.de -- To unsubscribe

Re: [PATCH v3 3/5] zynq: remove use of CLKDEV_LOOKUP

2012-10-24 Thread Arnd Bergmann
On Wednesday 24 October 2012, Josh Cartwright wrote: The Zynq support in mainline does not (yet) make use of any of the generic clk or clk lookup functionality. Remove what is upstream for now, until the out-of-tree implementation is in suitable form for merging. An important side effect

[PATCH v2] staging/comedi: Use pr_ or dev_ printks in drivers/unioxx5.c

2012-10-24 Thread YAMANE Toshiaki
fixed below checkpatch warnings. - WARNING: Prefer netdev_err(netdev, ... then dev_err(dev, ... then pr_err(... to printk(KERN_ERR ... - WARNING: Prefer netdev_info(netdev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... and added pr_fmt. Signed-off-by: YAMANE Toshiaki

Re: [PATCH v3 4/5] ARM: annotate VMALLOC_END definition with _AC

2012-10-24 Thread Arnd Bergmann
On Wednesday 24 October 2012, Josh Cartwright wrote: This makes the definition of VMALLOC_END suitable for use within assembly code. This is necessary to allow the use of VMALLOC_END in defining where the early uart is mapped for use with DEBUG_LL. Signed-off-by: Josh Cartwright

Re: [PATCH v3 5/5] zynq: move static peripheral mappings

2012-10-24 Thread Arnd Bergmann
On Wednesday 24 October 2012, Josh Cartwright wrote: Shifting them up into the vmalloc region prevents the following warning, when booting a zynq qemu target with more than 512mb of RAM: BUG: mapping for 0xe000 at 0xe000 out of vmalloc space In addition, it allows for reuse of

Re: [PATCH v3 0/5] zynq subarch cleanups

2012-10-24 Thread Arnd Bergmann
On Wednesday 24 October 2012, Josh Cartwright wrote: Things have been relatively quiet on the Zynq front lately. This patchset does a bit of cleanup of the Zynq subarchitecture. It was the necessary set of things I had to do to get a zynq target booting with the upstream qemu model.

Re: [PATCH V2 6/7] perf, x86: Use LBR call stack to get user callchain

2012-10-24 Thread Stephane Eranian
On Wed, Oct 24, 2012 at 1:52 PM, Yan, Zheng zheng.z@intel.com wrote: On 10/24/2012 07:47 PM, Stephane Eranian wrote: On Wed, Oct 24, 2012 at 1:23 PM, Yan, Zheng zheng.z@intel.com wrote: On 10/24/2012 04:57 PM, Stephane Eranian wrote: On Wed, Oct 24, 2012 at 7:59 AM, Yan, Zheng

Re: [PATCH] Bluetooth: Add support for BCM20702A0 [0b05, 17b5]

2012-10-24 Thread Gustavo Padovan
Hi Jeff, * Jeff Cook j...@deserettechnology.com [2012-10-24 03:29:59 -0600]: Hello all, Please see included patch. First-time submitter so let me know if I did something wrong. Your patch is good, but you need to improve the way you submit it. We recommend using 'git send-email' like

Re: [PATCH 02/11] perf: Do not get values from disabled counters in group format read

2012-10-24 Thread Jiri Olsa
On Wed, Oct 24, 2012 at 02:01:18PM +0200, Peter Zijlstra wrote: On Tue, 2012-10-23 at 18:50 +0200, Jiri Olsa wrote: On Tue, Oct 23, 2012 at 06:13:09PM +0200, Peter Zijlstra wrote: On Sat, 2012-10-20 at 16:33 +0200, Jiri Olsa wrote: It's possible some of the counters in the group could be

Re: [PATCH] x86, add hypervisor name to dump_stack()

2012-10-24 Thread Prarit Bhargava
On 10/24/2012 05:49 AM, Ingo Molnar wrote: * Prarit Bhargava pra...@redhat.com wrote: Debugging crash, panics, stack trace WARN_ONs, etc., from both virtual and bare-metal boots can get difficult very quickly. While there are ways to decipher the output and determine if the output is

3.6.0 kernel - ext4 corruption, or?

2012-10-24 Thread Justin Piszcz
Hi, I read there was a bug in 3.6.2, is there also one in 3.6.0, or can someone help explain this? I did boot systemrescuecd 3.0.0 and ran fsck.ext4 -f partition and there were no errors reported. Seems the inode for the directory is missing? # grep 10.0.0.11 -r /etc

[PATCH v2]scripts/tags.sh: Add magic for declarations of popular kernel type

2012-10-24 Thread Kirill Tkhai
1)Add magic for declarations of variables of popular kernel type like spinlock_t, list_head, wait_queue_head_t and other. 2)Add a set of specially handled declaration extentions like __attribute, __aligned and other. 3)Simplify pci_bus_* magic Signed-off-by: Kirill V Tkhai tk...@yandex.ru ---

<    6   7   8   9   10   11   12   13   14   15   >