arch/x86/Kconfig: not select X86_MPPARSE when SFI is present

2012-10-25 Thread Bin Gao
MPS tables are not needed for systems that have proper ACPI support. This is also true for systems that have SFI in place. So this patch is to exclude X86_MPPARSE when either ACPI or SFI is present. Signed-off-by: Bin Gao bin@intel.com --- arch/x86/Kconfig |2 +- 1 files changed, 1

Re: [sqlite] light weight write barriers

2012-10-25 Thread Theodore Ts'o
On Thu, Oct 25, 2012 at 12:18:47AM -0500, Nico Williams wrote: By trusting fsync(). And if you don't care about immediate Durability you can run the fsync() in a background thread and mark the associated transaction as completed in the next transaction to be written after the fsync()

Re: Kdump with signed images

2012-10-25 Thread Mimi Zohar
On Wed, 2012-10-24 at 13:36 -0400, Vivek Goyal wrote: On Tue, Oct 23, 2012 at 09:19:27AM -0700, Eric W. Biederman wrote: Vivek Goyal vgo...@redhat.com writes: On Tue, Oct 23, 2012 at 09:18:54AM -0400, Vivek Goyal wrote: [..] There are 3 options for trusting /sbin/kexec. There

Re: [RFC][PATCH] sched: Fix a deadlock of cpu-hotplug

2012-10-25 Thread Srivatsa S. Bhat
On 10/25/2012 09:02 AM, Michael Wang wrote: On 10/24/2012 05:38 PM, Peter Zijlstra wrote: On Wed, 2012-10-24 at 17:25 +0800, Huacai Chen wrote: We found poweroff sometimes fails on our computers, so we have the lock debug options configured. Then, when we do poweroff or take a cpu down via

Re: [PATCH] exec: do not leave bprm-interp on stack

2012-10-25 Thread Kees Cook
On Wed, Oct 24, 2012 at 9:16 PM, Al Viro v...@zeniv.linux.org.uk wrote: On Wed, Oct 24, 2012 at 04:20:32PM -0700, Kees Cook wrote: If a series of scripts are executed, each triggering module loading via unprintable bytes in the script header, kernel stack contents can leak into the command

Re: [PATCH v2 1/3] drivers: bus: ocp2scp: add pdata support

2012-10-25 Thread Felipe Balbi
Hi, On Wed, Oct 24, 2012 at 05:48:07PM -0700, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [121016 09:53]: * Kishon Vijay Abraham I kis...@ti.com [121007 23:01]: ocp2scp was not having pdata support which makes *musb* fail for non-dt boot in OMAP platform. The pdata will have

Re: [PATCH 000/193] remove CONFIG_EXPERIMENTAL

2012-10-25 Thread Kees Cook
On Wed, Oct 24, 2012 at 6:25 PM, valdis.kletni...@vt.edu wrote: On Tue, 23 Oct 2012 13:01:13 -0700, Kees Cook said: This config item has not carried much meaning for a while now and is almost always enabled by default (especially in distro builds). As agreed during the Linux kernel summit, it

[PATCH] serial/arc-uart: Add new driver

2012-10-25 Thread Vineet.Gupta1
From: Vineet Gupta vgu...@synopsys.com Driver for non-standard on-chip UART, instantiated in the ARC (Synopsys) FPGA Boards such as ARCAngel4/ML50x Signed-off-by: Vineet Gupta vgu...@synopsys.com --- drivers/tty/serial/Kconfig | 25 ++ drivers/tty/serial/Makefile |1 +

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

2012-10-25 Thread Linus Walleij
On Thu, Oct 25, 2012 at 2:04 AM, Linus Torvalds torva...@linux-foundation.org wrote: On Wed, Oct 24, 2012 at 4:57 AM, Linus Walleij linus.wall...@linaro.org wrote: here are some accumulated pinctrl patches since -rc1, with a verboser description in the (signed) tag. Hmm. Your description

Re: [PATCH] ARM: dt: tegra: ventana: define pinmux for ddc

2012-10-25 Thread Mark Zhang
On 10/23/2012 01:14 AM, Stephen Warren wrote: On 10/22/2012 01:29 AM, Mark Zhang wrote: On 10/19/2012 11:48 PM, Stephen Warren wrote: On 10/18/2012 11:58 PM, Mark Zhang wrote: Define pinmux for DDC. The DDC pinmux in Ventana is 2 pins in I2C2. +++ b/arch/arm/boot/dts/tegra20-ventana.dts

[PATCH v4] serial/arc-uart: Add New Driver

2012-10-25 Thread Vineet.Gupta1
From: Vineet Gupta vgu...@synopsys.com Hi Greg, Rebased off of tty-next and verfied that it builds fine. Please consider applying. Thanks, Vineet v4: * UAPI disintegration fallout for serial_core.h * rebased off of tty-next v3: * Removed empty arc_serial_set_ldisc() * More set_termios fixes -

Re: [PATCH] aoe: avoid using skb member after dev_queue_xmit

2012-10-25 Thread Dan Carpenter
On Wed, Oct 24, 2012 at 03:08:07PM -0700, Andrew Morton wrote: On Wed, 24 Oct 2012 14:26:13 -0400 Ed Cashin ecas...@coraid.com wrote: After calling dev_queue_xmit it is no longer safe to access the members of the skb. Reported-by: Dan Carpenter dan.carpen...@oracle.com hm, that was

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

2012-10-25 Thread Linus Walleij
On Thu, Oct 25, 2012 at 8:31 AM, Linus Walleij linus.wall...@linaro.org wrote: On Thu, Oct 25, 2012 at 2:04 AM, Linus Torvalds torva...@linux-foundation.org wrote: On Wed, Oct 24, 2012 at 4:57 AM, Linus Walleij linus.wall...@linaro.org wrote: here are some accumulated pinctrl patches since

[RFC] cpufreq: Make sure target freq is within limits

2012-10-25 Thread Viresh Kumar
Hi Rafael, __cpufreq_driver_target() must not pass target frequency beyond the limits of current policy. Today most of cpufreq platform drivers are doing this check in their target routines. Why not move it to __cpufreq_driver_target(). I wanted to get your opinion on this before making changes

Re: [RFC v2 0/2] vmevent: A bit reworked pressure attribute + docs + man page

2012-10-25 Thread Minchan Kim
Hi Anton, On Mon, Oct 22, 2012 at 04:19:28AM -0700, Anton Vorontsov wrote: Hi all, So this is the second RFC. The main change is that I decided to go with discrete levels of the pressure. I am very happy with that because I already have yelled it several time. When I started writing the

Re: [PATCH 06/21] ocfs2: drop vmtruncate

2012-10-25 Thread Marco Stornelli
2012/10/25 Joel Becker jl...@evilplan.org: On Tue, Oct 23, 2012 at 02:48:38PM +0200, Marco Stornelli wrote: 2012/10/23 Joel Becker jl...@evilplan.org: On Tue, Oct 23, 2012 at 10:58:42AM +0200, Marco Stornelli wrote: 2012/10/23 Joel Becker jl...@evilplan.org: On Sat, Oct 20, 2012 at

[PATCH] Staging: csr: bh: fixing spaces coding style issues

2012-10-25 Thread Chihau Chau
Fixed some coding style issues replacing spaces for tab at the end of some lines Signed-off-by: Chihau Chau chi...@gmail.com --- drivers/staging/csr/bh.c | 19 +-- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/drivers/staging/csr/bh.c

Re: [tip:x86/urgent] x86, mm: Find_early_table_space based on ranges that are actually being mapped

2012-10-25 Thread Yinghai Lu
On Wed, Oct 24, 2012 at 2:49 PM, tip-bot for Jacob Shin jacob.s...@amd.com wrote: Commit-ID: 844ab6f993b1d32eb40512503d35ff6ad0c57030 Gitweb: http://git.kernel.org/tip/844ab6f993b1d32eb40512503d35ff6ad0c57030 Author: Jacob Shin jacob.s...@amd.com AuthorDate: Wed, 24 Oct 2012 14:24:44

[PATCH 2/3] powerpc/book3e: support kgdb for kernel space

2012-10-25 Thread Tiejun Chen
Currently we need to skip this for supporting KGDB. Signed-off-by: Tiejun Chen tiejun.c...@windriver.com --- arch/powerpc/kernel/exceptions-64e.S |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/exceptions-64e.S

[PATCH 1/3] powerpc/book3e: load critical/machine/debug exception stack

2012-10-25 Thread Tiejun Chen
We always alloc critical/machine/debug check exceptions. This is different from the normal exception. So we should load these exception stack properly like we did for booke. Signed-off-by: Tiejun Chen tiejun.c...@windriver.com --- arch/powerpc/kernel/exceptions-64e.S | 27

[PATCH 3/3] kgdb/kgdbts: support ppc64

2012-10-25 Thread Tiejun Chen
We can't look up the address of the entry point of the function simply via that function symbol for all architectures. For PPC64 ABI, actually there is a function descriptors structure. A function descriptor is a three doubleword data structure that contains the following values: * The

Re: [RFC] Kdump with signed images

2012-10-25 Thread Kees Cook
On Wed, Oct 24, 2012 at 10:43 PM, Mimi Zohar zo...@linux.vnet.ibm.com wrote: On Wed, 2012-10-24 at 13:19 -0400, Vivek Goyal wrote: On Tue, Oct 23, 2012 at 09:44:59AM -0700, Eric W. Biederman wrote: Matthew Garrett m...@redhat.com writes: On Tue, Oct 23, 2012 at 10:59:20AM -0400, Vivek

Re: [RFC v2 0/2] vmevent: A bit reworked pressure attribute + docs + man page

2012-10-25 Thread Pekka Enberg
On Thu, Oct 25, 2012 at 9:40 AM, Minchan Kim minc...@kernel.org wrote: Your description doesn't include why we need new vmevent_fd(2). Of course, it's very flexible and potential to add new VM knob easily but the thing we is about to use now is only VMEVENT_ATTR_PRESSURE. Is there any other

[PATCH V2] ARM: dt: tegra: ventana: define pinmux for ddc

2012-10-25 Thread Mark Zhang
Tegra 2's I2C2 controller can be routed to either the PTA or DDC pin group on Ventana. So: - Remove the HDMI function definition of pta pingroup - Define child i2c adapters(ddc pta) for I2C2 controller Signed-off-by: Mark Zhang ma...@nvidia.com --- arch/arm/boot/dts/tegra20-ventana.dts | 69

[PATCH] staging: csr: Fix coding style

2012-10-25 Thread SeongJae Park
Fix coding style for csr_log.h Signed-off-by: SeongJae Park sj38.p...@gmail.com --- drivers/staging/csr/csr_log.h | 165 - 1 file changed, 80 insertions(+), 85 deletions(-) diff --git a/drivers/staging/csr/csr_log.h b/drivers/staging/csr/csr_log.h index

Re: [sqlite] light weight write barriers

2012-10-25 Thread david
On Thu, 25 Oct 2012, Theodore Ts'o wrote: On Thu, Oct 25, 2012 at 12:18:47AM -0500, Nico Williams wrote: By trusting fsync(). And if you don't care about immediate Durability you can run the fsync() in a background thread and mark the associated transaction as completed in the next

Re: shmem_getpage_gfp VM_BUG_ON triggered. [3.7rc2]

2012-10-25 Thread Hugh Dickins
On Thu, 25 Oct 2012, Ni zhan Chen wrote: On 10/25/2012 12:36 PM, Hugh Dickins wrote: On Wed, 24 Oct 2012, Dave Jones wrote: Machine under significant load (4gb memory used, swap usage fluctuating) triggered this... WARNING: at mm/shmem.c:1151 shmem_getpage_gfp+0xa5c/0xa70()

Re: [RFC] Kdump with signed images

2012-10-25 Thread Mimi Zohar
On Wed, 2012-10-24 at 23:44 -0700, Kees Cook wrote: On Wed, Oct 24, 2012 at 10:43 PM, Mimi Zohar zo...@linux.vnet.ibm.com wrote: On Wed, 2012-10-24 at 13:19 -0400, Vivek Goyal wrote: On Tue, Oct 23, 2012 at 09:44:59AM -0700, Eric W. Biederman wrote: Matthew Garrett m...@redhat.com writes:

Re: [PATCH] dt: add helper function to read u8 u16 variables arrays

2012-10-25 Thread Viresh Kumar
On 12 October 2012 23:31, Viresh Kumar viresh.ku...@linaro.org wrote: This adds following helper routines: - of_property_read_u8_array() - of_property_read_u16_array() - of_property_read_u8() - of_property_read_u16() First two actually share most of the code with

Re: lots of suspicious RCU traces

2012-10-25 Thread Frederic Weisbecker
2012/10/25 Sergey Senozhatsky sergey.senozhat...@gmail.com: On (10/25/12 00:32), Frederic Weisbecker wrote: First of all, thanks a lot for your report. 2012/10/24 Sergey Senozhatsky sergey.senozhat...@gmail.com: On (10/24/12 20:06), Oleg Nesterov wrote: On 10/24, Sergey Senozhatsky wrote:

Re: [PATCH v2] Support Elan Touchscreen eKTF product.

2012-10-25 Thread Dmitry Torokhov
On Thu, Oct 25, 2012 at 12:32:39PM +0800, 劉嘉駿 wrote: Hi Dmitry, Thanks for review. -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Thursday, October 25, 2012 2:13 AM To: Scott Liu Cc: linux-in...@vger.kernel.org;

Re: [sqlite] light weight write barriers

2012-10-25 Thread david
On Thu, 25 Oct 2012, Theodore Ts'o wrote: On Wed, Oct 24, 2012 at 03:03:00PM -0700, da...@lang.hm wrote: Like what is being described for sqlite, loosing the tail end of the messages is not a big problem under normal conditions. But there is a need to be sure that what is there is complete up

Re: [PATCH v6] Enable USB peripheral mode on dm365 EVM

2012-10-25 Thread Felipe Balbi
Hi, On Wed, Oct 10, 2012 at 02:33:32PM +0200, Constantine Shulyupin wrote: From: Constantine Shulyupin co...@makelinux.com Sets USB PHY clock source to 24 MHz clock and call USB configuration from board initialization. Tested with OTG configuration, usb gadget g_zero on DM365 EVM

Re: [BUG] lkvm crash on crashkernel boot

2012-10-25 Thread Pekka Enberg
On Wed, Oct 24, 2012 at 6:27 PM, Kirill A. Shutemov kirill.shute...@linux.intel.com wrote: Hi, I've tried to play with kexec using lkvm. Unfortunately, lkvm crashes when I try to switch to crashkernel. I use Linus tree + penberg/kvmtool/next + one x86 mm patch[1]. Kernel is defconfig +

Re: [RFC][PATCH 00/16] sched: SCHED_DEADLINE v6

2012-10-25 Thread Ingo Molnar
* Juri Lelli juri.le...@gmail.com wrote: kernel/sched/dl.c | 1650 I've got a stupid nit here: please make that deadline.c. Same for cpudl.c. (Just to stop future generations from wondering why the Linux scheduler has a downloading

[PATCH] net/ipv4/ipconfig: add device address to a KERN_INFO message

2012-10-25 Thread Claudio Fontana
adds a hwaddr to the IP-Config: Complete KERN_INFO message with the dev_addr of the device selected for auto configuration. Signed-off-by: Claudio Fontana claudio.font...@huawei.com --- net/ipv4/ipconfig.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] net/ipv4/ipconfig: add device address to a KERN_INFO message

2012-10-25 Thread David Miller
From: Claudio Fontana claudio.font...@huawei.com Date: Thu, 25 Oct 2012 09:13:49 +0200 - pr_info( device=%s, addr=%pI4, mask=%pI4, gw=%pI4\n, - ic_dev-name, ic_myaddr, ic_netmask, ic_gateway); + + pr_info( device=%s, hwaddr=%*phC, ipaddr=%pI4, mask=%pI4, gw=%pI4\n, +

Re: [Xen-devel] linux-next: Tree for Oct 24 (xen)

2012-10-25 Thread Jan Beulich
On 24.10.12 at 23:33, Randy Dunlap rdun...@xenotime.net wrote: On 10/23/2012 09:19 PM, Stephen Rothwell wrote: Hi all, Changes since 201201023: on x86_64: drivers/built-in.o: In function `dbgp_reset_prep': (.text+0xb96b5): undefined reference to `xen_dbgp_reset_prep'

Re: [PATCH 2/6] pinctrl: Update clock handling for the pinctrl-nomadik GPIO driver

2012-10-25 Thread Lee Jones
On Wed, 24 Oct 2012, Linus Walleij wrote: On Wed, Oct 24, 2012 at 4:45 PM, Lee Jones lee.jo...@linaro.org wrote: The clock framework has changed somewhat and it's now better to invoke clock_prepare_enable() and clk_disable_unprepare() rather than the legacy clk_enable() and clk_disable()

Re: [GIT PULL 00/12] perf/core improvements and fixes

2012-10-25 Thread Ingo Molnar
* Arnaldo Carvalho de Melo a...@infradead.org wrote: Hi Ingo, Please consider pulling. I'll continue processing patchsets by Jiri, Namhyung, David, Irina and others tomorrow. I also have to rework the pagefaults patches, as the code it touches changed lately, will

Re: [Xen-devel] [PATCH 4/5] xen: arm: implement remap interfaces needed for privcmd mappings.

2012-10-25 Thread Ian Campbell
On Thu, 2012-10-25 at 01:07 +0100, Mukesh Rathor wrote: On Wed, 24 Oct 2012 16:44:11 -0700 Mukesh Rathor mukesh.rat...@oracle.com wrote: #ifndef HYPERVISOR_VIRT_START diff --git a/include/xen/interface/memory.h b/include/xen/interface/memory.h index ad0dff5..5de2b36 100644

Re: [PATCH 2/5] vtime: Provide an irq safe version of vtime_account_system()

2012-10-25 Thread Ingo Molnar
I've Cc:-ed the S390 folks - patch is quoted below. Thanks, Ingo * Frederic Weisbecker fweis...@gmail.com wrote: vtime_account_system() currently has only one caller with vtime_account() that is irq safe. Now we are going to call it from other places like kvm, so let's provide

Re: [PATCH 3/5] kvm: Directly account vtime to system on guest switch

2012-10-25 Thread Christian Borntraeger
On 25/10/12 02:51, Frederic Weisbecker wrote: Switching to or from guest context is done on ioctl context. So by the time we call kvm_guest_enter() or kvm_guest_exit() we know we are not running the idle task. As a result, we can directly account the cputime using

Re: [PATCH v8 2/5] ipc: add sysctl to specify desired next object id

2012-10-25 Thread Stanislav Kinsbursky
25.10.2012 01:41, Andrew Morton пишет: On Wed, 24 Oct 2012 19:35:09 +0400 Stanislav Kinsbursky skinsbur...@parallels.com wrote: This patch adds 3 new variables and sysctls to tune them (by one next_id variable for messages, semaphores and shared memory respectively). This variable can be used

Re: [tip:x86/urgent] x86, mm: Find_early_table_space based on ranges that are actually being mapped

2012-10-25 Thread Ingo Molnar
* Yinghai Lu ying...@kernel.org wrote: On Wed, Oct 24, 2012 at 2:49 PM, tip-bot for Jacob Shin jacob.s...@amd.com wrote: Commit-ID: 844ab6f993b1d32eb40512503d35ff6ad0c57030 Gitweb: http://git.kernel.org/tip/844ab6f993b1d32eb40512503d35ff6ad0c57030 Author: Jacob Shin

[tip:perf/core] perf tools: Diplays more output on features check for make V=1

2012-10-25 Thread tip-bot for Jiri Olsa
Commit-ID: 28d213bac4649a1868fa78dab2d3b1ef09235171 Gitweb: http://git.kernel.org/tip/28d213bac4649a1868fa78dab2d3b1ef09235171 Author: Jiri Olsa jo...@redhat.com AuthorDate: Tue, 9 Oct 2012 17:50:01 +0200 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 24 Oct 2012

Re: [PATCH 3/5] kvm: Directly account vtime to system on guest switch

2012-10-25 Thread Frederic Weisbecker
2012/10/25 Christian Borntraeger borntrae...@de.ibm.com: On 25/10/12 02:51, Frederic Weisbecker wrote: Switching to or from guest context is done on ioctl context. So by the time we call kvm_guest_enter() or kvm_guest_exit() we know we are not running the idle task. As a result, we can

Re: [PATCH 2/2] input: gpio-keys: Add runtime support

2012-10-25 Thread Lee Jones
On Fri, 12 Oct 2012, Linus Walleij wrote: On Thu, Oct 11, 2012 at 4:22 PM, Shubhrajyoti Datta omaplinuxker...@gmail.com wrote: @@ -526,6 +527,7 @@ static int gpio_keys_open(struct input_dev *input) { struct gpio_keys_drvdata *ddata = input_get_drvdata(input); +

Re: [PATCH 2/6] pinctrl: Update clock handling for the pinctrl-nomadik GPIO driver

2012-10-25 Thread Linus Walleij
On 10/25/2012 09:31 AM, Lee Jones wrote: This certainly doesn't fix the bug we spoke about. I believe Ulf is still working on that one. So do you want me to remove this patch? Yeah drop it for now. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe

Re: [RFC][PATCH 0/5] tools, perf: Fix up for x86 UAPI disintegration

2012-10-25 Thread David Howells
Borislav Petkov b...@alien8.de wrote: David, where can get that x86 UAPI disintegration patch? The tip tree has it in branch x86/uapi or you can get it from: git://git.infradead.org/users/dhowells/linux-headers.git branch disintegrate-x86 or tag disintegrate-x86-20121009. I've posted

Re: arch/x86/Kconfig: not select X86_MPPARSE when SFI is present

2012-10-25 Thread Ingo Molnar
* Bin Gao bin@linux.intel.com wrote: MPS tables are not needed for systems that have proper ACPI support. This is also true for systems that have SFI in place. So this patch is to exclude X86_MPPARSE when either ACPI or SFI is present. Signed-off-by: Bin Gao bin@intel.com ---

[GIT PULL] at91: fixes for 3.7-rc3

2012-10-25 Thread Nicolas Ferre
Arnd, Olof, This is the first Atmel AT91 fixes update for the 3.7 kernel. The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556: Linux 3.7-rc2 (2012-10-20 12:11:32 -0700) are available in the git repository at: git://github.com/at91linux/linux-at91.git

Re: [PATCH 3/5] kvm: Directly account vtime to system on guest switch

2012-10-25 Thread Christian Borntraeger
On 25/10/12 09:56, Frederic Weisbecker wrote: [...] * s390 doesn't disable irqs in its implementation of vtime_account(). If vtime_account() in kvm races with an irq, the pending time might be accounted twice. With vtime_account_system_irqsafe() we are protected. We disable irqs before we

[tip:perf/core] Account the nr_entries in rblist properly

2012-10-25 Thread tip-bot for Suzuki K. Poulose
Commit-ID: 03f2f93ae00762eb881424df1c688d034fd341ee Gitweb: http://git.kernel.org/tip/03f2f93ae00762eb881424df1c688d034fd341ee Author: Suzuki K. Poulose suz...@in.ibm.com AuthorDate: Fri, 31 Aug 2012 12:39:18 +0530 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 24

[tip:perf/core] perf tools: Try to find cross-built objdump path

2012-10-25 Thread tip-bot for Irina Tirdea
Commit-ID: 68e94f4eb56d92ccb617a98fcac5e575702ec4fd Gitweb: http://git.kernel.org/tip/68e94f4eb56d92ccb617a98fcac5e575702ec4fd Author: Irina Tirdea irina.tir...@intel.com AuthorDate: Tue, 16 Oct 2012 02:33:38 +0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed, 24

Re: [PATCH 2/2] input: gpio-keys: Add runtime support

2012-10-25 Thread Linus Walleij
On Thu, Oct 25, 2012 at 9:57 AM, Lee Jones lee.jo...@linaro.org wrote: On Fri, 12 Oct 2012, Linus Walleij wrote: Yours, Linus Walleij Friendly poke. This makes it look like you're poking me as I'm in the To: field but I suspect the intent must be to poke Dmitry ... I was just providing

[tip:perf/core] perf test: Align the 'Ok'/'FAILED!' test results

2012-10-25 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 9a8e85ad0b61ec0720df7d24392163c2a12626d0 Gitweb: http://git.kernel.org/tip/9a8e85ad0b61ec0720df7d24392163c2a12626d0 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Wed, 24 Oct 2012 15:44:41 -0200 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed,

Re: [PATCH] RFC: leds-pwm: don't disable pwm when setting brightness to 0

2012-10-25 Thread Shawn Guo
On Wed, Oct 24, 2012 at 03:52:46PM +0200, Uwe Kleine-König wrote: This fixes disabling the LED on i.MX28. The PWM hardware delays using the newly set pwm-config until the beginning of a new period. It's very likely that pwm_disable is called before the current period ends. In case the LED was

[tip:perf/core] perf trace: Support interrupted syscalls

2012-10-25 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 752fde44fd1c4a411d709c7d4ad0f121f427f234 Gitweb: http://git.kernel.org/tip/752fde44fd1c4a411d709c7d4ad0f121f427f234 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Sat, 6 Oct 2012 18:43:19 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed,

[tip:perf/core] perf trace: Add an event duration column

2012-10-25 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: 60c907abc635622964f7862c8f2977182124f89d Gitweb: http://git.kernel.org/tip/60c907abc635622964f7862c8f2977182124f89d Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Wed, 24 Oct 2012 17:24:47 -0200 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed,

[tip:perf/core] perf trace: Add duration filter

2012-10-25 Thread tip-bot for Arnaldo Carvalho de Melo
Commit-ID: ae9ed03579c9745e85a88e80522770df7ae5c9b7 Gitweb: http://git.kernel.org/tip/ae9ed03579c9745e85a88e80522770df7ae5c9b7 Author: Arnaldo Carvalho de Melo a...@redhat.com AuthorDate: Mon, 8 Oct 2012 09:56:00 -0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed,

[tip:perf/core] perf tools: Try to build Documentation when installing

2012-10-25 Thread tip-bot for Borislav Petkov
Commit-ID: af3df2cf17f5df079189c3cc88870d28e219496b Gitweb: http://git.kernel.org/tip/af3df2cf17f5df079189c3cc88870d28e219496b Author: Borislav Petkov borislav.pet...@amd.com AuthorDate: Fri, 28 Sep 2012 19:47:07 +0200 Committer: Arnaldo Carvalho de Melo a...@redhat.com CommitDate: Wed,

[PATCH] Staging: android: binder: Fixed multi-line strings

2012-10-25 Thread Anmol Sarma
Changed all user visible multi-line strings to single line. Removed 'binder:' prefix on stings. Signed-off-by: Anmol Sarma unmole...@gmail.com --- drivers/staging/android/binder.c | 358 +++--- 1 file changed, 143 insertions(+), 215 deletions(-) diff --git

RE: [PATCH 0/3] f2fs: move proc files to debugfs

2012-10-25 Thread Jaegeuk Kim
On Tue, Oct 23, 2012 at 11:20:55AM -0700, Greg KH wrote: Here are 3 patches, moving the proc file usage on f2fs to debugfs. The first one fixes a bug in the gc.h file preventing it from being able to be included by any other files. The second patch moves all current proc file accesses

Re: [PATCH] [RESEND 2] Take over futex of dead task only if FUTEX_WAITERS is not set

2012-10-25 Thread Thomas Gleixner
On Wed, 24 Oct 2012, Darren Hart wrote: On 10/23/2012 01:29 PM, Thomas Gleixner wrote: Now the proposed change - if (unlikely(ownerdied || !(curval FUTEX_TID_MASK))) { + if (unlikely(ownerdied || + !(curval (FUTEX_TID_MASK | FUTEX_WAITERS {

Re: [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung

2012-10-25 Thread Daniel Vetter
On Thu, Oct 25, 2012 at 7:22 AM, Justin P. Mattock justinmatt...@gmail.com wrote: here is a link to the file..: intel_error_decode http://www.filefactory.com/file/22bypyjhs4mx I haven't figured out how to access this thing. Can you please file a bug report on bugs.freedesktop.org and attach it

Re: [PATCH v2] Enable A20 using KBC for some MSI laptops to fix S3 resume

2012-10-25 Thread Ondrej Zary
On Wednesday 24 October 2012, H. Peter Anvin wrote: On 10/24/2012 02:16 PM, Ondrej Zary wrote: Some MSI laptop BIOSes are broken - INT 15h code uses port 92h to enable A20 line but resume code assumes that KBC was used. The laptop will not resume from S3 otherwise but powers off after a

Re: [PATCH] [RESEND 2] Take over futex of dead task only if FUTEX_WAITERS is not set

2012-10-25 Thread Darren Hart
On 10/25/2012 01:14 AM, Thomas Gleixner wrote: On Wed, 24 Oct 2012, Darren Hart wrote: On 10/23/2012 01:29 PM, Thomas Gleixner wrote: Nah. I'm just too paranoid to apply any futex patch w/o understanding the root cause of it. Darn, if I only could remember how that stale waiters bit issue

Re: [PATCHv3 0/6] dw_dmac: few cleanups to the driver

2012-10-25 Thread Vinod Koul
On Thu, 2012-10-18 at 17:34 +0300, Andy Shevchenko wrote: There are few cleanups to the driver which partialy acked and reviewed. Since v2: - add one more clean up (patch 6/6) - make a separate patch to WARN a user in dwc_handle_error (suggested by Felipe Balbi) - add a description

Re: [PATCH 2/2] input: gpio-keys: Add runtime support

2012-10-25 Thread Lee Jones
On Thu, 25 Oct 2012, Linus Walleij wrote: On Thu, Oct 25, 2012 at 9:57 AM, Lee Jones lee.jo...@linaro.org wrote: On Fri, 12 Oct 2012, Linus Walleij wrote: Yours, Linus Walleij Friendly poke. This makes it look like you're poking me as I'm in the To: field but I suspect the intent

Re: [PATCH 2/6] pinctrl: Update clock handling for the pinctrl-nomadik GPIO driver

2012-10-25 Thread Lee Jones
On Thu, 25 Oct 2012, Linus Walleij wrote: On 10/25/2012 09:31 AM, Lee Jones wrote: This certainly doesn't fix the bug we spoke about. I believe Ulf is still working on that one. So do you want me to remove this patch? Yeah drop it for now. Actually, a quick question before I do: If

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

2012-10-25 Thread Hongbo Zhang
[...] +/* Callback to get temperature changing trend */ +static int db8500_sys_get_trend(struct thermal_zone_device *thermal, + int trip, enum thermal_trend *trend) +{ + struct db8500_thermal_zone *pzone = thermal-devdata; + + *trend = pzone-trend; + +

Re: [PATCH 2/2] input: gpio-keys: Add runtime support

2012-10-25 Thread Dmitry Torokhov
On Thu, Oct 25, 2012 at 09:21:45AM +0100, Lee Jones wrote: On Thu, 25 Oct 2012, Linus Walleij wrote: On Thu, Oct 25, 2012 at 9:57 AM, Lee Jones lee.jo...@linaro.org wrote: On Fri, 12 Oct 2012, Linus Walleij wrote: Yours, Linus Walleij Friendly poke. This makes it look

[PATCH v4 -tip 0/3] x86, MSI, AHCI: Support multiple MSIs

2012-10-25 Thread Alexander Gordeev
Hi Ingo, I am resending this series with changes based on your review of v3: I have not noticed that v3 2/5 patch x86, MSI: Allocate as many multiple IRQs as requested is redundant, since the AHCI code tries to allocate maximum possible number of MSIs. As there are

[PATCH v3] Add support for AMD64 EDAC on multiple PCI domains

2012-10-25 Thread Daniel J Blueman
The AMD Northbridge initialisation code and EDAC assume the Northbridge IDs are contiguous, which no longer holds on federated systems with multiple HyperTransport fabrics and multiple PCI domains, eg on Numascale's Numaconnect systems with NumaChip. Address this assumption by searching the

Re: [RFC 1/2] vmevent: Implement pressure attribute

2012-10-25 Thread Minchan Kim
On Wed, Oct 24, 2012 at 07:23:21PM -0700, Anton Vorontsov wrote: Hello Pekka, Thanks for taking a look into this! On Wed, Oct 24, 2012 at 12:03:10PM +0300, Pekka Enberg wrote: On Mon, 22 Oct 2012, Anton Vorontsov wrote: This patch introduces VMEVENT_ATTR_PRESSURE, the attribute reports

[PATCH v4 -tip 1/3] x86, MSI: Support multiple MSIs in presense of IRQ remapping

2012-10-25 Thread Alexander Gordeev
The MSI specification has several constraints in comparison with MSI-X, most notable of them is the inability to configure MSIs independently. As a result, it is impossible to dispatch interrupts from different queues to different CPUs. This is largely devalues the support of multiple MSIs in SMP

[PATCH v4 -tip 2/3] PCI, MSI: Enable multiple MSIs with pci_enable_msi_block_auto()

2012-10-25 Thread Alexander Gordeev
The new function pci_enable_msi_block_auto() tries to allocate maximum possible number of MSIs up to the number the device supports. It generalizes a pattern when pci_enable_msi_block() is contiguously called until it succeeds or fails. Opposite to pci_enable_msi_block() which takes the number of

[PATCH v4 -tip 3/3] AHCI: Support multiple MSIs

2012-10-25 Thread Alexander Gordeev
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 CPUs rather than on a single one. In cases when

Re: RE: [PATCH] extcon : callback function to read cable property

2012-10-25 Thread MyungJoo Ham
Subject: Re: [PATCH] extcon : callback function to read cable property On 10/19/2012 12:13 PM, Tc, Jenny wrote: The rold of extcon inform only attached/detached state of extcon consumer driver from extcon provider driver. After extcon consumer driver detect the state of cable

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

2012-10-25 Thread Viresh Kumar
On 25 October 2012 13:56, Hongbo Zhang hongbo.zh...@linaro.org wrote: While replying to mails, don't remove lines like above. They help identifying who wrote what. [...] +/* Callback to get temperature changing trend */ +static int db8500_sys_get_trend(struct thermal_zone_device *thermal,

Re: [RFC v2 0/2] vmevent: A bit reworked pressure attribute + docs + man page

2012-10-25 Thread Minchan Kim
Hi Pekka, On Thu, Oct 25, 2012 at 09:44:52AM +0300, Pekka Enberg wrote: On Thu, Oct 25, 2012 at 9:40 AM, Minchan Kim minc...@kernel.org wrote: Your description doesn't include why we need new vmevent_fd(2). Of course, it's very flexible and potential to add new VM knob easily but the thing

Re: [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung

2012-10-25 Thread Chris Wilson
On Thu, 25 Oct 2012 10:16:08 +0200, Daniel Vetter dan...@ffwll.ch wrote: On Thu, Oct 25, 2012 at 7:22 AM, Justin P. Mattock justinmatt...@gmail.com wrote: here is a link to the file..: intel_error_decode http://www.filefactory.com/file/22bypyjhs4mx I haven't figured out how to access

Re: [PATCH 01/26] pstore: allow for big files

2012-10-25 Thread Tatulea, Dragos
On Tue, Oct 23, 2012 at 7:48 PM, Kees Cook keesc...@chromium.org wrote: On Tue, Oct 23, 2012 at 6:47 AM, Irina Tirdea irina.tir...@intel.com wrote: From: Adrian Hunter adrian.hun...@intel.com pstore reads all files into memory at mount time. To allow for back ends that will store

[PATCH] x86: remove obsolete comment from asm/xen/hypervisor.h

2012-10-25 Thread Olaf Hering
Signed-off-by: Olaf Hering o...@aepfle.de --- arch/x86/include/asm/xen/hypervisor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/include/asm/xen/hypervisor.h b/arch/x86/include/asm/xen/hypervisor.h index 66d0fff..125f344 100644 --- a/arch/x86/include/asm/xen/hypervisor.h +++

mfd: rc5t583-irq.c build warning: array subscript is above array bounds

2012-10-25 Thread Axel Lin
hi Laxman, I got below compile warning when build this driver. CC drivers/mfd/rc5t583-irq.o drivers/mfd/rc5t583-irq.c: In function 'rc5t583_irq_sync_unlock': drivers/mfd/rc5t583-irq.c:227: warning: array subscript is above array bounds drivers/mfd/rc5t583-irq.c: In function

[PATCH] xen PVonHVM: move shared_info to reserved memory area

2012-10-25 Thread Olaf Hering
This is a respin of 00e37bdb0113a98408de42db85be002f21dbffd3 (xen PVonHVM: move shared_info to MMIO before kexec). Currently kexec in a PVonHVM guest fails with a triple fault because the new kernel overwrites the shared info page. The exact failure depends on the size of the kernel image. This

Re: [PATCH v4 -tip 3/3] AHCI: Support multiple MSIs

2012-10-25 Thread Ingo Molnar
* Alexander Gordeev agord...@redhat.com 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

Re: [RFC v2 0/2] vmevent: A bit reworked pressure attribute + docs + man page

2012-10-25 Thread Anton Vorontsov
Hello Minchan, Thanks a lot for the email! On Thu, Oct 25, 2012 at 03:40:09PM +0900, Minchan Kim wrote: [...] What applications (well, activity managers) are really interested in is this: 1. Do we we sacrifice resources for new memory allocations (e.g. files cache)? 2. Does the

Re: [PATCH V2 7/7] perf, x86: Discard zero length call entries in LBR call stack

2012-10-25 Thread Namhyung Kim
Hi, On Wed, 24 Oct 2012 13:59:10 +0800, Zheng Yan wrote: From: Yan, Zheng zheng.z@intel.com Zero length calls may confuse the hardware and make the recorded call stack incorrect. Try fixing the call stack by discarding zero length call entries. It would be great adding an explanation

Re: [PATCHv4] Input: keypad: Add smsc ece1099 keypad driver

2012-10-25 Thread Sourav
Hi Dmitry, On Wednesday 24 October 2012 12:05 PM, Dmitry Torokhov wrote: Hi Sourav, On Fri, Oct 05, 2012 at 12:56:26PM +0530, Sourav Poddar wrote: From: G, Manjunath Kondaiah manj...@ti.com SMSC ECE1099 is a keyboard scan or GPIO expansion device.The device supports a keypad scan matrix of

Re: [Xen-devel] [PATCH] xen PVonHVM: move shared_info to reserved memory area

2012-10-25 Thread Jan Beulich
On 25.10.12 at 11:04, Olaf Hering o...@aepfle.de wrote: @@ -1495,38 +1494,53 @@ asmlinkage void __init xen_start_kernel(void) #endif } -void __ref xen_hvm_init_shared_info(void) Was the __ref here in fact unnecessary (i.e. did you check that its removal doesn't cause any section

[PATCH] mm: fix build warning in try_to_unmap_cluster()

2012-10-25 Thread Jingoo Han
: introduce mm_find_pmd(). Signed-off-by: Jingoo Han jg1@samsung.com Cc: Bob Liu lliu...@gmail.com --- This patch is based on linux-next-20121025 code tree. mm/rmap.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/mm/rmap.c b/mm/rmap.c index 6c686c2..98b100e 100644

Re: [PATCH] add some drop_caches documentation and info messsge

2012-10-25 Thread Borislav Petkov
On Wed, Oct 24, 2012 at 08:56:45PM -0400, KOSAKI Motohiro wrote: That effectively means removing it from the kernel since distros ship with those config options off. We don't want to do that since there _are_ valid, occasional uses like benchmarking that we want to be consistent.

RE: RE: [PATCH] extcon : callback function to read cable property

2012-10-25 Thread Tc, Jenny
Subject: Re: RE: [PATCH] extcon : callback function to read cable property For charger cable the current each cable can provide will be common. But may not be relevant for other cables. I understand your point on extcon role. But my concern is, when the consumer driver gets a

Re: [PATCH v4 -tip 3/3] AHCI: Support multiple MSIs

2012-10-25 Thread Alexander Gordeev
On Thu, Oct 25, 2012 at 11:09:57AM +0200, Ingo Molnar wrote: Has Jeff acked this patch? Yep, http://lkml.indiana.edu/hypermail/linux/kernel/1210.0/00795.html -- Regards, Alexander Gordeev agord...@redhat.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH v3 05/10] compiler{,-gcc4}.h, bug.h: Remove duplicate macros

2012-10-25 Thread Borislav Petkov
On Wed, Oct 24, 2012 at 11:33:56AM -0500, danielfsan...@att.net wrote: __linktime_error() does the same thing as __compiletime_error() and is only used in bug.h. Since the macro defines a function attribute that will cause a failure at compile-time (not link-time), it makes more sense to keep

Re: [RFC v2 0/2] vmevent: A bit reworked pressure attribute + docs + man page

2012-10-25 Thread Anton Vorontsov
On Thu, Oct 25, 2012 at 02:08:14AM -0700, Anton Vorontsov wrote: [...] Maybe it makes sense to implement something like PRESSURE_MILD with an additional nr_pages threshold, which basically hits the kernel about how many easily reclaimable pages userland has (that would be a part of our

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

2012-10-25 Thread Arend van Spriel
On 10/24/2012 02:45 PM, Arend van Spriel wrote: On 10/24/2012 01:14 PM, Arend van Spriel wrote: 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).

[PATCH] x86, intel, power: Modify the MSR_IA32_ENERGY_PERF_BIAS message from warning to info

2012-10-25 Thread Ivan Hu
Intel IA32 program guild doesn't mention that this MSR should be set by BIOS, instead, it mentions Software can use whatever criteria it sees fit to program the MSR with the appropriate value.. Discuss with IBV, they'd like to keep this MSR as default, and let OS to change value if desired. This

  1   2   3   4   5   6   7   8   9   10   >