Re: [PATCH 4/4] ARM: mvebu: add armada drm init to Dove board setup

2014-07-01 Thread Sebastian Hesselbarth
On 07/01/2014 03:36 PM, Russell King - ARM Linux wrote: On Tue, Jul 01, 2014 at 03:21:41PM +0200, Sebastian Hesselbarth wrote: On 07/01/2014 03:10 PM, Russell King - ARM Linux wrote: On Tue, Jul 01, 2014 at 03:04:31PM +0200, Sebastian Hesselbarth wrote: If you want to do this then you need to a

Re: [PATCH 4/4] ARM: mvebu: add armada drm init to Dove board setup

2014-07-01 Thread Russell King - ARM Linux
On Tue, Jul 01, 2014 at 03:40:14PM +0200, Sebastian Hesselbarth wrote: > On 07/01/2014 03:36 PM, Russell King - ARM Linux wrote: >> On Tue, Jul 01, 2014 at 03:21:41PM +0200, Sebastian Hesselbarth wrote: >>> On 07/01/2014 03:10 PM, Russell King - ARM Linux wrote: On Tue, Jul 01, 2014 at 03:04:3

Re: Desktop PC freezes after showing many times the lines "AMD-Vi: Completion-Wait loop timed out" and "BUG: soft lockup - CPU#2 stuck for 23s!"

2014-07-01 Thread Borislav Petkov
Hi Kelvin, On Tue, Jul 01, 2014 at 03:30:59PM +0200, Kelvin Gonzalez wrote: > Thank you Joerg and Borislav, sure, np. Btw, please do not top-post when replying to that thread. > There is no BIOS Update available for this Mother Board. It has the most > recent from Jan 2014. And I didn't find an

Re: [RFC PATCH 0/6] kernel: Add support for restart notifier call chain

2014-07-01 Thread Guenter Roeck
On 07/01/2014 04:24 AM, Catalin Marinas wrote: On Mon, Jun 30, 2014 at 09:28:51PM +0100, Guenter Roeck wrote: On Mon, Jun 30, 2014 at 08:59:47PM +0100, Russell King - ARM Linux wrote: On Mon, Jun 30, 2014 at 12:11:33PM -0700, Guenter Roeck wrote: Various drivers implement architecture and/or d

Re: PATCH 0/2 tmon: fix a few minor security issues

2014-07-01 Thread Zhang Rui
On Tue, 2014-07-01 at 07:42 -0400, Neil Horman wrote: > On Tue, Jun 17, 2014 at 04:05:07PM -0400, Neil Horman wrote: > > Just a few little fixups for tmon, to prevent abuse of its logging facility > > > > Best > > Neil > > > Ping, Zhang, Jacob acked these, but I've not seen them go into your tree

Re: [PATCH 5/5] drm/i915: Kick out vga console

2014-07-01 Thread Ed Tomlinson
Hi Chris, I had to rediff to get a patch that applies... I am not hanging with this applied - it does look like the i915 is starting is initialization later boot the new kernel. [2.389796] [drm] Radeon Display Connectors [2.389798] [drm] Connector 0: [2.389799] [drm] DP-1 [2.3

Re: [PATCH 0/6] Various Samsung fixes for v3.16-rc3

2014-07-01 Thread Tomasz Figa
Hi, On 24.06.2014 15:57, Tomasz Figa wrote: > This series inteds to fix various issues spotted while testing v3.16-rc2. > The patches should be reasonably independent from each other and so could be > picked to respective trees. See descriptions of individual patches for more > information. > > T

[RESEND: PATCH - v3] phy: Add serdes phy driver for keystone

2014-07-01 Thread Murali Karicheri
This phy driver added to support keystone PCI driver. This is a generic phy driver and currently it supports only SerDes for PCI Controller. The hw vendor that provides the phy hw published only registers and their values. So this driver uses these hard coded values to initialize the phy. Signed-o

Re: [PATCH] [sched] Don't account time after deadline twice

2014-07-01 Thread Juri Lelli
On Tue, 1 Jul 2014 15:08:16 +0200 Peter Zijlstra wrote: > On Sun, Jun 29, 2014 at 09:26:10PM -0400, Zhihui Zhang wrote: > > Unless we want to double-penalize an overrun task, the time after the > > deadline > > and before the current time is already accounted in the negative > > dl_se->runtime

Re: [PATCHv8 1/4] mfd: sec-core: Add support for S2MPU02 device

2014-07-01 Thread Lee Jones
On Wed, 25 Jun 2014, Chanwoo Choi wrote: > Add support for Samsung S2MPU02 PMIC device to the MFD sec-core driver. > The S2MPU02 device includes PMIC/RTC/Clock devices. > > Signed-off-by: Chanwoo Choi > Reviewed-by: Krzysztof Kozlowski > --- > drivers/mfd/sec-core.c | 46 ++--

Re: [PATCHv8 2/4] regulator: s2mps11: Add support S2MPU02 regulator device

2014-07-01 Thread Lee Jones
On Wed, 25 Jun 2014, Chanwoo Choi wrote: > This patch add S2MPU02 regulator device to existing S2MPS11 device driver > because of little difference between S2MPS1x and S2MPU02. The S2MPU02 > regulator device includes LDO[1-28] and BUCK[1-7]. > > Signed-off-by: Chanwoo Choi > [Add missing linear_

Re: [PATCHv8 4/4] mfd: sec-core: Prepare regulators for suspend state to reduce power-consumption

2014-07-01 Thread Lee Jones
On Wed, 25 Jun 2014, Chanwoo Choi wrote: > This patch use regulator_suspend_prepare() function to prepare the proper > state > of regulators for suspend state to remove un-necessary leakage > power-consumption. > > Signed-off-by: Chanwoo Choi > --- > drivers/mfd/Kconfig| 1 + > drivers/m

[PATCH 05/33] ARM: at91/dt: rm9200: define clocks

2014-07-01 Thread Alexandre Belloni
Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91rm9200.dtsi | 304 ++ 1 file changed, 304 insertions(+) diff --git a/arch/arm/boot/dts/at91rm9200.dtsi b/arch/arm/boot/dts/at91rm9200.dtsi index c61b16fba79b..477cfe570f47 100644 --- a/arch/arm/boot/d

[PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-01 Thread Alexandre Belloni
When the main crystal frequency is not set, the main clock is approximated using the MAINF value in the CKGR_MCFR register. Warn the user in that case. Signed-off-by: Alexandre Belloni --- drivers/clk/at91/clk-main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/at91/clk-main.c

Re: [PATCH v4] USB: ehci-pci: USB host controller support for Intel Quark X1000

2014-07-01 Thread Alan Stern
On Tue, 1 Jul 2014, Chen, Alvin wrote: > From: Bryan O'Donoghue > > The EHCI packet buffer in/out threshold is programmable for Intel Quark X1000 > USB host controller, and the default value is 0x20 dwords. The in/out > threshold > can be programmed to 0x80 dwords (512 Bytes) to maximize the pe

[PATCH 07/33] ARM: at91/dt: at91rm9200ek: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define at91rm9200ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91rm9200ek.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts index df6b0aa0e4dd..43eb779dd6f6 10

[PATCH 00/33] ARM: at91: Switch remaining SoCs and boards to CCF

2014-07-01 Thread Alexandre Belloni
This patch set adds support for the common clock framwork to the remaining atml SoCs: at91rm9200, at91sam9260, at91sam9263, at91sam9g45. It also defines the necessary main crystal and slow crystal frequencies. I couldn't find datasheets for the following boards: - mpa1600 - ge863-pro3 - animeo

[PATCH] scripts/tags.sh: Include compat_sys_* symbols in the generated tags

2014-07-01 Thread Catalin Marinas
Since the kernel now has a COMPAT_SYSCALL infrastructure (commit 468366138850f), add the corresponding regex for generating compat_sys_* symbols in the tags files (similar to sys_*). Signed-off-by: Catalin Marinas Cc: Alexander Viro Cc: Andrew Morton --- scripts/tags.sh | 2 ++ 1 file changed,

[PATCH 13/33] ARM: at91/dt: foxg20: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Acme Systems srl Fox G20 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Douglas Gilbert --- arch/arm/boot/dts/at91-foxg20.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91-foxg20.dts b/arch/arm/boot/dts/at91-foxg20.dts index

[PATCH 21/33] ARM: at91/dt: kizbox: define main crystal frequency

2014-07-01 Thread Alexandre Belloni
Define kizbox board's main crystal frequency. Signed-off-by: Alexandre Belloni Cc: Gael Portay --- arch/arm/boot/dts/kizbox.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/kizbox.dts b/arch/arm/boot/dts/kizbox.dts index 928f6eef2d59..e83e4f9310b8 100644 --- a/arch/

[PATCH 12/33] ARM: at91/dt: at91sam9g20ek: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define at91sam9g20ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9g20ek_common.dtsi b/arch/arm/boot/dts/at91sam9g20ek_common.dtsi index c

[PATCH 23/33] ARM: at91/dt: sam9g45: define clocks

2014-07-01 Thread Alexandre Belloni
Define the at91sam9g45 clocks in the SoC dtsi file. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9g45.dtsi | 340 - 1 file changed, 339 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/at91sam9g45.dtsi b/arch/arm/boot/dts/at91sam9

[PATCH 31/33] ARM: at91/dt: sam9263ek: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define at91sam9263ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9263ek.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts index 15009c9f2293..5cf93eecd8f

[PATCH 26/33] ARM: at91/dt: pm9g45: crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Ronetix pm9g45 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/pm9g45.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/pm9g45.dts b/arch/arm/boot/dts/pm9g45.dts index 33ffabe9c4c8..66afcff67fde 100644 --- a/arch/a

[PATCH 33/33] ARM: at91/dt: usb_a9263: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Calao USB-A9263 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Gregory Hermant --- arch/arm/boot/dts/usb_a9263.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/usb_a9263.dts b/arch/arm/boot/dts/usb_a9263.dts index 290e60383baf..6

Re: [PATCH] x86_32,entry: Do syscall exit work on badsys (CVE-2014-4508)

2014-07-01 Thread Andy Lutomirski
On Tue, Jul 1, 2014 at 3:52 AM, Quentin Casasnovas wrote: > On Mon, Jun 23, 2014 at 02:22:15PM -0700, Andy Lutomirski wrote: >> The bad syscall nr paths are their own incomprehensible route >> through the entry control flow. Rearrange them to work just like >> syscalls that return -ENOSYS. >> >>

[PATCH 32/33] ARM: at91/dt: tny_a9263: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Calao TNY-A9263 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Gregory Hermant --- arch/arm/boot/dts/tny_a9263.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/tny_a9263.dts b/arch/arm/boot/dts/tny_a9263.dts index 0751a6a979a8..3

[PATCH 30/33] ARM: at91: move at91sam9263 SoC to the CCF

2014-07-01 Thread Alexandre Belloni
This patch removes the selection of AT91_USE_OLD_CLK when selecting at91sam9263 SoC support. This will automatically enable COMMON_CLK_AT91 option and add support for at91 common clock implementation. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/Kconfig | 1 - 1 file changed, 1 deleti

[RFC PATCH] kgdb: Timeout if secondary CPUs ignore the roundup

2014-07-01 Thread Daniel Thompson
Currently if an active CPU fails to respond to a roundup request the CPU that requested the roundup will become stuck. This needlessly reduces the robustness of the debugger. This patch introduces a timeout allowing the system state to be examined even when the system contains unresponsive process

[PATCH 29/33] ARM: at91/dt: sam9263: define clocks

2014-07-01 Thread Alexandre Belloni
Define the at91sam9263 clocks in the SoC dtsi file. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9263.dtsi | 311 + 1 file changed, 311 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi index

Re: [PATCH v9] mm: support madvise(MADV_FREE)

2014-07-01 Thread Rik van Riel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2014 08:36 PM, Minchan Kim wrote: > Linux doesn't have an ability to free pages lazy while other OS > already have been supported that named by madvise(MADV_FREE). > > The gain is clear that kernel can discard freed pages rather than > swap

Re: [PATCH resend v2 1/3] mfd-core: Don't register supplies from add_device, add register_supply_aliases()

2014-07-01 Thread Lee Jones
On Tue, 01 Jul 2014, Hans de Goede wrote: > On 07/01/2014 11:22 AM, Lee Jones wrote: > > On Mon, 30 Jun 2014, Hans de Goede wrote: > > > >> We cannot register supply alias in mfd_add_device before calling > >> platform_add_device because platform-dev's name must be set before > >> registering > >

[PATCH 25/33] ARM: at91/dt: sam9m10g45ek: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define at91sam9m10g45ek main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9m10g45ek.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts index 9f5b0a674995.

[PATCH 27/33] ARM: at91/dt: cosino define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Cosino boards main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Rodolfo Giometti --- arch/arm/boot/dts/at91-cosino.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91-cosino.dtsi b/arch/arm/boot/dts/at91-cosino.dtsi index df4b78

[PATCH 28/33] ARM: at91: prepare common clk transition for sam9263

2014-07-01 Thread Alexandre Belloni
Enclose the sam9263 old clk registration in "#if defined(CONFIG_OLD_CLK_AT91) #endif" Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91sam9263.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91sam9263.c b/arch/arm/mach-at91/at91sam9263.

[PATCH 22/33] ARM: at91: prepare common clk transition for sam9g45

2014-07-01 Thread Alexandre Belloni
Enclose the sam9g45 old clk registration in "#if defined(CONFIG_OLD_CLK_AT91) #endif" Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91sam9g45.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91sam9g45.c b/arch/arm/mach-at91/at91sam9g45.

Re: [PATCH 5/5] man-pages: cap_rights_get: retrieve Capsicum fd rights

2014-07-01 Thread Andy Lutomirski
On Tue, Jul 1, 2014 at 2:19 AM, David Drysdale wrote: > On Mon, Jun 30, 2014 at 03:28:14PM -0700, Andy Lutomirski wrote: >> On Mon, Jun 30, 2014 at 3:28 AM, David Drysdale wrote: >> > Signed-off-by: David Drysdale >> > --- >> > man2/cap_rights_get.2 | 126 >> > +

[PATCH 24/33] ARM: at91: move at91sam9g45 SoC to the CCF

2014-07-01 Thread Alexandre Belloni
This patch removes the selection of AT91_USE_OLD_CLK when selecting at91sam9g45 SoC support. This will automatically enable COMMON_CLK_AT91 option and add support for at91 common clock implementation. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/Kconfig | 1 - 1 file changed, 1 deleti

[PATCH 20/33] ARM: at91/dt: animeo_ip: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Somfy Animeo IP main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/animeo_ip.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts index 3c4f6d983cbd..4e0ad3b82796 100644 --

[PATCH 18/33] ARM: at91/dt: ge863-pro3: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Telit GE863-PRO3, AK signal CDU and Telit EVK-PRO3 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Fabio Porcedda Cc: Jiri Prchal --- arch/arm/boot/dts/ge863-pro3.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/ge863-pro3.dtsi

[PATCH 15/33] ARM: at91/dt: tny_a9260: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Calao TNY-A9260 and TNY-A9G20 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Gregory Hermant --- arch/arm/boot/dts/tny_a9260_common.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/tny_a9260_common.dtsi b/arch/arm/boot/dts/tny_

[PATCH 19/33] ARM: at91/dt: ethernut5: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define egnite Ethernut 5 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Tim Schendekehl --- arch/arm/boot/dts/ethernut5.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/ethernut5.dts b/arch/arm/boot/dts/ethernut5.dts index 143b6d25b

[PATCH 17/33] ARM: at91/dt: mpa1600: define crytals frequencies

2014-07-01 Thread Alexandre Belloni
Define Phontech MPA 1600 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Joachim Eastwood --- arch/arm/boot/dts/mpa1600.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/mpa1600.dts b/arch/arm/boot/dts/mpa1600.dts index ccf9ea242f72..f0f5

[PATCH 14/33] ARM: at91/dt: usb_a9260: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Calao USB-A9260, USB-A9G20 and USB-A9G20-LPW main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Gregory Hermant --- arch/arm/boot/dts/usb_a9260_common.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/usb_a9260_common.dtsi b/arch/ar

[PATCH 11/33] ARM: at91: move at91sam9260 SoCs to the CCF

2014-07-01 Thread Alexandre Belloni
This patch removes the selection of AT91_USE_OLD_CLK when selecting at91sam9260 SoCs support. This will automatically enable COMMON_CLK_AT91 option and add support for at91 common clk implementation. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/Kconfig | 1 - 1 file changed, 1 deletio

[PATCH 16/33] ARM: at91/dt: qil_a9260: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Calao QIL-A9260 main and slow crystals frequencies. Signed-off-by: Alexandre Belloni Cc: Gregory Hermant --- arch/arm/boot/dts/at91-qil_a9260.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91-qil_a9260.dts b/arch/arm/boot/dts/at91-qil_a9260.dts index

Re: [RFC PATCH] kgdb: Timeout if secondary CPUs ignore the roundup

2014-07-01 Thread Jason Wessel
On 07/01/2014 09:16 AM, Daniel Thompson wrote: > Currently if an active CPU fails to respond to a roundup request the > CPU that requested the roundup will become stuck. This needlessly > reduces the robustness of the debugger. > > This patch introduces a timeout allowing the system state to be exa

[PATCH 10/33] ARM: at91/dt: sam9g20: define clocks

2014-07-01 Thread Alexandre Belloni
Define the at91sam9g20 clocks that differ from at91sam9260 in the SoC dtsi file. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9g20.dtsi | 24 1 file changed, 24 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9g20.dtsi b/arch/arm/boot/dts/at91sam9g

[PATCH 04/33] ARM: at91: prepare common clk transition for rm9200

2014-07-01 Thread Alexandre Belloni
Enclose the rm9200 old clk registration in "#if defined(CONFIG_OLD_CLK_AT91) #endif" Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91rm9200.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c in

Re: [PATCH v2] perf/x86/intel: ignore CondChgd bit to avoid false NMI handling

2014-07-01 Thread Don Zickus
On Mon, Jun 30, 2014 at 03:22:24PM -0700, Andi Kleen wrote: > > > > I'm also interested in the behaviour of CondChgd bit on Ivy Bridge > > processors. > > The intended meaning of CondChgd is that a hardware debugger has taken over > the > PMU. It shouldn't really be set in other circumstances.

[PATCH 08/33] ARM: at91: prepare common clk transition for sam9260

2014-07-01 Thread Alexandre Belloni
Enclose the sam9260 old clk registration in "#if defined(CONFIG_OLD_CLK_AT91) #endif" Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91sam9260.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91sam9260.c b/arch/arm/mach-at91/at91sam9260.

[PATCH 02/33] ARM: at91/dt: ariag25: define crystals frequencies

2014-07-01 Thread Alexandre Belloni
Define Acme Systems Aria G25 board main and slow crystals frequencies. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91-ariag25.dts | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts index 55ab6180e350..

[PATCH 01/33] Documentation: dt: document all the atmel pmc compatibles

2014-07-01 Thread Alexandre Belloni
Documentation for atmel-pmc only list one compatible, add the remaining compatible strings. Signed-off-by: Alexandre Belloni --- Documentation/devicetree/bindings/arm/atmel-pmc.txt | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/atmel

[PATCH 09/33] ARM: at91/dt: sam9260: define clocks

2014-07-01 Thread Alexandre Belloni
Define the at91sam9260 clocks in the SoC dtsi file. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9260.dtsi | 314 - 1 file changed, 313 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9

[PATCH 06/33] ARM: at91: move at91rm9200 SoC to the CCF

2014-07-01 Thread Alexandre Belloni
This patch removes the selection of AT91_USE_OLD_CLK when selecting at91rm9200 SoC support. This will automatically enable COMMON_CLK_AT91 option and add support for at91 common clk implementation. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/Kconfig | 1 - 1 file changed, 1 deletion(

[PATCH 3/3] ARM: STi: STiH407: Add reset controller support.

2014-07-01 Thread Peter Griffin
This patch adds the reset controller DT nodes for the powerdown, softreset and picophy controllers. Signed-off-by: Peter Griffin --- arch/arm/boot/dts/stih407.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/stih407.dtsi b/arch/arm/boot/dts/stih407.dt

[PATCH 0/3] Add reset controllers for STiH407 SoC

2014-07-01 Thread Peter Griffin
This series adds reset controller support for the STiH407 SoC. Peter Griffin (3): drivers: reset: stih407: Add softreset, powerdown and picophy controllers ARM: sti: Add STiH407 Kconfig entry to select STIH407_RESET ARM: STi: STiH407: Add reset controller support. .../bindings/reset/st

[PATCH 2/3] ARM: sti: Add STiH407 Kconfig entry to select STIH407_RESET

2014-07-01 Thread Peter Griffin
Signed-off-by: Peter Griffin --- arch/arm/mach-sti/Kconfig | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index 878e9ec..8825bc9 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig @@ -42,4 +42,14 @@ config

[PATCH 1/3] drivers: reset: stih407: Add softreset, powerdown and picophy controllers

2014-07-01 Thread Peter Griffin
This patch adds a softreset, powerdown and picophy reset controllers for the STiH407 SoC. With this patch three new devices are registered: - 1. st,stih407-powerdown 2. st,stih407-softreset 3. st,stih407-picophyreset All three devices use system configuration registers mapped via regmap to perfor

Re: [RFC PATCH] dlm: Remove unused conf from lm_grant

2014-07-01 Thread Jeff Layton
On Tue, 01 Jul 2014 06:20:10 -0700 Joe Perches wrote: > While doing a bit of adding argument names to fs.h, > I looked at lm_grant and it seems the 2nd argument > is always NULL. > > How about removing it? > > This doesn't apply as it depends on some other patches > but it should be clear enoug

Re: [PATCH] btrfs compression: merge inflate and deflate z_streams

2014-07-01 Thread David Sterba
On Tue, Jul 01, 2014 at 12:32:10AM +0900, Sergey Senozhatsky wrote: > `struct workspace' used for zlib compression contains two zlib > z_stream-s: `def_strm' used in zlib_compress_pages(), and `inf_strm' > used in zlib_decompress/zlib_decompress_biovec(). None of these > functions use `inf_strm' an

[PATCH] UBIFS: fix some comments

2014-07-01 Thread Seunghun Lee
This patch fixes some comments about return type. Signed-off-by: Seunghun Lee --- fs/ubifs/recovery.c |4 ++-- fs/ubifs/scan.c |5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/fs/ubifs/recovery.c b/fs/ubifs/recovery.c index c14adb2..933dda5 100644 --- a/fs/ubi

[PATCH] rmap: fix pgoff calculation to handle hugepage correctly

2014-07-01 Thread Naoya Horiguchi
I triggered VM_BUG_ON() in vma_address() when I try to migrate an anonymous hugepage with mbind() in the kernel v3.16-rc3. This is because pgoff's calculation in rmap_walk_anon() fails to consider compound_order() only to have an incorrect value. So this patch fixes it. Signed-off-by: Naoya Horigu

Re: [BUILD BUG][3.16-rc3] Error: too many copied sections (max = 13)

2014-07-01 Thread Steven Rostedt
On Mon, 30 Jun 2014 22:09:18 -0700 Andy Lutomirski wrote: > I just successfully built your config, albeit with a different > toolchain. Can you do: > > for i in arch/x86/vdso/*.so.dbg; do echo $i; eu-readelf -S $i; done > > after a failed build? I'll have to do this tomorrow. My boxes are o

Re: [PATCH 1/3] drivers: reset: stih407: Add softreset, powerdown and picophy controllers

2014-07-01 Thread Patrice Chotard
Hi Peter 2 minor remarks below Thanks On 07/01/2014 04:30 PM, Peter Griffin wrote: This patch adds a softreset, powerdown and picophy reset controllers for the STiH407 SoC. With this patch three new devices are registered: - 1. st,stih407-powerdown 2. st,stih407-softreset 3. st,stih407-picoph

Re: [PATCH v9] mm: support madvise(MADV_FREE)

2014-07-01 Thread Kirill A. Shutemov
On Tue, Jul 01, 2014 at 09:36:15AM +0900, Minchan Kim wrote: > + do { > + /* > + * XXX: We can optimize with supporting Hugepage free > + * if the range covers. > + */ > + next = pmd_addr_end(addr, end); > + if (pmd_tran

[PATCH v10] Convert NVMe driver to blk-mq

2014-07-01 Thread Matias Bjørling
Hi all, Thanks for the feedback. I've rebased the patch on top of 3.16-rc3. Willy, if you like to rebase your current patchset for 3.17 on top of rc3. Then I'll rebase the patch on top. Thank you. A branch with the patch on top is found here: https://github.com/MatiasBjorling/linux-collab nvm

Re: [PATCH v4 0/2] rcu: uninline rcu_lock_acquire() and rcu_lock_release()

2014-07-01 Thread Oleg Nesterov
On 06/30, Paul E. McKenney wrote: > > On Mon, Jun 30, 2014 at 06:18:37PM +0200, Oleg Nesterov wrote: > > Hello, > > > > May be correct this time ;) Based on paulmck/linux-rcu.git rcu/next. > > > > 2/2 is new and hopefully trivial. But! the numbers look suspiciously > > good, I do not understand whe

Re: [PATCH] UBIFS: fix some comments

2014-07-01 Thread Artem Bityutskiy
On Tue, 2014-07-01 at 23:45 +0900, Seunghun Lee wrote: > This patch fixes some comments about return type. > > Signed-off-by: Seunghun Lee Pushed to linux-ubifs.git, thanks! -- Best Regards, Artem Bityutskiy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: [BUILD BUG][3.16-rc3] Error: too many copied sections (max = 13)

2014-07-01 Thread Andy Lutomirski
On Tue, Jul 1, 2014 at 7:49 AM, Steven Rostedt wrote: > On Mon, 30 Jun 2014 22:09:18 -0700 > Andy Lutomirski wrote: > > >> I just successfully built your config, albeit with a different >> toolchain. Can you do: >> >> for i in arch/x86/vdso/*.so.dbg; do echo $i; eu-readelf -S $i; done >> >> afte

Re: mm: slub: invalid memory access in setup_object

2014-07-01 Thread Christoph Lameter
On Mon, 30 Jun 2014, David Rientjes wrote: > It's not at all clear to me that that patch is correct. Wei? Looks ok to me. But I do not like the convoluted code in new_slab() which Wei's patch does not make easier to read. Makes it difficult for the reader to see whats going on. Lets drop the us

[PATCH] clk: s2mps11: Fix clk_ops

2014-07-01 Thread Karol Wrona
s32mps11 clocks had registered callbacks for prepare ,unprepare and is_enable what was wrong and caused i.e. that unused clocks were not disabled. Regmap_read is cached so it can be called in is_prepare callback to achieve this information. Enabled field was removed from struct s2mps11_clk. Chang

Re: PATCH 0/2 tmon: fix a few minor security issues

2014-07-01 Thread Neil Horman
On Tue, Jul 01, 2014 at 09:49:25PM +0800, Zhang Rui wrote: > On Tue, 2014-07-01 at 07:42 -0400, Neil Horman wrote: > > On Tue, Jun 17, 2014 at 04:05:07PM -0400, Neil Horman wrote: > > > Just a few little fixups for tmon, to prevent abuse of its logging > > > facility > > > > > > Best > > > Neil >

Re: [PATCH v1] PCI: enable ASPM configuration in PCIE POWERSAVE mode

2014-07-01 Thread Stephen Warren
On 07/01/2014 01:16 AM, Vidya Sagar wrote: > commit 1a680b7c moved pcie_aspm_powersave_config_link() out of > pci_raw_set_power_state() to pci_set_power_state() which would enable > ASPM. But, with commit db288c9c, which re-introduced the following check > ./drivers/pci/pci.c: pci_set_power_state()

Re: [PATCH 22/24] ARM64:ILP32: Use a seperate syscall table as a few syscalls need to be using the compat syscalls.

2014-07-01 Thread Catalin Marinas
On Sat, May 24, 2014 at 12:02:17AM -0700, Andrew Pinski wrote: > diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S > index 1e1ebfc..8241ffe 100644 > --- a/arch/arm64/kernel/entry.S > +++ b/arch/arm64/kernel/entry.S > @@ -620,9 +620,14 @@ ENDPROC(ret_from_fork) > */ > .align

[PATCH 4/4] DRBG: HMAC-SHA1 DRBG has crypto strength of 128 bits

2014-07-01 Thread Stephan Mueller
The patch corrects the security strength of the HMAC-SHA1 DRBG to 128 bits. This strength defines the size of the seed required for the DRBG. Thus, the patch lowers the seeding requirement from 256 bits to 128 bits for HMAC-SHA1. Signed-off-by: Stephan Mueller --- crypto/drbg.c | 2 +- 1 file ch

Re: [PATCH RFC net-next 03/14] bpf: introduce syscall(BPF, ...) and BPF maps

2014-07-01 Thread Andy Lutomirski
On Mon, Jun 30, 2014 at 10:47 PM, Alexei Starovoitov wrote: > On Mon, Jun 30, 2014 at 3:09 PM, Andy Lutomirski wrote: >> On Sat, Jun 28, 2014 at 11:36 PM, Alexei Starovoitov >> wrote: >>> On Sat, Jun 28, 2014 at 6:52 PM, Andy Lutomirski >>> wrote: On Sat, Jun 28, 2014 at 1:49 PM, Alexei

[PATCH 3/4] DRBG: fix memory corruption for AES192

2014-07-01 Thread Stephan Mueller
For the CTR DRBG, the drbg_state->scratchpad temp buffer (i.e. the memory location immediately before the drbg_state->tfm variable is the buffer that the BCC function operates on. BCC operates blockwise. Making the temp buffer drbg_statelen(drbg) in size is sufficient when the DRBG state length is

[PATCH 2/4] DRBG: Mix a time stamp into DRBG state

2014-07-01 Thread Stephan Mueller
The current locking approach of the DRBG tries to keep the protected code paths very minimal. It is therefore possible that two threads query one DRBG instance at the same time. When thread A requests random numbers, a shadow copy of the DRBG state is created upon which the request for A is process

[PATCH RT] sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()

2014-07-01 Thread Steven Rostedt
I talked with Peter Zijlstra about this, and he told me that the clearing of the PF_NO_SETAFFINITY flag was to deal with the optimization of migrate_disable/enable() that ignores tasks that have that flag set. But that optimization was removed when I did a rework of the cpu hotplug code. I found

[PATCH v2] serial: 8250_dw: support high baudrates if possible

2014-07-01 Thread Alex Elder
Currently the Synopsys DesignWare 8250 driver assumes its UART clock runs at a fixed rate. If a "real" clock was set up using the common clock framework, and that clock's rate is adjustable, it may be possible to support a wider range of baud rates by changing the UART clock rate. This is done by

Re: [PATCH v5 07/14] mfd: Add driver for Maxim 77802 Power Management IC

2014-07-01 Thread Lee Jones
On Thu, 26 Jun 2014, Javier Martinez Canillas wrote: > Maxim MAX77802 is a power management chip that contains 10 high > efficiency Buck regulators, 32 Low-dropout (LDO) regulators used > to power up application processors and peripherals, a 2-channel > 32kHz clock outputs, a Real-Time-Clock (RTC)

[PATCH v2] phy: phy-samsung-usb2: Change phy power on/power off sequence

2014-07-01 Thread Kamil Debski
The Exynos4412 USB 2.0 PHY hardware differs from the description provided in the documentation. Some register bits have different function. This patch fixes the defines of register bits and changes the way how phys are powered on and off. Signed-off-by: Kamil Debski --- drivers/phy/phy-exynos4x1

[PATCH 1/4] DRBG: Select correct DRBG core for stdrng

2014-07-01 Thread Stephan Mueller
When the DRBG is initialized, the core is looked up using the DRBG name. The name that can be used for the lookup is registered in cra_driver_name. The cra_name value contains stdrng. Thus, the lookup code must use crypto_tfm_alg_driver_name to obtain the precise DRBG name and select the correct D

[PATCH 0/4] DRBG: Fixes for code review comments

2014-07-01 Thread Stephan Mueller
Hi, the following fixes cover comments from code reviewers. The patch set is an addition to the patch set offered several days ago [1]. [1] https://lkml.org/lkml/2014/6/28/497 Stephan Mueller (4): DRBG: Select correct DRBG core for stdrng DRBG: Mix a time stamp into DRBG state DRBG: fix me

Re: [PATCH v2 07/12] usb: chipidea: add a generic driver

2014-07-01 Thread Sergei Shtylyov
Hello. On 07/01/2014 02:42 PM, Alexandre Belloni wrote: Well, there is nothing specific about the Berlin CI. Some subsystems use the 'generic' keyword in these cases. Do you see a particular reason I should use some Berlin related compatible here? Not must, one suggestion is: can you change

Re: [PATCH] UBIFS: fix some comments

2014-07-01 Thread Randy Dunlap
On 07/01/14 07:45, Seunghun Lee wrote: > This patch fixes some comments about return type. > > Signed-off-by: Seunghun Lee > --- > fs/ubifs/recovery.c |4 ++-- > fs/ubifs/scan.c |5 ++--- > 2 files changed, 4 insertions(+), 5 deletions(-) > > diff --git a/fs/ubifs/recovery.c b/fs/ub

[PATCH v4 RESEND] devicetree: bindings: separate CPU enable method descriptions

2014-07-01 Thread Alex Elder
The bindings for CPU enable methods are defined in ".../arm/cpus.txt". As additional 32-bit ARM CPUS are converted to use the "enable-method" CPU property to imply a particular set of SMP operations to use, the list of these methods is likely to become unwieldy. The current documentation already

Questions about Optimizing network I/O

2014-07-01 Thread Vadim Lebedev
Hello, I'm looking for advice on optimizing a SOCKS proxy software which i modified to support TCP <=> UDP tunnelling. The modification of standard SOCKS protocol is pretty straightforward, i've added a command that tells to socks server that destination socket is a UDP socket so the server expe

Re: [PATCH 22/24] ARM64:ILP32: Use a seperate syscall table as a few syscalls need to be using the compat syscalls.

2014-07-01 Thread Pinski, Andrew
> On Jul 1, 2014, at 8:07 AM, "Catalin Marinas" wrote: > >> On Sat, May 24, 2014 at 12:02:17AM -0700, Andrew Pinski wrote: >> diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S >> index 1e1ebfc..8241ffe 100644 >> --- a/arch/arm64/kernel/entry.S >> +++ b/arch/arm64/kernel/entry.S

Re: [PATCH] UBIFS: fix some comments

2014-07-01 Thread Artem Bityutskiy
On Tue, 2014-07-01 at 08:27 -0700, Randy Dunlap wrote: > > - * This function returns %0 on success and a negative error code on > > failure. > > + * This function returns the scaned information on success and a negative > > error > > scanned I'll correct this, th

Re: [PATCH] staging: gdm72xx: move T_CAPABILITY bit definitions to hci.h

2014-07-01 Thread Ben Chan
On Tue, Jul 1, 2014 at 6:00 AM, Michalis Pappas wrote: > Signed-off-by: Michalis Pappas > --- > drivers/staging/gdm72xx/gdm_wimax.c | 10 +++--- > drivers/staging/gdm72xx/hci.h | 6 ++ > 2 files changed, 9 insertions(+), 7 deletions(-) > > diff --git a/drivers/staging/gdm72xx/gdm_

Re: [PATCH 3/4] ARM: dts: dove: enable lcd0 on SolidRun CuBox

2014-07-01 Thread Jean-Francois Moine
On Tue, 1 Jul 2014 15:04:30 +0200 Sebastian Hesselbarth wrote: > From: Russell King > > This enables lcd0 on SolidRun CuBox which is connected to TDA998x > HDMI transmitter. Also, set the external video clock connected to > Si5351 clock generator. > > Signed-off-by: Russell King > Signed-off

Re: [PATCHv2] usb: gadget: serial: replace hardcoded ttyGS with PREFIX

2014-07-01 Thread Richard Leitner
On Tue, 1 Jul 2014 09:31:49 +0200 Richard Leitner wrote: > On Mon, 30 Jun 2014 07:45:43 -0700 > Greg Kroah-Hartman wrote: > > > > > > > From: Of Richard Leitner > > > > > > > Replaces all hardcoded ttyGS strings with the PREFIX macro. > > > > > > > Due to the fact the strings are spread over di

Urgent Help Please,

2014-07-01 Thread Mr. RWH Lee
I need your assistance in transferring funds worth $47.1million dollars. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http:/

[PATCH] treewide: Fix typo in printk

2014-07-01 Thread Masanari Iida
This patch fix spelling typo in printk within vairous part of the code. Signed-off-by: Masanari Iida --- arch/blackfin/mach-common/ints-priority.c | 2 +- drivers/gpu/drm/i915/intel_bios.c | 2 +- drivers/i2c/busses/i2c-s3c2410.c | 2 +- drivers/infini

[PATCH v2 1/1] clk: Fix build warnings

2014-07-01 Thread Sachin Kamat
‘all_lists’ and ‘orphan_list’ is accessed only when DEBUG_FS is defined. Thus, make their compilation conditional to fix the below warnings introduced by commit 27b8d5f723 ("clk: flatten clk tree in debugfs"): drivers/clk/clk.c:40:27: warning: ‘all_lists’ defined but not used [-Wunused-variable] d

Re: [RFC 1/1] proc: constify seq_operations

2014-07-01 Thread Fabian Frederick
> On 01 July 2014 at 10:17 Christoph Hellwig wrote: > > > On Mon, Jun 30, 2014 at 01:39:39PM -0700, Andrew Morton wrote: > > On Mon, 30 Jun 2014 21:03:17 +0200 Fabian Frederick wrote: > > > > > proc_uid_seq_operations, proc_gid_seq_operations and > > > proc_projid_seq_operations > > > are only

[PATCH] treewide: Fix typo in printk

2014-07-01 Thread Masanari Iida
This patch fix spelling typo in printk within vairous part of the code. Signed-off-by: Masanari Iida --- arch/blackfin/mach-common/ints-priority.c | 2 +- drivers/gpu/drm/i915/intel_bios.c | 2 +- drivers/i2c/busses/i2c-s3c2410.c | 2 +- drivers/infini

Re: [PATCH] sched: fix warnings in linux/sched.h

2014-07-01 Thread Nicolas Dichtel
Le 25/06/2014 11:10, Nicolas Dichtel a écrit : Seen when compiling with W=1. Warnings were: In file included from arch/x86/kernel/asm-offsets.c:9:0: include/linux/sched.h:875:25: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] include/linux/sched.h:882:25: warnin

<    1   2   3   4   5   6   7   8   >