Re: [PATCH v3 27/27] ARM: dts: omap3: Fix gpmc and NAND nodes
Tony, On 13/10/15 18:18, Tony Lindgren wrote: > * Roger Quadros <rogerq@ti.com> [151012 23:33]: >> On 13/10/15 03:43, Tony Lindgren wrote: >>> * Roger Quadros...
View Article[PATCH v4 2/8] crypto/lzo: support contextless compression API
Now, contextless compression API is introduced and it can reduce memory overhead in some cases. All compression algorithm will support it. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> ---...
View Article[PATCH v4 4/8] crypto/deflate: support contextless compression API
Now, contextless compression API is introduced and it can reduce memory overhead in some cases. All compression algorithm will support it. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> ---...
View Article[PATCH v4 3/8] crypto/lz4: support contextless compressiona API
Now, contextless compression API is introduced and it can reduce memory overhead in some cases. All compression algorithm will support it. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> ---...
View ArticleRe: [PATCH] gfp: GFP_RECLAIM_MASK should include __GFP_NO_KSWAPD
On Wed 14-10-15 13:58:05, Pan Xinhui wrote: > Hi, all > I am working on some debug features' development. > I use kmalloc in some places of *scheduler*. This sounds inherently dangerous. >...
View ArticleRe: [PATCH v2 1/4] asm-generic: add pci required defines and functions
Hi Ley, [auto build test WARNING on v4.3-rc5 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url:...
View Article[tip:irq/core] irqchip/mxs: Panic if ioremap or domain creation fails
Commit-ID: e59a8451be1162d5a10a33e40092f1796cb8fdca Gitweb: http://git.kernel.org/tip/e59a8451be1162d5a10a33e40092f1796cb8fdca Author: Oleksij Rempel <linux@rempel-privat.de> AuthorDate: Mon, 12...
View Article[tip:irq/core] irqchip/mxs: Prepare driver for hardware with different offsets
Commit-ID: 25e34b44313b61d7a87819498ccfd0129441604a Gitweb: http://git.kernel.org/tip/25e34b44313b61d7a87819498ccfd0129441604a Author: Oleksij Rempel <linux@rempel-privat.de> AuthorDate: Mon, 12...
View Article[PATCH v2 0/4] Simple wait queue support
Hi, As Peter pointed out the conversion to swait in completion is not so simple. For the time being I drop it and look at them later again. The main reason is that complete_all() can be called from...
View Article[tip:irq/core] irqchip/mxs: Add Alphascale ASM9260 support
Commit-ID: 7e4ac676ee468108886f12a20e25795f1c330939 Gitweb: http://git.kernel.org/tip/7e4ac676ee468108886f12a20e25795f1c330939 Author: Oleksij Rempel <linux@rempel-privat.de> AuthorDate: Mon, 12...
View Article[PATCH v2 3/4] rcu: use simple wait queues where possible in rcutree
From: Paul Gortmaker <paul.gortmaker@windriver.com> As of commit dae6e64d2bcfd4b06304ab864c7e3a4f6b5fedf4 ("rcu: Introduce proper blocking to no-CBs kthreads GP waits") the RCU subsystem started...
View Article[PATCH v2 4/4] rcu: Do not call swake_up_all with rnp->lock holding
By moving the rcu_nocb_gp_cleanup() call out of the rnp->lock protected region we avoid a deadlock as lockdep reported. swake_up_all() is toggling IRQ enable/disable. That means we might start...
View Article[PATCH v2 2/4] KVM: use simple waitqueue for vcpu->wq
From: Marcelo Tosatti <mtosatti@redhat.com> The problem: On -rt, an emulated LAPIC timer instances has the following path: 1) hard interrupt 2) ksoftirqd is scheduled 3) ksoftirqd wakes up vcpu...
View Article[PATCH v2 1/4] wait.[ch]: Introduce the simple waitqueue (swait) implementation
From: "Peter Zijlstra (Intel)" <peterz@infradead.org> The existing wait queue support has support for custom wake up call backs, wake flags, wake key (passed to call back) and exclusive flags...
View Article[PATCH] fix return value error
Signed-off-by: Heloise NH <os@iscas.ac.cn> --- drivers/infiniband/hw/ipath/ipath_fs.c | 2 +- drivers/infiniband/hw/qib/qib_fs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git...
View ArticleRe: [PATCH] mfd: axp20x: Add a cell for the power button part of the,axp288...
So the patch will be refined to remove the comment as follows. Any else comments? @@ -572,6 +587,11 @@ static struct mfd_cell axp288_cells[] = { .resources = axp288_fuel_gauge_resources, }, { + .name...
View ArticleHA Proxy dropping same response all the time
Dear all. I am new to the mailing list and mailing for the very first time. I have a problem with my HA Proxy and would like to have advice to solve the issue. Issue is that HA Proxy does not send...
View ArticleRE: HA Proxy dropping same response all the time
The version I am using is 1.5.14. [root@FC-HAProxy log]# /usr/local/haproxy/sbin/haproxy -v HA-Proxy version 1.5.14 2015/07/02 Copyright 2000-2015 Willy Tarreau <willy@haproxy.org> From: Yu...
View ArticleRe: [PATCH v2 2/4] dmaengine: Add STM32 DMA driver
Hi Daniel, 2015-10-13 16:34 GMT+02:00 Daniel Thompson <daniel.thompson@linaro.org>: > On 13/10/15 15:05, M'boumba Cedric Madianga wrote: >> >> This patch adds support for the...
View ArticleRe: [PATCH 04/20] x86: Rewrite copy_siginfo_{to,from}_user32
On Thu, Oct 15, 2015 at 7:41 PM, Oleg Nesterov <oleg@redhat.com> wrote: > OOH ;) I'll try to look at this patch and the changes in the generic > code later. A couple of nits right now....
View Article