Re: [PATCH 1/3] IB/uverbs: reject invalid or unknown opcodes

2015-08-21 Thread Haggai Eran
On Thursday, August 20, 2015 11:52 AM, linux-rdma-ow...@vger.kernel.org on behalf of Sagi Grimberg wrote: > On 8/19/2015 7:37 PM, Christoph Hellwig wrote: >> We have many WR opcodes that are only supported in kernel space >> and/or require optional information to be copied into the WR >> struct

Build failures in v3.18-stable-queue

2015-08-21 Thread Guenter Roeck
Sasha, I see all x86_64 builds failing in v3.18-stable-queue. arch/x86/built-in.o: In function `nmi': (.entry.text+0x1da4): undefined reference to `restore_c_regs_and_iret' Guenter -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.ke

[patch 1/2] mm: make page pfmemalloc check more robust

2015-08-21 Thread akpm
From: Michal Hocko Subject: mm: make page pfmemalloc check more robust The patch c48a11c7ad26 ("netvm: propagate page->pfmemalloc to skb") added the checks for page->pfmemalloc to __skb_fill_page_desc(): if (page->pfmemalloc && !page->mapping) skb->pfmemalloc = true; It

Re: [PATCH] ARM: orion5x: fix legacy orion5x IRQ numbers

2015-08-21 Thread Gregory CLEMENT
Hi Benjamin, On 21/08/2015 13:33, Benjamin Cama wrote: > Hi Grégory, > > Le samedi 15 août 2015 à 16:17 +0200, Gregory CLEMENT a écrit : >> I amended the patch from Benjamin as it break the build for >> dove. Could you test it again wit this version? > > Thanks for the fix. I don't have much tim

Re: [Intel-gfx] [PATCH] drm/i915: Flush pipecontrol post-sync writes

2015-08-21 Thread Ville Syrjälä
On Fri, Aug 21, 2015 at 04:08:41PM +0100, Chris Wilson wrote: > In order to flush the results from in-batch pipecontrol writes (used for > example in glQuery) before declaring the batch complete (and so declaring > the query results coherent), we need to set the FlushEnable bit in our > flushing pi

[PATCH] drm/i915: Flush pipecontrol post-sync writes

2015-08-21 Thread Chris Wilson
In order to flush the results from in-batch pipecontrol writes (used for example in glQuery) before declaring the batch complete (and so declaring the query results coherent), we need to set the FlushEnable bit in our flushing pipecontrol. The FlushEnable bit "waits until all previous writes of imm

Re: [PATCH] usb: musb: dsps: handle the otg_state_a_wait_vrise_timeout case

2015-08-21 Thread Gregory CLEMENT
Hi all, On 20/08/2015 18:12, Gregory CLEMENT wrote: > According to the OTG specification after a timeout of > OTG_TIME_A_WAIT_VRISE (the maximum value is 100ms) the driver must > move from the state a_wait_vrise to the state a_wait_bcon. However, > the dsps version of musb does not handle this cas

Re: [PATCH] ARM: orion5x: fix legacy orion5x IRQ numbers

2015-08-21 Thread Benjamin Cama
Hi Grégory, Le samedi 15 août 2015 à 16:17 +0200, Gregory CLEMENT a écrit : > I amended the patch from Benjamin as it break the build for > dove. Could you test it again wit this version? Thanks for the fix. I don't have much time to test it, but as the dts conversion patch for my Linkstation Min

[PATCH v2] rtc: s5m: fix to update ctrl register

2015-08-21 Thread Joonyoung Shim
According to datasheet, the S2MPS13X and S2MPS14X should update write buffer via setting WUDR bit to high after ctrl register is written. If not, ALARM interrupt of rtc-s5m doesn't happen first time when i use tools/testing/selftests/timers/rtctest.c test program and hour format is used to 12 hour

Re: [PATCH] rtc: s5m: fix to update ctrl register

2015-08-21 Thread Krzysztof Kozlowski
On 21.08.2015 17:49, Joonyoung Shim wrote: > On 08/21/2015 04:25 PM, Krzysztof Kozlowski wrote: >> On 21.08.2015 15:58, Joonyoung Shim wrote: >>> On 08/21/2015 10:21 AM, Krzysztof Kozlowski wrote: On 21.08.2015 10:00, Joonyoung Shim wrote: > On 08/21/2015 09:44 AM, Krzysztof Kozlowski wrot

Re: [PATCH] rtc: s5m: fix to update ctrl register

2015-08-21 Thread Joonyoung Shim
On 08/21/2015 04:25 PM, Krzysztof Kozlowski wrote: > On 21.08.2015 15:58, Joonyoung Shim wrote: >> On 08/21/2015 10:21 AM, Krzysztof Kozlowski wrote: >>> On 21.08.2015 10:00, Joonyoung Shim wrote: On 08/21/2015 09:44 AM, Krzysztof Kozlowski wrote: > On 21.08.2015 08:15, Alexandre Belloni w

Re: Applied "spi: sunxi: fix transfer timeout" to the spi tree

2015-08-21 Thread Michal Suchanek
On 21 August 2015 at 01:20, Mark Brown wrote: > On Thu, Aug 20, 2015 at 02:06:51PM -0700, Mark Brown wrote: >> The patch >> >>spi: sunxi: fix transfer timeout >> >> has been applied to the spi tree at >> >>git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git > > ...and reverted si

Re: [PATCH] rtc: s5m: fix to update ctrl register

2015-08-21 Thread Krzysztof Kozlowski
On 21.08.2015 15:58, Joonyoung Shim wrote: > On 08/21/2015 10:21 AM, Krzysztof Kozlowski wrote: >> On 21.08.2015 10:00, Joonyoung Shim wrote: >>> On 08/21/2015 09:44 AM, Krzysztof Kozlowski wrote: On 21.08.2015 08:15, Alexandre Belloni wrote: > Hi, > > On 13/08/2015 at 17:49:24 +09