[PATCH] staging: frontier: fix memory leak in usb_alphatrack_probe()

2014-03-07 Thread Daeseok Youn
oldi_buffer and write_buffer need to free when usb_alphatrack_delete() is called. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/frontier/alphatrack.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/staging/frontier/alphatrack.c

Re: [PATCH] [staging][r8188eu]: memory leak in rtw_free_cmd_obj if command is (_Set_Drv_Extra)

2014-03-07 Thread Dan Carpenter
On Fri, Mar 07, 2014 at 03:01:34PM -0500, Wang, Xiaoming wrote: pcmd-parmbuf-pbuf has been allocated if command is GEN_CMD_CODE(_Set_Drv_Extra), and it enqueued by rtw_enqueue_cmd. rtw_cmd_thread dequeue pcmd by rtw_dequeue_cmd. The memory leak happened on this branch if( _FAIL ==

Re: [PATCH] [RFC] Taint the kernel for unsafe module options

2014-03-07 Thread Daniel Vetter
On Fri, Mar 7, 2014 at 4:28 AM, Rusty Russell ru...@rustcorp.com.au wrote: If this is a good idea, you can write a macro module_param_unsafe_named which is a general wrapper. For this to work I need to somehow store the safe default value somewhere. since with bools or strings there really

FlexCAN on i.MX28 interrupt flooding retrying send

2014-03-07 Thread Stanislav Meduna
Hi, I am using a FlexCAN CAN controller on a Freescale i.MX28 platform [1]. If a packet is being sent when the bus is disconnected, I am getting an interrupt flooed that basically kills the machine. This is _not_ the same problem as [2] - my kernel already has the fix. The first interrupt comes

[PATCH] x86, calgary: use 8M TCE table size by default

2014-03-07 Thread WANG Chao
kexec-tools wants to pass kdump kernel needed memmap via E820 directly, instead of memmap=exactmap. That'll make saved_max_pfn totally useless. Muli suggest to hard code TCE table size to max (8M) so that kdump kernel could use this default size and kexec-tools doesn't need to pass saved_max_pfn

Re: [PATCH] staging: frontier: fix memory leak in usb_alphatrack_probe()

2014-03-07 Thread Dan Carpenter
On Fri, Mar 07, 2014 at 05:02:25PM +0900, Daeseok Youn wrote: oldi_buffer and write_buffer need to free when usb_alphatrack_delete() is called. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- drivers/staging/frontier/alphatrack.c |2 ++ 1 files changed, 2 insertions(+), 0

Re: [RFC] drm: add kernel-log renderer

2014-03-07 Thread David Herrmann
Hi I don't think it makes sense to modify drm_log_ensure_size(). I mean, the worst that can happen is that the *text*-backlog is twice as big as required. But if you have a high-dpi display, you already require like 10x as much space for each framebuffer than for the entire log-buffer. The

Re: [PATCH 1/1] Drivers: hv: vmbus: Include the limit on the number of pfns we can handle

2014-03-07 Thread Dan Carpenter
On Thu, Mar 06, 2014 at 11:15:08PM -0800, K. Y. Srinivasan wrote: Increase the maximum number of pfns we can handle is a single vmbus packet. ^^ in What are the user visible effects of this patch? regards, dan carpenter -- To unsubscribe

Re: FlexCAN on i.MX28 interrupt flooding retrying send

2014-03-07 Thread Marc Kleine-Budde
Adding the linux-can mailinglist to Cc. Marc On 03/07/2014 09:08 AM, Stanislav Meduna wrote: Hi, I am using a FlexCAN CAN controller on a Freescale i.MX28 platform [1]. If a packet is being sent when the bus is disconnected, I am getting an interrupt flooed that basically kills the

Re: [PATCH] staging: frontier: fix memory leak in usb_alphatrack_probe()

2014-03-07 Thread DaeSeok Youn
OK. I will remove that comment and send again. Thanks. Daeseok Youn. 2014-03-07 17:14 GMT+09:00 Dan Carpenter dan.carpen...@oracle.com: On Fri, Mar 07, 2014 at 05:02:25PM +0900, Daeseok Youn wrote: oldi_buffer and write_buffer need to free when usb_alphatrack_delete() is called.

Re: performance regression due to commit e82e0561(mm: vmscan: obey proportional scanning requirements for kswapd)

2014-03-07 Thread Yuanhan Liu
ping... On Tue, Feb 18, 2014 at 04:01:22PM +0800, Yuanhan Liu wrote: Hi, Commit e82e0561(mm: vmscan: obey proportional scanning requirements for kswapd) caused a big performance regression(73%) for vm-scalability/ lru-file-readonce testcase on a system with 256G memory without swap. That

[PATCH v2] staging: frontier: fix memory leak in usb_alphatrack_probe()

2014-03-07 Thread Daeseok Youn
oldi_buffer and write_buffer need to free when usb_alphatrack_delete() is called. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- v2: remove the unneeded comment. drivers/staging/frontier/alphatrack.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

Re: [PATCH v4] phy: omap-control: update dra7 and am437 usb2 Documentation bindings

2014-03-07 Thread Kishon Vijay Abraham I
On Friday 07 March 2014 01:55 PM, Kishon Vijay Abraham I wrote: From: Felipe Balbi ba...@ti.com From: Roger Quadros rog...@ti.com There seems to be some problem with this patch. Pls ignore this. Thanks Kishon The dra7-usb2 and am437-usb2 bindings have not yet been used. Change them to be

Re: [PATCH 5/5] Staging: comedi: addi-data: tidy up counter register map defines in hwdrv_apci1564.c

2014-03-07 Thread Chase Southwood
On Thursday, March 6, 2014 11:59 AM, Hartley Sweeten hartl...@visionengravers.com wrote: On Thursday, March 06, 2014 12:26 AM, Chase Southwood wrote: This patch for hwdrv_apci1564.c fixes the register map defines for the digital input registers such that they are all the real offsets to each

[PATCH v4] phy: omap-control: update dra7 and am437 usb2 bindings

2014-03-07 Thread Kishon Vijay Abraham I
From: Roger Quadros rog...@ti.com The dra7-usb2 and am437-usb2 bindings have not yet been used. Change them to be more elegant. Signed-off-by: Roger Quadros rog...@ti.com Signed-off-by: Kishon Vijay Abraham I kis...@ti.com --- Changes from v3: Changed the compatible value to that suggested by

Re: [PATCH 0/5] Add STiH407 SoC and reference board support

2014-03-07 Thread Maxime Coquelin
Hi Linus On 03/07/2014 04:11 AM, Linus Walleij wrote: On Fri, Feb 28, 2014 at 8:17 PM, Maxime COQUELIN maxime.coque...@st.com wrote: This series adds basic support to the STMicroelectronics STiH407 SoC and its B2120 reference board. The STiH407 is a dual-core ARM Cortex-A9 CPU aimed at STB

Re: [PATCH 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread Maxime Coquelin
On 03/07/2014 04:10 AM, Linus Walleij wrote: On Fri, Feb 28, 2014 at 8:17 PM, Maxime COQUELIN maxime.coque...@st.com wrote: From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available!

Re: [PATCH] drm/fb-helper: Do the mode_set.connectors ZERO_SIZE_PTR check

2014-03-07 Thread Jani Nikula
On Thu, 06 Mar 2014, Xiubo Li li.xi...@freescale.com wrote: Since we cannot make sure the 'max_conn_count' will always be none zero from the users, and then if max_conn_count equals to zero, the kcalloc() will return ZERO_SIZE_PTR, which equals to ((void *)16). So this patch fix this via

[PATCH v2 3/5] Staging: comedi: addi-data: tidy up watchdog register

2014-03-07 Thread Chase Southwood
This patch for fixes the register map defines for the watchdog registers such that they are all the real offsets to each register, rather than a mix of real offsets and adders to those offsets. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- 2: Simplified commit message, fixed

[PATCH v2 1/5] Staging: comedi: addi-data: tidy up digital input register map defines in hwdrv_apci1564.c

2014-03-07 Thread Chase Southwood
This patch fixes the register map defines for the digital input registers such that they are all the real offsets to each register, rather than a mix of real offsets and adders to those offsets. Further, some of the old defines were being used incorrectly in the i_APCI1564_Reset() function. Upon

[PATCH v2 2/5] Staging: comedi: addi-data: tidy up digital output register map defines in hwdrv_apci1564.c

2014-03-07 Thread Chase Southwood
This patch fixes the register map defines for the digital output registers such that they are all the real offsets to each register, rather than a mix of real offsets and adders to those offsets. Further, some of the old defines were being used incorrectly in the i_APCI1564_Reset() function.

[PATCH v2 4/5] Staging: comedi: addi-data: tidy up timer register map defines in hwdrv_apci1564.c

2014-03-07 Thread Chase Southwood
This patch for fixes the register map defines for the timer registers such that they are all the real offsets to each register, rather than a mix of real offsets and adders to those offsets. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- 2: Simplified commit message, fixed

[PATCH v2 5/5] Staging: comedi: addi-data: tidy up counter register map defines in hwdrv_apci1564.c

2014-03-07 Thread Chase Southwood
This patch fixes the register map defines for the counter registers such that they are all the real offsets to each register, rather than a mix of real offsets and adders to those offsets. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- 2: Simplified commit message, fixed

Re: [PATCH v4 1/4] pci: APM X-Gene PCIe controller driver

2014-03-07 Thread Jingoo Han
On Thursday, March 06, 2014 3:06 PM, Tanmay Inamdar wrote: Hi Tanmay Inamdar, I added some minor comments. :-) This patch adds the AppliedMicro X-Gene SOC PCIe controller driver. X-Gene PCIe controller supports maxmum upto 8 lanes and GEN3 speed. Would you fix the followings?

Re: FlexCAN on i.MX28 interrupt flooding retrying send

2014-03-07 Thread Matthias Klein
Hello Stanislav, I made a similar observation on an i.MX537 with the 3.12.12-rt19 kernel: I see the same interrupt flooed when the bus is disconnected. What do you mean with kills the machine? I have a high interrupt load, but the machine is still responsive. Best regards, Matthias

Re: [PATCH 4/4] x86: Fix order of warning messages when ftrace modifies code

2014-03-07 Thread Petr Mládek
On Thu 06-03-14 18:19:53, Steven Rostedt wrote: I'm digging through older email, and notice you dropped this patch from your last series. It is a rather trivial patch, and I don't really care if it gets applied or not. But was there a reason to drop it? Or do you not care either? I wanted

Re: FlexCAN on i.MX28 interrupt flooding retrying send

2014-03-07 Thread Marc Kleine-Budde
On 03/07/2014 09:08 AM, Stanislav Meduna wrote: Hi, I am using a FlexCAN CAN controller on a Freescale i.MX28 platform [1]. If a packet is being sent when the bus is disconnected, I am getting an interrupt flooed that basically kills the machine. This is _not_ the same problem as [2] - my

Re: FlexCAN on i.MX28 interrupt flooding retrying send

2014-03-07 Thread Wolfgang Grandegger
On 03/07/2014 09:16 AM, Marc Kleine-Budde wrote: Adding the linux-can mailinglist to Cc. Marc On 03/07/2014 09:08 AM, Stanislav Meduna wrote: Hi, I am using a FlexCAN CAN controller on a Freescale i.MX28 platform [1]. If a packet is being sent when the bus is disconnected, I am getting

RE: [PATCH 1/1] Drivers: hv: vmbus: Include the limit on the number of pfns we can handle

2014-03-07 Thread KY Srinivasan
-Original Message- From: Dan Carpenter [mailto:dan.carpen...@oracle.com] Sent: Friday, March 7, 2014 1:46 PM To: KY Srinivasan Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; jasow...@redhat.com

[V5 2/4] perf, tool: Conditional branch filter 'cond' added to perf record

2014-03-07 Thread Anshuman Khandual
Adding perf record support for new branch stack filter criteria PERF_SAMPLE_BRANCH_COND. Signed-off-by: Anshuman Khandual khand...@linux.vnet.ibm.com Reviewed-by: Stephane Eranian eran...@google.com --- tools/perf/builtin-record.c | 1 + 1 file changed, 1 insertion(+) diff --git

[V5 1/4] perf: Add PERF_SAMPLE_BRANCH_COND

2014-03-07 Thread Anshuman Khandual
This patch introduces new branch filter PERF_SAMPLE_BRANCH_COND which will extend the existing perf ABI. Various architectures can provide this functionality with either with HW filtering support (if present) or with SW filtering of captured branch instructions. Signed-off-by: Anshuman Khandual

[V5 0/4] perf: New conditional branch filter

2014-03-07 Thread Anshuman Khandual
Hello Arnaldo, I had posted the V5 version of PowerPC SW branch filter enablement patchset last month. Please find the patchset here at https://lkml.org/lkml/2014/2/5/79 These following patches (2,4,5,6 patches from the original V5 version patchset) are the ones which change

[V5 4/4] perf, documentation: Description for conditional branch filter

2014-03-07 Thread Anshuman Khandual
Adding documentation support for conditional branch filter. Signed-off-by: Anshuman Khandual khand...@linux.vnet.ibm.com Reviewed-by: Stephane Eranian eran...@google.com --- tools/perf/Documentation/perf-record.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[V5 3/4] x86, perf: Add conditional branch filtering support

2014-03-07 Thread Anshuman Khandual
This patch adds conditional branch filtering support, enabling it for PERF_SAMPLE_BRANCH_COND in perf branch stack sampling framework by utilizing an available software filter X86_BR_JCC. Signed-off-by: Anshuman Khandual khand...@linux.vnet.ibm.com Reviewed-by: Stephane Eranian eran...@google.com

Re: [x86, vdso] BUG: unable to handle kernel paging request at d34bd000

2014-03-07 Thread Fengguang Wu
Hi Stefani, On Fri, Mar 07, 2014 at 09:47:14AM +0100, Stefani Seibold wrote: Hi Fengguang, i was now able to bring up the kernel on my KVM with some minior changes. I kick out the PARIDE, switched to IDE and activated the VT support. With this modifications the kernel boot and i get no BUG,

[PATCH v2 0/5] Add USB nodes for am43xx epos and gp evm

2014-03-07 Thread George Cherian
The patch series adds USB dt nodes for am43xx epos and gp evm Boot tested with Benoit's for_3.15 + following patches https://patchwork.kernel.org/patch/3600821/ https://patchwork.kernel.org/patch/3600831/ https://patchwork.kernel.org/patch/3600851/ https://patchwork.kernel.org/patch/3600841/

[PATCH v2 5/5] ARM: dts: am43x-epos-evm: Enable USB

2014-03-07 Thread George Cherian
Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am43x-epos-evm Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am43x-epos-evm.dts | 27 +++ 1 file changed, 27 insertions(+) diff

Re: [PATCH] tools/net/Makefile: Define PACKAGE to fix bfd build problems

2014-03-07 Thread Markos Chandras
On 03/06/2014 05:54 PM, David Miller wrote: From: Markos Chandras markos.chand...@imgtec.com Date: Thu, 6 Mar 2014 09:15:54 + Fixes the following build problem with binutils-2.24 gcc -Wall -O2 -c -o bpf_jit_disasm.o bpf_jit_disasm.c In file included from bpf_jit_disasm.c:25:0:

[PATCH v2 3/5] ARM: dts: AM4372: Add USB nodes

2014-03-07 Thread George Cherian
Add nodes for 2 instances each of - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for AM43xx. Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am4372.dtsi | 95 +++ 1 file

[PATCH v2 4/5] ARM: dts: am437x-gp-evm: Enable USB

2014-03-07 Thread George Cherian
Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am437x-gp-evm Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 28 1 file changed, 28 insertions(+) diff

Re: [PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-07 Thread Charles Keepax
On Fri, Mar 07, 2014 at 10:48:41AM +0800, Mark Brown wrote: On Thu, Mar 06, 2014 at 05:05:39PM +, Charles Keepax wrote: The following patch added support for spi controllers with a dedicated chip select pin: commit 3146beec21b64f4551fcf0ac148381d54dc41b1b spi: s3c64xx: Added

[PATCH v2 1/5] doc: Add ti,am437x-dwc3 comaptible for dwc3 glue

2014-03-07 Thread George Cherian
Add the compatible ti,am437x-dwc3 for dwc3 glue driver. Signed-off-by: George Cherian george.cher...@ti.com --- Documentation/devicetree/bindings/usb/omap-usb.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/omap-usb.txt

[PATCH v2 2/5] ARM: dts: am43xx clock data

2014-03-07 Thread George Cherian
Add USB reference clock data Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am43xx-clocks.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/am43xx-clocks.dtsi b/arch/arm/boot/dts/am43xx-clocks.dtsi index 142009c..506d036

Re: [PATCH 1/1] Drivers: hv: vmbus: Include the limit on the number of pfns we can handle

2014-03-07 Thread Dan Carpenter
On Fri, Mar 07, 2014 at 09:07:42AM +, KY Srinivasan wrote: -Original Message- From: Dan Carpenter [mailto:dan.carpen...@oracle.com] Sent: Friday, March 7, 2014 1:46 PM To: KY Srinivasan Cc: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org;

Re: [PATCH] zram: propagate error to user

2014-03-07 Thread Sergey Senozhatsky
On (03/07/14 10:56), Minchan Kim wrote: When we initialized zcomp with single, we couldn't change max_comp_streams without zram reset but current interface doesn't show any error to user and even it changes max_comp_streams's value without any effect so it would make user very confusing.

Re: [PATCH] checkpatch: net and drivers/net: Warn on missing blank line after variable declaration

2014-03-07 Thread Joe Perches
On Fri, 2014-03-07 at 10:54 +0300, Dan Carpenter wrote: How many warnings does this generate does this generate when you run it across the whole tree? A lot. Check back with me after the week or so it'll take to run on this little netboook. Try this with both patches applied if you want to

Re: [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-07 Thread Alessandro Zummo
On Thu, 6 Mar 2014 16:40:02 + Opensource [Steve Twiss] stwiss.opensou...@diasemi.com wrote: Change History: Changes made to this driver since previous RFC V1 Comments by Alessandro Zummo - http://www.kernelhub.org/?p=2msg=426327 - Use return PTR_ERR(rtc-rtc_dev); instead of goto err;

Re: [PATCH] ath6kl: sdio: fix system panic when doing wifi stress test

2014-03-07 Thread Steffen Trumtrar
Hi! On Fri, Nov 29, 2013 at 06:02:11AM +, Hui Liu wrote: -Original Message- From: Kalle Valo [mailto:kv...@qca.qualcomm.com] Sent: Tuesday, November 26, 2013 6:40 PM To: Liu Hui-R64343 Cc: linux-arm-ker...@lists.infradead.org; linvi...@tuxdriver.com; linux-

[RESEND] [PATCH] xhci: Switch Intel Lynx Point ports to EHCI on shutdown.

2014-03-07 Thread Denis Turischev
The same issue like with Panther Point chipsets. If the USB ports are switched to xHCI on shutdown, the xHCI host will send a spurious interrupt, which will wake the system. Some BIOS have work around for this, but not all. One example is Compulab's mini-desktop, the Intense-PC2. The bug can be

Re: Slow I/O performance on SAS1064

2014-03-07 Thread markus
On Thu, Mar 06, 2014 at 12:51:27PM -0800, Mark Knecht wrote: On Wed, Mar 5, 2014 at 1:40 PM, markus mar...@kola.li wrote: On Wed, Mar 05, 2014 at 10:21:07AM -0800, Mark Knecht wrote: On Wed, Mar 5, 2014 at 9:50 AM, Markus mar...@kola.li wrote: SNIP I am not familiar with this message:

[PATCH v2 5/5] ARM: dts: STiH407: Add B2120 board support

2014-03-07 Thread Maxime COQUELIN
B2120 HDK is the reference board for STiH407 SoC. It has the following characteristics: - 1GB DDR3 - 8GB eMMC / SD-Card slot - 32MB NOR Flash - 1 x Gbit Ethernet - 1 x USB 3.0 port - 1 x Mini-PCIe - 1 x SATA - 1 x HDMI output - 1 x HDMI input - 1 x SPDIF This patch only introduces basic

[PATCH v2 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread Maxime COQUELIN
From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available! This is the case of STiH407 where, although documented, the following registers from SYSCFG_FLASH have been removed from the SoC.

[PATCH v2 2/5] pinctrl: st: add pinctrl support for the STiH407 SoC

2014-03-07 Thread Maxime COQUELIN
From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds the initial support for pinctrl based on H407 SoC. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- drivers/pinctrl/pinctrl-st.c | 4 1 file changed, 4

[PATCH v2 4/5] ARM: dts: Add STiH407 SoC support

2014-03-07 Thread Maxime COQUELIN
The STiH407 is advanced multi-HD AVC processor with 3D graphics acceleration and 1.5-GHz ARM Cortex-A9 SMP CPU. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- arch/arm/boot/dts/stih407-clock.dtsi | 41 +++

RE: [PATCH V1 1/2] mfd: da9063: Upgrade of register definitions to support production silicon

2014-03-07 Thread Opensource [Steve Twiss]
From: Lee Jones [mailto:lee.jo...@linaro.org] Sent: 07 March 2014 03:32 From: Opensource [Steve Twiss] stwiss.opensou...@diasemi.com This patch updates the register definitions for DA9063 to support the production silicon variant code ID (0x5). These changes are not backwards compatible

[PATCH v2 1/5] ARM: STi: Add STiH407 SoC support

2014-03-07 Thread Maxime COQUELIN
This patch adds support to STiH407 SoC. Signed-off-by: Maxime Coquelin maxime.coque...@st.com Signed-off-by: Giuseppe Cavallaro peppe.cavall...@st.com --- Documentation/arm/sti/stih407-overview.txt| 18 ++ Documentation/devicetree/bindings/arm/sti.txt | 15 +++

[PATCH v2 0/5] Add STiH407 SoC and reference board support

2014-03-07 Thread Maxime COQUELIN
This series adds basic support to the STMicroelectronics STiH407 SoC and its B2120 reference board. The STiH407 is a dual-core ARM Cortex-A9 CPU aimed at STB market. Changes since v1: - - Changed patch 2 commit title - Rebased pinctrl patches to linux-pinctrl/devel

[no subject]

2014-03-07 Thread Vineet Gupta
Hi Linus, This patch fixes a subtle issue with cache flush which could potentially cause random userspace crashes because of stale icache lines. Please apply for 3.14, it's marked for stable as well. Thx, -Vineet --8 From 036837642ed6df39f6a063ad10327787b60d4a0f Mon Sep

Re: [PATCH v2 1/4] HID: cp2112: remove various hid_out_raw_report calls

2014-03-07 Thread David Herrmann
Hi On Wed, Mar 5, 2014 at 10:18 PM, Benjamin Tissoires benjamin.tissoi...@redhat.com wrote: hid_out_raw_report is going to be obsoleted as it is not part of the unified HID low level transport documentation (Documentation/hid/hid-transport.txt) hid_output_raw_report(hdev, buf, sizeof(buf),

Re: [Intel-gfx] agp/intel: can't ioremap flush page - no chipset flushing

2014-03-07 Thread Paul Bolle
Bjorn Helgaas schreef op ma 10-02-2014 om 14:33 [-0700]: I wouldn't start bisecting yet, but if you're in the mood, this commit: 96702be56037 Merge branch 'pci/resource' into next looks like a good place to start, so you could try the pre-merge commit: 04f982beb900 Merge branch 'pci/msi' into

Re: [PATCH RT] cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleep

2014-03-07 Thread Sebastian Andrzej Siewior
On 03/04/2014 06:28 PM, Steven Rostedt wrote: We hit another bug that was caused by switching cpu_chill() from msleep() to hrtimer_nanosleep(). Applied with a stable tag. Sebastian -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: Linux does not use more than the startup RAM under Hyper-V with dynamic memory enabled RE: [PATCH 2/2] Drivers: hv: balloon: Online the hot-added memory in context Re: [PATCH 1/1] Drivers: hv:

2014-03-07 Thread Victor Miasnikov
Hi! VVM VVM Question to Linux kernel team: may be patch VVM [PATCH 2/2] Drivers: hv: balloon: Online the hot-added memory in context VVM can solve problems with dynamic memory hot add in Hyper-V VMs with Linux OS ? VVM K.Y.S K.Y.S I will try to get my in-context onlining patches accepted

RE: [PATCH V1 2/2] rtc: da9063: RTC driver

2014-03-07 Thread Opensource [Steve Twiss]
From: Alessandro Zummo [mailto:a.zu...@towertech.it] Sent: 07 March 2014 09:33 On Thu, 6 Mar 2014 16:40:02 + Opensource [Steve Twiss] stwiss.opensou...@diasemi.com wrote: Change History: Changes made to this driver since previous RFC V1 Comments by Alessandro Zummo -

Re: [PATCH] zram: propagate error to user

2014-03-07 Thread Minchan Kim
Hello Sergey! On Fri, Mar 07, 2014 at 12:20:45PM +0300, Sergey Senozhatsky wrote: On (03/07/14 10:56), Minchan Kim wrote: When we initialized zcomp with single, we couldn't change max_comp_streams without zram reset but current interface doesn't show any error to user and even it changes

Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Russell King - ARM Linux
On Tue, Mar 04, 2014 at 05:28:37PM +0100, Maxime Ripard wrote: The Allwinner A31 SoC using that IP has a reset controller maintaining it reset unless told otherwise. Add some optional reset support to the driver. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Reviewed-by:

Re: [PATCH v2 0/4] HID: ll transport cleanup: final round

2014-03-07 Thread David Herrmann
Hi On Wed, Mar 5, 2014 at 10:18 PM, Benjamin Tissoires benjamin.tissoi...@redhat.com wrote: Alright, this is the re-spin of the last round of transport cleanup. Some minor but important modifications are here, but nothing very enthousiastic. Thanks for the reviews and the tests so far.

Re: [PATCH RT 3/6] rt: Make cpu_chill() use hrtimer instead of msleep()

2014-03-07 Thread Sebastian Andrzej Siewior
On 03/05/2014 01:33 AM, Steven Rostedt wrote: 3.2.55-rt79-rc1 stable review patch. If anyone has any objections, please let me know. Now that you posted cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleep wouldn't it make sense to delay this patches from the stable series until we get them all

Re: [PATCH] ARM: mvebu: add Device Tree for the Armada 385 RD board

2014-03-07 Thread Gregory CLEMENT
On 06/03/2014 20:17, Ezequiel Garcia wrote: On Mar 06, Andrew Lunn wrote: Can't we fix this so the probe order doesn't affect the name? Is that sane? You are not supposed to trust the device name, since probing can happen in parallel, on different buses. udev should have rules to name the

Re: [PATCH] xtensa: enable sorting extable at build time

2014-03-07 Thread Max Filippov
On Tue, Feb 18, 2014 at 3:48 PM, Max Filippov jcmvb...@gmail.com wrote: Signed-off-by: Max Filippov jcmvb...@gmail.com --- arch/xtensa/Kconfig | 1 + scripts/sortextable.c | 5 + 2 files changed, 6 insertions(+) Ping? David, is this OK for scripts/sortextable.c? diff --git

Re: [x86, vdso] BUG: unable to handle kernel paging request at d34bd000

2014-03-07 Thread Stefani Seibold
Hi Fengguang, did you test the config i had sent to you? My test was all done with current 3.14-rc tree. And with this i have no problem. I just cloned the tip tree and i figured out that the patch was dropped again (BTW: git log does not show that it was ever applied). Okay, that's enough

Re: [PATCH 0/3] gfs: More logging neatening

2014-03-07 Thread Steven Whitehouse
Hi, On Thu, 2014-03-06 at 12:10 -0800, Joe Perches wrote: Joe Perches (3): gfs2: Use pr_level more consistently gfs2: Use fs_level more often gfs2: Convert gfs2_lm_withdraw to use fs_err fs/gfs2/dir.c| 14 fs/gfs2/glock.c | 8 +++-- fs/gfs2/lock_dlm.c | 9

[PATCH] MAINTAINERS: add xtensa irqchips to xtensa port entry

2014-03-07 Thread Max Filippov
Now that irqchip drivers for xtensa live outside arch/xtensa we'd like to add them to our maintenance list. Signed-off-by: Max Filippov jcmvb...@gmail.com --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c6d0e93..a30b047 100644 --- a/MAINTAINERS

Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Maxime Ripard
Hi Russell, On Fri, Mar 07, 2014 at 09:52:23AM +, Russell King - ARM Linux wrote: On Tue, Mar 04, 2014 at 05:28:37PM +0100, Maxime Ripard wrote: The Allwinner A31 SoC using that IP has a reset controller maintaining it reset unless told otherwise. Add some optional reset support to

[PATCH v2 0/3] regulator: s2mps11: Add support for S2MPS14 regulators

2014-03-07 Thread Krzysztof Kozlowski
Hi, This patchset adds support for the S2MPS14 device to the s2mps11 regulator driver. It's a subset of previously sent patches for S2MPS14 device: http://thread.gmane.org/gmane.linux.kernel.samsung-soc/27194/focus=1649217 along with one new patch: - PATCH 2/3: regulator: s2mps11: Add

[PATCH v2 3/3] Documentation: mfd: s2mps11: Document support for S2MPS14

2014-03-07 Thread Krzysztof Kozlowski
Add bindings documentation for S2MPS14 device to the s2mps11 driver. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood lgirdw...@gmail.com Cc: Tomasz Figa t.f...@samsung.com Cc: devicet...@vger.kernel.org Cc: Rob Herring

[PATCH v2 2/3] regulator: s2mps11: Add set_suspend_disable for S2MPS14

2014-03-07 Thread Krzysztof Kozlowski
S2MPS14 regulators support suspend mode where their status is controlled by PWREN coming from SoC. This patch implements the set_suspend_disable for S2MPS14 regulators. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com --- drivers/regulator/s2mps11.c | 51

Re: [PATCH v2 00/13] EFI mixed mode

2014-03-07 Thread David Rientjes
On Thu, 6 Mar 2014, Matt Fleming wrote: Thanks for the report David. I sent a pull request that fixes these errors up. Looks like it got pulled into tip:x86/efi, commit 617b3c37da78 Merge: 994448f1afa6 3db4cafdfd05 Author: Matt Fleming matt.flem...@intel.com Date: Wed Mar 5 18:18:50

[PATCH v2 1/3] regulator: s2mps11: Add support for S2MPS14 regulators

2014-03-07 Thread Krzysztof Kozlowski
Add support for S2MPS14 PMIC regulators to s2mps11 driver. The S2MPS14 has fewer BUCK-s and LDO-s than S2MPS11. It also does not support controlling the BUCK ramp delay. Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood

Re: [PATCH 2/3] regulator: s2mps11: Add set_suspend_disable for S2MPS14

2014-03-07 Thread Krzysztof Kozlowski
On Fri, 2014-03-07 at 10:37 +0800, Mark Brown wrote: On Thu, Mar 06, 2014 at 03:42:22PM +0100, Krzysztof Kozlowski wrote: However in that case the driver won't be able later to change that value back to normal enable (enable_mask). Consider such flow: 1. System is going to suspend. 2.

[PATCH] lib: remove FBCON dependency for fonts

2014-03-07 Thread David Herrmann
Fonts don't depend on CONFIG_FRAMEBUFFER_CONSOLE at all. Remove that. Besides, CONFIG_FONT_SUPPORT is 'select'ed anyway, so the dependencies aren't checked by most higher-level options. It's a relict of the times when fonts where exclusive to the VT layer and fbcon. Signed-off-by: David Herrmann

[PATCH v3 3/8] phy: ti-pipe3: Add SATA compatible to Documentation binding

2014-03-07 Thread Roger Quadros
SATA PHY needs a new compatible ID. Add it to the DT binding documentation. Acked-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH v3 6/8] ARM: dts: omap5: add sata node

2014-03-07 Thread Roger Quadros
From: Balaji T K balaj...@ti.com Add support for sata. [Roger Q] Clean up. CC: Benoit Cousson bcous...@baylibre.com CC: Tony Lindgren t...@atomide.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 40

[PATCH v3 0/8] ARM: OMAP: SATA support for OMAP5 DRA7

2014-03-07 Thread Roger Quadros
Hi Tony Felipe, Kishon has pulled in the relevant PHY patches into his tree. These are the remaining patches from the series. Patches 1 to 3 need to go through Felipe's USB tree. Patches 4 to 8 need to go through Tony's OMAP tree. Thanks. Patches are based on 3.14-rc4 with balbi/next,

[PATCH v3 8/8] ARM: dts: dra7: add OCP2SCP3 and SATA nodes

2014-03-07 Thread Roger Quadros
From: Balaji T K balaj...@ti.com Add nodes for OCP2SCP3 bus, SATA controller and SATA PHY. [Roger Q] Clean up. CC: Benoit Cousson bcous...@baylibre.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/dra7.dtsi | 39

[PATCH v3 7/8] ARM: DRA7: hwmod: Add ocp2scp3 and sata hwmods

2014-03-07 Thread Roger Quadros
From: Nikhil Devshatwar nikhil...@ti.com Add hwmods for ocp2scp3 and sata modules. [Roger Q] Clean up. CC: Benoit Cousson bcous...@baylibre.com CC: Paul Walmsley p...@pwsan.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Nikhil Devshatwar nikhil...@ti.com Signed-off-by: Roger

[PATCH v3 5/8] ARM: OMAP5: hwmod: Add ocp2scp3 and sata hwmods

2014-03-07 Thread Roger Quadros
From: Keshava Munegowda keshava_mgo...@ti.com Create hwmods for ocp2scp3 and sata modules. [Roger Q] Clean up. CC: Benoit Cousson bcous...@baylibre.com CC: Paul Walmsley p...@pwsan.com CC: Tony Lindgren t...@atomide.com Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Roger Quadros

Purchase Order ... Kindly download to view our purchasing order?

2014-03-07 Thread Newton brothers trade group
Good Day, We already made the balance payment on friday, find attachment tt Slip please courier us Bill of landing asap. waiting for your reply urgently. John lander purchase manager sales.departm...@techie.com Purchase Order List.html Description: Binary data

[PATCH v3 2/8] phy: ti-pipe3: Add clocks to PIPE3 PHY Documentation binding

2014-03-07 Thread Roger Quadros
Add wakeup, system and reference clocks to DT binding documentation. Acked-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt | 12 1 file changed, 12 insertions(+) diff --git

[PATCH v3 4/8] ARM: dts: omap5: Add clocks to USB3 PHY node

2014-03-07 Thread Roger Quadros
The USB3 PHY driver now expects named clocks. Add the relevant clocks to the USB3 PHY node. Signed-off-by: Roger Quadros rog...@ti.com --- arch/arm/boot/dts/omap5.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index

Re: [x86, vdso] BUG: unable to handle kernel paging request at d34bd000

2014-03-07 Thread Fengguang Wu
Hi Stefani, On Fri, Mar 07, 2014 at 10:57:28AM +0100, Stefani Seibold wrote: Hi Fengguang, did you test the config i had sent to you? My test was all done with current 3.14-rc tree. And with this i have no problem. The regression is found on commit

Re: [PATCH v3 2/5] i2c: mv64xxx: Add support for the Allwinner A31 I2C driver

2014-03-07 Thread Maxime Ripard
Hi Wolfram, On Wed, Mar 05, 2014 at 05:34:30PM +0100, Wolfram Sang wrote: On Tue, Mar 04, 2014 at 05:28:38PM +0100, Maxime Ripard wrote: The Allwinner A31 I2C controller is almost identical to the one used in the other Allwinner SoCs, except for the fact that it needs to clear the

[PATCH v3 1/8] phy: omap-control: update dra7 and am437 usb2 Documentation bindings

2014-03-07 Thread Roger Quadros
The dra7-usb2 and am437-usb2 bindings have not yet been used. Change them to be more elegant. Acked-by: Kishon Vijay Abraham I kis...@ti.com Signed-off-by: Roger Quadros rog...@ti.com --- Documentation/devicetree/bindings/phy/ti-phy.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH v2 3/5] ARM: dts: AM4372: Add USB nodes

2014-03-07 Thread Roger Quadros
On 03/07/2014 11:15 AM, George Cherian wrote: Add nodes for 2 instances each of - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for AM43xx. Signed-off-by: George Cherian george.cher...@ti.com Acked-by: Roger Quadros rog...@ti.com cheers,

Re: [PATCH v2 4/5] ARM: dts: am437x-gp-evm: Enable USB

2014-03-07 Thread Roger Quadros
Hi George, On 03/07/2014 11:15 AM, George Cherian wrote: Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am437x-gp-evm Signed-off-by: George Cherian george.cher...@ti.com --- arch/arm/boot/dts/am437x-gp-evm.dts | 28

Re: [PATCH v2 4/5] ARM: dts: am437x-gp-evm: Enable USB

2014-03-07 Thread George Cherian
On 3/7/2014 3:55 PM, Roger Quadros wrote: Hi George, On 03/07/2014 11:15 AM, George Cherian wrote: Enable - ocp2scp - USB PHY control module - USB PHY - dwc3_omap - USB for am437x-gp-evm Signed-off-by: George Cherian george.cher...@ti.com ---

Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Russell King - ARM Linux
On Fri, Mar 07, 2014 at 11:07:51AM +0100, Maxime Ripard wrote: Hi Russell, On Fri, Mar 07, 2014 at 09:52:23AM +, Russell King - ARM Linux wrote: On Tue, Mar 04, 2014 at 05:28:37PM +0100, Maxime Ripard wrote: The Allwinner A31 SoC using that IP has a reset controller maintaining it

Re: [PATCH v3 1/5] i2c: mv64xxx: Add reset deassert call

2014-03-07 Thread Wolfram Sang
Since RESET_CONTROLLER is not required for those platforms, it really should be optional - and I think the real fix is for the reset controller support to provide stub functions. I agree; and I assumed it already does. Will resend a patch posted earlier [1] to fix the issue. And still

Re: [PATCH] lib: remove FBCON dependency for fonts

2014-03-07 Thread Geert Uytterhoeven
On Fri, Mar 7, 2014 at 11:14 AM, David Herrmann dh.herrm...@gmail.com wrote: Fonts don't depend on CONFIG_FRAMEBUFFER_CONSOLE at all. Remove that. Besides, CONFIG_FONT_SUPPORT is 'select'ed anyway, so the dependencies aren't checked by most higher-level options. CONFIG_FONT_SUPPORT is indeed

Re: [PATCH] lib: remove FBCON dependency for fonts

2014-03-07 Thread David Herrmann
Hi On Fri, Mar 7, 2014 at 11:39 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On Fri, Mar 7, 2014 at 11:14 AM, David Herrmann dh.herrm...@gmail.com wrote: Fonts don't depend on CONFIG_FRAMEBUFFER_CONSOLE at all. Remove that. Besides, CONFIG_FONT_SUPPORT is 'select'ed anyway, so the

Re: [PATCH v2 3/5] pinctrl: st: Enhance the controller to manage unavailable registers

2014-03-07 Thread srinivas kandagatla
Hi Peppe, Thanks for the patch. On 07/03/14 09:41, Maxime COQUELIN wrote: From: Giuseppe Cavallaro peppe.cavall...@st.com This patch adds a new logic inside the st pinctrl to manage an unsupported scenario: some sysconfig are not available! This is the case of STiH407 where, although

  1   2   3   4   5   6   7   8   9   10   >