[Patch Part1 v7 17/38] irq_remapping: Clean up unused MSI related code

2015-01-19 Thread Jiang Liu
Now MSI interrupt has been converted to new hierarchy irqdomain interfaces, so kill legacy MSI related code and interfaces. Signed-off-by: Jiang Liu jiang@linux.intel.com Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Greg Kroah-Hartman

RE: [PATCH net-next 1/7] r8152: adjust rx_bottom

2015-01-19 Thread Hayes Wang
David Miller [mailto:da...@davemloft.net] Sent: Tuesday, January 20, 2015 10:52 AM [...] agg-list is not local, you have to use a spinlock to protect modifications to it, some other sites which modify agg-list do take the lock properly. You cannot modify a list like agg-list without

Re: [PATCH 1/2] IPVS: add wlib wlip schedulers

2015-01-19 Thread Julian Anastasov
Hello, On Sat, 17 Jan 2015, Chris Caputo wrote: From: Chris Caputo ccap...@alt.net IPVS wlib (Weighted Least Incoming Byterate) and wlip (Weighted Least Incoming Packetrate) schedulers, updated for 3.19-rc4. The IPVS estimator uses 2-second timer to update the stats,

Re: [PATCH v6 5/7] sched/fair: fix idle balance when remaining tasks are all non-CFS tasks

2015-01-19 Thread Wanpeng Li
On Mon, Jan 19, 2015 at 09:48:45AM -0800, Tim Chen wrote: On Mon, 2015-01-19 at 13:45 +0100, Peter Zijlstra wrote: On Wed, Nov 26, 2014 at 08:44:05AM +0800, Wanpeng Li wrote: The overload indicator is used for knowing when we can totally avoid load balancing to a cpu that is about to go idle.

Re: [PATCH v9 3/3] clk: Add floor and ceiling constraints to clock rates

2015-01-19 Thread Stephen Boyd
On 01/19, Tomeu Vizoso wrote: Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set ceiling rates, or by misc. drivers to set floor rates to assure a minimum performance level. Changes the signature of the determine_rate callback by

[Patch Part1 v7 04/38] x86/MSI: Use new irqdomain interfaces to allocate/free IRQ

2015-01-19 Thread Jiang Liu
Use new irqdomain interfaces to allocate/free IRQ for PCI MSI, so we could kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ later. Signed-off-by: Jiang Liu jiang@linux.intel.com Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Joerg Roedel j...@8bytes.org Cc: Greg

Re: [PATCH v7 07/17] ARM64 / ACPI: Disable ACPI if FADT revision is less than 5.1

2015-01-19 Thread Hanjun Guo
On 2015年01月19日 19:50, Catalin Marinas wrote: On Wed, Jan 14, 2015 at 03:04:55PM +, Hanjun Guo wrote: --- a/arch/arm64/kernel/acpi.c +++ b/arch/arm64/kernel/acpi.c [...] @@ -64,8 +88,13 @@ void __init acpi_boot_table_init(void) return; /* Initialize the ACPI

[Patch Part1 v7 02/38] x86/irq: Use hierarchy irqdomain to manage CPU interrupt vectors

2015-01-19 Thread Jiang Liu
Abstract CPU local APIC as an interrupt controller and create an irqdomain for it to manage CPU interrupt vectors. It's the base to enable hierarchy irqdomain on x86 systems. Eventually we will build a irqdomain hierarchy as below: IOAPIC domain---| MSI/MSI-x domain-- [Inerrupt Remapping

[Patch Part1 v7 01/38] x86/irq: Save destination CPU ID in irq_cfg

2015-01-19 Thread Jiang Liu
Cache destination CPU APIC ID into struct irq_cfg when assigning vector for interrupt. Upper layer just needs to read the cached APIC ID instead of calling apic-cpu_mask_to_apicid_and(), it helps to hide APIC driver details from IOAPIC/HPET/MSI drivers.. Signed-off-by: Jiang Liu

[Patch Part1 v7 05/38] x86/uv: Use new irqdomain interfaces to allocate/free IRQ

2015-01-19 Thread Jiang Liu
Use new irqdomain interfaces to allocate/free IRQ, so we could kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ later. Signed-off-by: Jiang Liu jiang@linux.intel.com Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Joerg Roedel j...@8bytes.org Cc: Greg Kroah-Hartman

[Patch Part1 v7 03/38] x86/hpet: Use new irqdomain interfaces to allocate/free IRQ

2015-01-19 Thread Jiang Liu
Use new irqdomain interfaces to allocate/free IRQ for HPET, so we could kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ later. Signed-off-by: Jiang Liu jiang@linux.intel.com Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Joerg Roedel j...@8bytes.org Cc: Greg

[PATCH] brcmfmac: avoid duplicated suspend/resume operation

2015-01-19 Thread Fu, Zhonghui
From 04d3fa673897ca4ccbea6c76836d0092dba2484a Mon Sep 17 00:00:00 2001 From: Zhonghui Fu zhonghui...@linux.intel.com Date: Tue, 20 Jan 2015 11:14:13 +0800 Subject: [PATCH] brcmfmac: avoid duplicated suspend/resume operation WiFi chip has 2 SDIO functions, and PM core will trigger twice

Re: [PATCHv8 2/9] devfreq: event: Add resource-managed function for devfreq-event device

2015-01-19 Thread Chanwoo Choi
On 01/20/2015 01:46 PM, MyungJoo Ham wrote: This patch add the resource-managed function for devfreq-event device as following functions. The devm_devfreq_event_add_edev() manages automatically the memory of devfreq-event device using resource management. - devm_devfreq_event_add_edev()

Re: [PATCHv8 2/9] devfreq: event: Add resource-managed function for devfreq-event device

2015-01-19 Thread MyungJoo Ham
This patch add the resource-managed function for devfreq-event device as following functions. The devm_devfreq_event_add_edev() manages automatically the memory of devfreq-event device using resource management. - devm_devfreq_event_add_edev() - devm_devfreq_event_remove_edev() Cc:

Re: [PATCH 7/8] gpio/mpc8xxx: Convert to platform device interface.

2015-01-19 Thread Peter Korsgaard
Ricardo == Ricardo Ribalda Delgado ricardo.riba...@gmail.com writes: This way we do not need to transverse the device tree manually. Cc: Linus Walleij linus.wall...@linaro.org Cc: Alexandre Courbot gnu...@gmail.com Cc: Grant Likely grant.lik...@linaro.org Cc: Rob Herring

Re: [PATCH v3 2/8] mfd: Add atmel-st driver

2015-01-19 Thread Alexandre Belloni
Hi Lee, On 19/01/2015 at 09:42:24 +, Lee Jones wrote : On Mon, 12 Jan 2015, Alexandre Belloni wrote: The Atmel System Timer IP available on the at91rm9200 exposes both a timer and a watchdog. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by:

Re: [PATCH v4 2/5] ARM:sunxi:drivers:input Add support for A10/A20 PS2

2015-01-19 Thread Dmitry Torokhov
On Mon, Jan 19, 2015 at 11:37:38AM +0530, Vishnu Patekar wrote: Hello Dmitry, Thank you for review comments. Please see in-lined. On Sun, Jan 18, 2015 at 3:55 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Vishnu, On Fri, Jan 16, 2015 at 07:33:38PM +0530, Vishnu Patekar

Re: [PATCH] MAINTAINERS: Update rydberg's addresses

2015-01-19 Thread Benjamin Tissoires
On Mon, Jan 19, 2015 at 7:13 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: On Mon, Jan 19, 2015 at 04:08:19PM -0500, Benjamin Tissoires wrote: On Fri, Dec 19, 2014 at 4:06 AM, Henrik Rydberg rydb...@bitmath.org wrote: My ISP finally gave up on the old mail address, so I am moving things

[PATCH v3 8/8] devicetree: bindings: Document qcom,lcc

2015-01-19 Thread Stephen Boyd
From: Rajendra Nayak rna...@codeaurora.org Document the LPASS (low power audio subsystem) clock controller found on Qualcomm devices. Cc: devicet...@vger.kernel.org Signed-off-by: Rajendra Nayak rna...@codeaurora.org Signed-off-by: Kumar Gala ga...@codeaurora.org Signed-off-by: Stephen Boyd

RE: [PATCH net-next 1/7] r8152: adjust rx_bottom

2015-01-19 Thread Hayes Wang
David Miller [mailto:da...@davemloft.net] Sent: Tuesday, January 20, 2015 5:14 AM [...] - r8152_submit_rx(tp, agg, GFP_ATOMIC); + if (!ret) { + ret = r8152_submit_rx(tp, agg, GFP_ATOMIC); + } else { +

[Patch Part1 v7 10/38] irq_remapping/vt-d: Enhance Intel IR driver to suppport hierarchy irqdomain

2015-01-19 Thread Jiang Liu
Enhance Intel interrupt remapping driver to support hierarchy irqdomain, it will simplify the code eventually. It also implements intel_ir_chip to support stacked irq_chip. Signed-off-by: Jiang Liu jiang@linux.intel.com Acked-by: Joerg Roedel jroe...@suse.de Cc: Konrad Rzeszutek Wilk

[Patch Part1 v7 11/38] irq_remapping/amd: Enhance AMD IR driver to suppport hierarchy irqdomain

2015-01-19 Thread Jiang Liu
Enhance AMD interrupt remapping driver to support hierarchy irqdomain, it will simplify the code eventually. Signed-off-by: Jiang Liu jiang@linux.intel.com Acked-by: Joerg Roedel jroe...@suse.de Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Greg

Re: [PATCH 1/6] selftests: Introduce minimal shared logic for running tests

2015-01-19 Thread Michael Ellerman
On Mon, 2015-01-19 at 09:39 -0700, Shuah Khan wrote: On 01/18/2015 05:35 PM, Michael Ellerman wrote: On Fri, 2015-01-16 at 10:53 -0700, Shuah Khan wrote: On 01/09/2015 02:06 AM, Michael Ellerman wrote: This adds a Make include file which most selftests can then include to get the

[Patch Part1 v7 13/38] x86/MSI: Use hierarchy irqdomain to manage MSI interrupts

2015-01-19 Thread Jiang Liu
Enhance MSI code to support hierarchy irqdomain, it helps to make the architecture more clear. Signed-off-by: Jiang Liu jiang@linux.intel.com Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc:

[Patch Part1 v7 08/38] irq_remapping: Introduce new interfaces to support hierarchy irqdomain

2015-01-19 Thread Jiang Liu
Introduce new interfaces for interrupt remapping drivers to support hierarchy irqdomain: 1) irq_remapping_get_ir_irq_domain(): get irqdomain associated with an interrupt remapping unit. IOAPIC/HPET drivers use this interface to get parent interrupt remapping irqdomain. 2)

[Patch Part1 v7 06/38] x86/htirq: Use new irqdomain interfaces to allocate/free IRQ

2015-01-19 Thread Jiang Liu
Use new irqdomain interfaces to allocate/free IRQ for HTIRQ, so we could kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ later. This patch changes the interfaces between arch independent PCI driver and arch specific code. Currently HT_IRQ is only enabled on x86, so it shouldn't break other architectures.

[Patch Part1 v7 07/38] x86/dmar: Use new irqdomain interfaces to allocate/free IRQ

2015-01-19 Thread Jiang Liu
Use new irqdomain interfaces to allocate/free IRQ for DMAR and interrupt remapping, so we could kill GENERIC_IRQ_LEGACY_ALLOC_HWIRQ later. The private definition of irq_alloc_hwirqs()/irq_free_hwirqs() are temporary solution, it will be removed once we have converted interrupt remapping driver to

[Patch Part1 v7 18/38] x86/MSI: Clean up unused MSI related code and interfaces

2015-01-19 Thread Jiang Liu
Now MSI interrupt has been converted to new hierarchy irqdomain interfaces, so kill legacy MSI related code and interfaces. Signed-off-by: Jiang Liu jiang@linux.intel.com Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Joerg Roedel j...@8bytes.org Cc:

[Patch Part1 v7 16/38] irq_remapping/amd: Clean up unused MSI related code

2015-01-19 Thread Jiang Liu
Now MSI interrupt has been converted to new hierarchy irqdomain interfaces, so kill legacy MSI related code. Signed-off-by: Jiang Liu jiang@linux.intel.com Acked-by: Joerg Roedel jroe...@suse.de Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Greg

[Patch Part1 v7 14/38] x86/irq: Directly call native_compose_msi_msg() for DMAR IRQ

2015-01-19 Thread Jiang Liu
DMAR interrupt won't be remapped by interrupt remapping hardware, so directly call native_compose_msi_msg() for DMAR IRQ to compose MSI message data. This will help to simplify MSI code later. Signed-off-by: Jiang Liu jiang@linux.intel.com Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc:

Re: RCU CPU stall console spews leads to soft lockup disabled is reasonable ?

2015-01-19 Thread Paul E. McKenney
On Tue, Jan 20, 2015 at 11:17:01AM +0800, Zhang Zhen wrote: On 2015/1/19 19:09, Paul E. McKenney wrote: On Mon, Jan 19, 2015 at 05:04:29PM +0800, Zhang Zhen wrote: On 2015/1/19 16:42, Paul E. McKenney wrote: On Mon, Jan 19, 2015 at 04:07:15PM +0800, Zhang Zhen wrote: Hi, On my x86_64

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

2015-01-19 Thread Stephen Rothwell
Hi Paul, Today's linux-next merge of the audit tree got a conflict in kernel/auditsc.c between commit 4a92843601ad (audit: correctly record file names with different path name types) and fcf22d8267ad (audit: create private file name copies when auditing inodes) from Linus' tree and commits

Re: [PATCH v2 0/4] toshiba_acpi: Add support for USB Sleep functions

2015-01-19 Thread Darren Hart
On Sun, Jan 18, 2015 at 06:30:21PM -0700, Azael Avalos wrote: The following patches add support to several USB Sleep functions found on newer Toshiba laptops, allowing to use the USB ports while the laptop is asleep or turned off. Changes since v1: - Changed accepted parameters on first

Re: Linux 3.19-rc3

2015-01-19 Thread Paul E. McKenney
On Tue, Jan 06, 2015 at 12:47:53PM -0800, Paul E. McKenney wrote: On Tue, Jan 06, 2015 at 02:57:37PM -0500, Peter Hurley wrote: [ . . . ] David Miller's call, actually. But the rule is that if it is an atomic read-modify-write operation and it returns a value, then the operation itself

[PATCH v3 3/8] clk: qcom: Add support for regmap divider clocks

2015-01-19 Thread Stephen Boyd
From: Josh Cartwright jo...@codeaurora.org Add support for dividers that use regmap instead of readl/writel. Signed-off-by: Josh Cartwright jo...@codeaurora.org Signed-off-by: Rajendra Nayak rna...@codeaurora.org [sb...@codeaurora.org: Switch to using generic divider code, drop enable/disable,

Re: [PATCH v2] perf: perl: force to use stdbool.

2015-01-19 Thread Wang Nan
On 2015/1/19 22:26, Namhyung Kim wrote: On Mon, Jan 19, 2015 at 08:43:17PM +0800, Wang Nan wrote: When building perf for arm64 I hit a warning (and be treated as an error) like below: aarch64-oe-linux-gcc -o .../util/scripting-engines/trace-event-python.o -c -Wbad-function-cast \

[PATCH v3 7/8] clk: qcom: Add MSM8960/APQ8064 LPASS clock controller (LCC) driver

2015-01-19 Thread Stephen Boyd
Add an LCC driver for MSM8960/APQ8064 that supports the i2s, slimbus, and pcm clocks. Change-Id: I2549b821f7bf467c1bd80d4827a1a7621e725659 Signed-off-by: Stephen Boyd sb...@codeaurora.org --- drivers/clk/qcom/Kconfig | 9 + drivers/clk/qcom/Makefile| 1

[PATCH v3 5/8] dt-bindings: Add #defines for IPQ806x lpass clock control

2015-01-19 Thread Stephen Boyd
From: Rajendra Nayak rna...@codeaurora.org Add defines to make more human readable numbers for the lpass clock controller found on IPQ806x SoCs. Also remove the PLL4 define in gcc to avoid #define conflicts because that clock doesn't exist in gcc, instead it lives in lcc. Signed-off-by: Rajendra

Re: [PATCH 06/10] mfd: rtsx: update phy register

2015-01-19 Thread 敬锐
On 01/19/2015 03:47 PM, Lee Jones wrote: On Mon, 19 Jan 2015, 敬锐 wrote: On 01/18/2015 08:29 PM, Lee Jones wrote: On Thu, 15 Jan 2015,micky_ch...@realsil.com.cn wrote: From: Micky Chingmicky_ch...@realsil.com.cn update phy register value and using direct value instead of macros.

[PATCH v3 6/8] clk: qcom: Add IPQ806X LPASS clock controller (LCC) driver

2015-01-19 Thread Stephen Boyd
From: Rajendra Nayak rna...@codeaurora.org Add an LCC driver for IPQ806x that supports the i2s, S/PDIF, and pcm clocks. Signed-off-by: Rajendra Nayak rna...@codeaurora.org Signed-off-by: Kumar Gala ga...@codeaurora.org Signed-off-by: Josh Cartwright jo...@codeaurora.org [sb...@codeaurora.org:

[PATCH] blk-mq: fix hctx/ctx kobject use-after-free

2015-01-19 Thread Ming Lei
The kobject memory shouldn't have been freed before the kobject is released because driver core can access it freely before its release. This patch frees hctx in its release callback. For ctx, they share one single per-cpu variable which is associated with the request queue, so free ctx in

Re: does the semantics of MAP_LOCKED is equal to mlock() function?

2015-01-19 Thread long.wanglong
On 2015/1/19 19:01, Michal Hocko wrote: On Mon 19-01-15 10:46:56, Michal Hocko wrote: [...] testcase 2: mmap without MAP_LOCKED flag and the call mlock (memsize = 8192) 185 p = mmap(NULL, memsize, PROT_WRITE | PROT_READ, 186 MAP_PRIVATE |

Re: [PATCH 2/3] sysfs: Only accept read/write permissions for file attributes

2015-01-19 Thread Vivien Didelot
Hi Guenter, For sysfs file attributes, only read and write permisssions make sense. Minor typo, there's an extra 's' to permissions. Mask provided attribute permissions accordingly and send a warning to the console if invalid permission bits are set. Cc: Vivien Didelot

Re: [PATCH] drm/radeon: remove unreachable code

2015-01-19 Thread Nicholas Mc Guire
On Mon, 19 Jan 2015, Deucher, Alexander wrote: -Original Message- From: Nicholas Mc Guire [mailto:der.h...@hofr.at] Sent: Monday, January 19, 2015 8:11 AM To: Deucher, Alexander Cc: Koenig, Christian; David Airlie; dri-de...@lists.freedesktop.org; linux-

Re: [PATCH 2/2] ASoC: atmel_ssc_dai: remove clock pin comments

2015-01-19 Thread Bo Shen
Hi Peter, On 01/19/2015 09:54 PM, Peter Rosin wrote: As the clock can be get from TK/RK pin, so remove the comments. Signed-off-by: Bo Shen voice.s...@atmel.com --- sound/soc/atmel/atmel_ssc_dai.c | 4 1 file changed, 4 deletions(-) diff --git a/sound/soc/atmel/atmel_ssc_dai.c

Re: [PATCH] ARM: tegra20: Store CPU resettable status in IRAM

2015-01-19 Thread Alexandre Courbot
On Mon, Jan 19, 2015 at 11:12 PM, Thierry Reding thierry.red...@gmail.com wrote: On Thu, Jan 15, 2015 at 01:58:57PM +0300, Dmitry Osipenko wrote: Commit 7232398abc6a (ARM: tegra: Convert PMC to a driver) changed tegra_resume() location storing from late to early and, as a result, broke

Re: [PATCH 2/3] sysfs: Only accept read/write permissions for file attributes

2015-01-19 Thread Guenter Roeck
On 01/19/2015 04:07 PM, Vivien Didelot wrote: Hi Guenter, For sysfs file attributes, only read and write permisssions make sense. Minor typo, there's an extra 's' to permissions. Mask provided attribute permissions accordingly and send a warning to the console if invalid permission bits

Re: [PATCH v8 1/2] crypto: AF_ALG: add AEAD support

2015-01-19 Thread Herbert Xu
On Fri, Jan 09, 2015 at 04:30:45AM +0100, Stephan Mueller wrote: Am Donnerstag, 8. Januar 2015, 22:09:31 schrieb Herbert Xu: Hi Herbert, On Wed, Jan 07, 2015 at 04:51:38PM +0100, Stephan Mueller wrote: + if (!aead_writable(sk)) { + /* + *

[Patch Part1 v7 12/38] x86/hpet: Enhance HPET IRQ to support hierarchy irqdomain

2015-01-19 Thread Jiang Liu
Enhance HPET code to support hierarchy irqdomain, it helps to make the architecture more clear. Signed-off-by: Jiang Liu jiang@linux.intel.com Cc: Konrad Rzeszutek Wilk konrad.w...@oracle.com Cc: Tony Luck tony.l...@intel.com Cc: Joerg Roedel j...@8bytes.org Cc: Greg Kroah-Hartman

Re: [PATCH v8 1/2] crypto: AF_ALG: add AEAD support

2015-01-19 Thread Stephan Mueller
Am Dienstag, 20. Januar 2015, 14:00:17 schrieb Herbert Xu: Hi Herbert, On Fri, Jan 09, 2015 at 04:30:45AM +0100, Stephan Mueller wrote: Am Donnerstag, 8. Januar 2015, 22:09:31 schrieb Herbert Xu: Hi Herbert, On Wed, Jan 07, 2015 at 04:51:38PM +0100, Stephan Mueller wrote: +

Re: [PATCH] crypto: aesni: add setkey for driver-gcm-aes-aesni

2015-01-19 Thread Stephan Mueller
Am Dienstag, 20. Januar 2015, 14:17:04 schrieb Herbert Xu: Hi Herbert, On Sun, Jan 18, 2015 at 11:56:03PM +0100, Stephan Mueller wrote: The cipher registered as __driver-gcm-aes-aesni is never intended to be used directly by any caller. Instead it is a service mechanism to rfc4106-gcm-aesni.

Re: [PATCH] brcmfmac: avoid duplicated suspend/resume operation

2015-01-19 Thread Fu, Zhonghui
On 2015/1/15 20:52, Kalle Valo wrote: Arend van Spriel ar...@broadcom.com writes: On 01/12/15 07:41, Fu, Zhonghui wrote: From 8685c3c2746b4275fc808d9db23c364b2f54b52a Mon Sep 17 00:00:00 2001 From: Zhonghui Fuzhonghui...@linux.intel.com Date: Mon, 12 Jan 2015 14:25:46 +0800 Subject:

PERF CTF traces profile view

2015-01-19 Thread Divya Vyas
Hi , I have converted the perf.data file into CTF format . I have imported the CTF traces into eclipse as generic CTF traces and I am seeing the control flow, resource flow etc. in LTTng kernel perspective . I am not seeing anything in perf profile view ( Show view - profiling - perf profile

Re: [PATCH] gpu: ipu-v3: wait_for_completion_timeout does not return negativ status

2015-01-19 Thread Philipp Zabel
Hi Nicholas, thank you for the patch. Am Freitag, den 16.01.2015, 11:48 +0100 schrieb Nicholas Mc Guire: Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- Patch is against 3.19.0-rc3 -next-20150109 This patch was compiletested with imx_v6_v7_defconfig + CONFIG_RESET_CONTROLLER=y,

RCU CPU stall console spews leads to soft lockup disabled is reasonable ?

2015-01-19 Thread Zhang Zhen
Hi, On my x86_64 qemu virtual machine, RCU CPU stall console spews may lead to soft lockup disabled. If softlockup_thresh rcu_cpu_stall_timeout (softlockup_thresh = 2 * watchdog_thresh): / # / # busybox cat /sys/module/rcupdate/parameters/rcu_cpu_stall_timeout 21 / # echo 60

linux-next: build failure after merge of the akpm-current tree

2015-01-19 Thread Stephen Rothwell
Hi Andrew, After merging the akpm tree, today's linux-next build (sparc defconfig) failed like this: In file included from arch/sparc/include/asm/bug.h:20:0, from include/linux/bug.h:4, from include/linux/thread_info.h:11, from

Re: [PATCH 01/12] mfd: syscon: Add atmel-matrix registers definition

2015-01-19 Thread Lee Jones
On Sun, 18 Jan 2015, Boris Brezillon wrote: Hi Lee, On Sun, 18 Jan 2015 12:52:59 + Lee Jones lee.jo...@linaro.org wrote: On Wed, 14 Jan 2015, Alexandre Belloni wrote: From: Boris Brezillon boris.brezil...@free-electrons.com AT91 SoCs have a memory range reserved for

Re: linux-next: build failure after merge of the akpm-current tree

2015-01-19 Thread Cyrill Gorcunov
On Mon, Jan 19, 2015 at 07:17:18PM +1100, Stephen Rothwell wrote: Hi Andrew, After merging the akpm tree, today's linux-next build (sparc defconfig) failed like this: In file included from arch/sparc/include/asm/bug.h:20:0, from include/linux/bug.h:4,

[PATCH v2 4/7] staging: sm7xxfb: add missing blank line

2015-01-19 Thread Sudip Mukherjee
checkpatch cleanup to add missing blank line after declaration Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/staging/sm7xxfb/sm7xxfb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging/sm7xxfb/sm7xxfb.c index

[PATCH v2 7/7] staging: sm7xxfb: fix alignment

2015-01-19 Thread Sudip Mukherjee
checkpatch cleanup: alignment should match open parenthesis Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/staging/sm7xxfb/sm7xxfb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging/sm7xxfb/sm7xxfb.c

[PATCH v2 3/7] MAINTAINERS: update for SM7XX driver

2015-01-19 Thread Sudip Mukherjee
add myself and Teddy Wang as the Maintainer of the SM7XX FRAME BUFFER DRIVER. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index dbc17b3..4fd647e 100644 --- a/MAINTAINERS +++

[PATCH v2 6/7] staging: sm7xxfb: remove unnecessary blank lines

2015-01-19 Thread Sudip Mukherjee
checkpatch cleanup: blank lines are not necessary before closing brace and after opening brace. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- these are actually two different checkpatch warning, but am sending them together as they are of similar type.

[PATCH v2 5/7] staging: sm7xxfb: no space is necessary after a cast

2015-01-19 Thread Sudip Mukherjee
checkpatch cleanup: space is not necessary after cast Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/staging/sm7xxfb/sm7xxfb.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/sm7xxfb/sm7xxfb.c b/drivers/staging/sm7xxfb/sm7xxfb.c

Re: [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity

2015-01-19 Thread Arnd Bergmann
On Monday 19 January 2015 11:17:02 Yijing Wang wrote: On 2015/1/16 18:01, Arnd Bergmann wrote: On Friday 16 January 2015 09:44:16 Yijing Wang wrote: +static void pci_host_bridge_probe_mode( + struct pci_host_bridge *host) +{ + host-of_scan = true; +} I

[PATCH net 2/2] r8152: remove sram_read

2015-01-19 Thread Hayes Wang
Read OCP register 0xa43a~0xa43b would clear some flags which the hw would use, and it may let the device lost. However, the unit of reading is 4 bytes. That is, it would read 0xa438~0xa43b when calling sram_read() to read OCP_SRAM_DATA. Signed-off-by: Hayes Wang hayesw...@realtek.com ---

[PATCH v2 1/7] Revert staging: sm7xxfb: remove driver

2015-01-19 Thread Sudip Mukherjee
This reverts commit dc93c85235efa5201e9a3c116bc3fbd1afc1a182 Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- v2: checkpatch cleanup has been added to the series. after this series CamelCase is the only pending style related issue. i have two doubts: 1) will it be easier if i have a git

Re: [PATCH v10 0/6] Add Skyworks SKY81452 device drivers

2015-01-19 Thread Lee Jones
On Mon, 19 Jan 2015, Gyungoh Yoo wrote: On Sun, Jan 18, 2015 at 05:40:37PM +, Lee Jones wrote: From: Gyungoh Yoo jack@skyworksinc.com This patch set includes regulator and backlight driver for SKY81452. Also it includes documents for device tree and module.

[PATCH v2 2/7] staging: sm7xxfb: update TODO file

2015-01-19 Thread Sudip Mukherjee
update the email addresses in the TODO file, also update the final destination of this driver. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/staging/sm7xxfb/TODO | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/sm7xxfb/TODO

Re: [PATCH 1/1] scripts/recordmcount.pl: There is no -m32 option on Super-H

2015-01-19 Thread John Paul Adrian Glaubitz
Hi Steven! The Super-H architecure seems to be without any maintainer. Maybe Steven cares to pick this patch up. Dunno... Yeah, I remember when the SH maintainer left. I can pick it up. How urgent is it? Does it need to go in before the next merge window? And does it need to be tagged for

Re: module: fix module_refcount() return when running in a module exit routine

2015-01-19 Thread Christoph Hellwig
On Mon, Jan 19, 2015 at 04:21:15PM +1030, Rusty Russell wrote: The first one I think should be eliminated, and the second one is simply an assertion before calling module_put() (which should probably be eliminated). The others are just printing information. FYI, I've got a pathcset to

Re: File sealing man pages for review (memfd_create(2), fcntl(2))

2015-01-19 Thread Michael Kerrisk (man-pages)
Hello David, Thanks for reviewing the pages! I'll trim everything that we agree on, and just comment on a few remaining points. On 01/18/2015 11:28 PM, David Herrmann wrote: Hi On Fri, Jan 9, 2015 at 1:49 PM, Michael Kerrisk (man-pages) mtk.manpa...@gmail.com wrote: [...]

Re: [PATCH 07/10] mfd: rtsx: remove LCTLR defination

2015-01-19 Thread Lee Jones
On Mon, 19 Jan 2015, 敬锐 wrote: On 01/18/2015 08:28 PM, Lee Jones wrote: On Thu, 15 Jan 2015, micky_ch...@realsil.com.cn wrote: From: Micky Ching micky_ch...@realsil.com.cn To enable/disable ASPM we should find LINK CONTROL register in PCI config space. All old chip use 0x80

[PATCH v2 2/2] powerpc: powernv: winkle: Restore LPCR with LPCR_PECE1 cleared

2015-01-19 Thread Shreyas B. Prabhu
LPCR_PECE1 bit controls whether decrementer interrupts are allowed to cause exit from power-saving mode. While waking up from winkle, restoring LPCR with LPCR_PECE1 set (i.e Decrementer interrupts allowed) can cause issue in the following scenario: - All the threads in a core are offlined. The

[PATCH v2 1/2] powerpc: Add helpers for LPCR PECE1 operations

2015-01-19 Thread Shreyas B. Prabhu
PECE1 bit in LPCR is used to control whether decrementer can cause exit from powersaving states. PECE1 bit is cleared before entering fastsleep or deeper powersaving state and it is set on waking up. Since both cpuidle and cpu offline operations use these powersaving states, add helper functions

Re: [PATCH v3 1/3] dt-bindings: mfd: add lubbock-io binding

2015-01-19 Thread Lee Jones
On Fri, 16 Jan 2015, Robert Jarzmik wrote: Add a binding for lubbock motherboard IO board. Signed-off-by: Robert Jarzmik robert.jarz...@free.fr --- .../devicetree/bindings/mfd/lubbock-io.txt | 26 ++ 1 file changed, 26 insertions(+) create mode 100644

Re: [PATCH net-next 1/7] r8152: adjust rx_bottom

2015-01-19 Thread Scott Feldman
On Sun, Jan 18, 2015 at 11:13 PM, Hayes Wang hayesw...@realtek.com wrote: If a error occurs when submitting rx, skip the remaining submissions and try to submit them again next time. Signed-off-by: Hayes Wang hayesw...@realtek.com --- drivers/net/usb/r8152.c | 15 +-- 1 file

[PATCH] mm/util.c: add a none zero check of len

2015-01-19 Thread Pan Xinhui
Although this check should have been done by caller. But as it's exported to others, It's better to add a none zero check of len like other functions. Signed-off-by: xinhuix.pan xinhuix@intel.com --- mm/util.c | 5 + 1 file changed, 5 insertions(+) diff --git a/mm/util.c b/mm/util.c

[PATCH] media: i2c: add new driver for single string flash.

2015-01-19 Thread Daniel Jeong
This patch adds the driver for the single string flash products of TI. Several single string flash controllers of TI have similar register map and bit data. This driver supports four products,lm3556, lm3561, lm3642 and lm3648. Signed-off-by: Daniel Jeong gshark.je...@gmail.com ---

[PATCH v2] pci: Fix infinite loop with ROM image of size 0

2015-01-19 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com If the image size would ever read as 0, pci_get_rom_size could keep processing the same image over and over again. Reported-by: Federico federic...@gmail.com Cc: sta...@vger.kernel.org Signed-off-by: Michel Dänzer michel.daen...@amd.com --- v2: * Use

[PATCH v2 1/5] usb: dwc3: add Fujitsu Specific Glue layer

2015-01-19 Thread Sneeker Yeh
This patch adds support for Synopsis DesignWare USB3 IP Core found on Fujitsu Socs. Signed-off-by: Sneeker Yeh sneeker@tw.fujitsu.com --- .../devicetree/bindings/usb/fujitsu-dwc3.txt | 33 drivers/usb/dwc3/Kconfig | 11 ++ drivers/usb/dwc3/Makefile

linux-next: Tree for Jan 19

2015-01-19 Thread Stephen Rothwell
Hi all, Changes since 20150116: The i2c tree lost its build failure. The net-next tree gained a build failure so I used the version from next-20150116 for today. The luto-misc tree gained a conflict against the tip tree. The akpm-current tree gained two build failures for which I added fix

Re: [PATCH 01/28] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()

2015-01-19 Thread Arnd Bergmann
On Friday 16 January 2015 15:16:28 Yinghai Lu wrote: On Fri, Jan 16, 2015 at 3:15 PM, Yinghai Lu ying...@kernel.org wrote: On Thu, Jan 15, 2015 at 5:43 PM, Yijing Wang wangyij...@huawei.com wrote: Pci_bus_add_devices() should not be placed in pci_scan_bus(). Now pci device will be added to

[PATCH] tpm, tpm_crb: fix build error

2015-01-19 Thread Jarkko Sakkinen
SIMPLE_DEV_PM_OPS() was inside #ifdef CONFIG_PM_SLEEP. Signed-off-by: Jarkko Sakkinen jarkko.sakki...@linux.intel.com --- drivers/char/tpm/tpm_crb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/tpm/tpm_crb.c b/drivers/char/tpm/tpm_crb.c index c248a35..3dd23cf

Re: RCU CPU stall console spews leads to soft lockup disabled is reasonable ?

2015-01-19 Thread Paul E. McKenney
On Mon, Jan 19, 2015 at 04:07:15PM +0800, Zhang Zhen wrote: Hi, On my x86_64 qemu virtual machine, RCU CPU stall console spews may lead to soft lockup disabled. If softlockup_thresh rcu_cpu_stall_timeout (softlockup_thresh = 2 * watchdog_thresh): / # / # busybox cat

Re: [PATCH v4] gpio: lib-sysfs: Add 'wakeup' attribute

2015-01-19 Thread Linus Walleij
On Mon, Jan 19, 2015 at 5:20 AM, Alexandre Courbot gnu...@gmail.com wrote: On Sat, Jan 17, 2015 at 1:49 AM, Sören Brinkmann soren.brinkm...@xilinx.com wrote: On Fri, 2015-01-16 at 12:11PM +0100, Johan Hovold wrote: Implementing proper wakeup support for unclaimed GPIOs would take some work

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-19 Thread Viresh Kumar
On 9 January 2015 at 15:24, pi-cheng.chen pi-cheng.c...@linaro.org wrote: Currently the DT based cpufreq driver is missing some way to check which CPUs share clocks. In the 1st patch, CPU clock/power domain information is added to the platform_data of cpufreq-dt so that cpufreq-dt driver could

Re: [PATCH v2 3/3] Documentation: Add documentation for rt5033 multifunction device

2015-01-19 Thread Lee Jones
DT Ack please gents. This patch device tree binding documentation for rt5033 multifunction device. Cc: Sebastian Reichel s...@kernel.org Cc: Lee Jones lee.jo...@linaro.org Cc: Mark Brown broo...@kernel.org Cc: Rob Herring robh...@kernel.org Cc: Pawel Moll pawel.m...@arm.com Cc: Mark

[PATCH 2/2] x86/early_printk: remove unused definitions

2015-01-19 Thread Alexander Kuleshov
RXR, IIR and MSR are not used Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com --- arch/x86/kernel/early_printk.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c index 01d1c18..e8f317f 100644 ---

Re: [PATCH] kprobes: bugfix: checks kprobes_all_disarmed in unoptimized_kprobe().

2015-01-19 Thread Masami Hiramatsu
Hi Wang, I've found a problem on this patch, since kprobes calls unoptioize_kprobe with kprobes_all_disarmed=true when trying to disable all kprobes, this cause a serious problem. Moreover, I couldn't reproduce your reported bug on my 3.19-rc4 kernel. Could you test it again? Unless I could

[Patch Part2 v4 19/33] x86/irq: Clean up io_apic.h

2015-01-19 Thread Jiang Liu
Clean up io_apic.h by: 1) moving definition of struct mp_ioapic_gsi into io_apic.c 2) changing mp_pin_to_gsi() and mp_ioapic_gsi_routing() as static 3) killing unused MP_MAX_IOAPIC_PIN 4) killing useless forward declaration 5) killing useless comments Signed-off-by: Jiang Liu

Re: [PATCH V3] mm/thp: Allocate transparent hugepages on local node

2015-01-19 Thread Aneesh Kumar K.V
Vlastimil Babka vba...@suse.cz writes: On 01/17/2015 01:02 AM, Andrew Morton wrote: On Fri, 16 Jan 2015 12:56:36 +0530 Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com wrote: This make sure that we try to allocate hugepages from local node if allowed by mempolicy. If we can't, we fallback

[PATCH] crypto: atmel: Free memory in error path

2015-01-19 Thread Christophe Jaillet
If only one of the 2 __get_free_pages fails, then there is a memory leak. Signed-off-by: Christophe Jaillet christophe.jail...@wanadoo.fr --- drivers/crypto/atmel-aes.c | 2 +- drivers/crypto/atmel-tdes.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Logged messages from i915 using kernel 3.19-rc4

2015-01-19 Thread Larry Finger
Hi, I just discovered almost 100 of the following entries in my log: [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt Those were accumulated in about 12 hours of operation. I also have one that says i915 :00:02.0: BAR 6: [??? 0x flags 0x2] has

Re: [PATCH v1] dma: imx-sdma: switch to dynamic context mode after script loaded

2015-01-19 Thread Sascha Hauer
On Tue, Jan 13, 2015 at 01:09:17PM +0800, Robin Gong wrote: Below comments got from Page4724 of Reference Manual of i.mx6q: http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf --Static context mode should be used for the first channel called after reset to ensure that the all

Re: [PATCH 1/2] cpufreq-dt: check CPU clock/power domain during initializing

2015-01-19 Thread Pi-Cheng Chen
Hi Viresh, Thanks for reviewing. On 19 January 2015 at 16:00, Viresh Kumar viresh.ku...@linaro.org wrote: On 9 January 2015 at 15:24, pi-cheng.chen pi-cheng.c...@linaro.org wrote: Currently the DT based cpufreq driver is missing some way to check which CPUs share clocks. In the 1st patch, CPU

Re: [PATCH 5/5] KVM: nVMX: Enable nested posted interrupt processing.

2015-01-19 Thread Paolo Bonzini
On 19/01/2015 13:34, Wincy Van wrote: Actually, there is a race window between vmx_deliver_nested_posted_interrupt and nested_release_vmcs12 since posted intr delivery is async: cpu 1 cpu 2 (nested posted intr) (dest vcpu,

Re: [PATCH] ARM: clk-imx6q: refine esai_ipg's parent

2015-01-19 Thread Shawn Guo
On Fri, Jan 16, 2015 at 10:57:04AM +0800, Shengjiu Wang wrote: esai_ipg clock's parent is ahb, not ipg. Signed-off-by: Shengjiu Wang shengjiu.w...@freescale.com Applied, thanks. --- arch/arm/mach-imx/clk-imx6q.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] ARM: imx_v6_v7_defconfig: Select CONFIG_FB_MXS

2015-01-19 Thread Shawn Guo
On Wed, Jan 07, 2015 at 09:35:54PM -0200, Fabio Estevam wrote: From: Fabio Estevam fabio.este...@freescale.com CONFIG_FB_MXS is the LCD driver for mx6solo-lite and mx6solox. Enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Applied, thanks. -- To unsubscribe

Re: [PATCH 3/3] x86: drop support for 1995 era EISA based platforms

2015-01-19 Thread Linus Torvalds
On Tue, Jan 20, 2015 at 4:05 PM, Maciej W. Rozycki ma...@linux-mips.org wrote: Well, I'd like to keep my x86 box up and alive, to support EISA FDDI equipment I maintain if nothing else -- which in particular means the current head version of Linux, not some ancient branch. So if we actually

RE: [PATCH 0/3] An alternative to SPI NAND

2015-01-19 Thread peterpandong
On Thu, Jan 08, 2015 at 12:47:24AM +, Peter Pan 潘栋 (peterpandong) wrote: Documentation/devicetree/bindings/mtd/spi-nand.txt | 22 + drivers/mtd/Kconfig|2 + drivers/mtd/Makefile |1 + drivers/mtd/spi-nand/Kconfig

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