Re: Change MINSIGSTKSZ and SIGSTKSIZE

2014-04-13 Thread Alan Modra
On Sat, Apr 12, 2014 at 02:59:55AM -0700, Haren Myneni wrote: > Alan, > LTP test (signalstack02) is failing. Ignore the stupid test. Do *NOT* change the kernel value to match glibc. The two sets of constants are independent. The glibc constants are for user code, to allocate correctly si

Re: [PATCH v3] powerpc: kvm: make _PAGE_NUMA take effect

2014-04-13 Thread Alexander Graf
On 13.04.14 04:27, Liu ping fan wrote: On Fri, Apr 11, 2014 at 10:03 PM, Alexander Graf wrote: On 11.04.2014, at 13:45, Liu Ping Fan wrote: When we mark pte with _PAGE_NUMA we already call mmu_notifier_invalidate_range_start and mmu_notifier_invalidate_range_end, which will mark existing g

RE: [PATCH v3] dmaengine: driver support for FSL RaidEngine device.

2014-04-13 Thread Xuelin Shi
Hi Dan, fsl dma device and fsl raid device are two differenct devices that both provide async_memcpy capability, so I use !FSL_DMA to disable the fsl dma device. That's to say, either select fsldma device, either fsl raid device. Thanks, Xuelin Shi -Original Message- From: dan.j.willi

[PATCH 2/2] fsl/mpic_timer: make mpic_timer to support deep sleep feature

2014-04-13 Thread Dongsheng Wang
From: Wang Dongsheng At T104x platfrom the timer clock will be changed when system going to deep sleep. Add suspend function to switch timer time before system going to deep sleep, and recovery the time after resume from deep sleep. Signed-off-by: Wang Dongsheng diff --git a/arch/powerpc/sysde

[PATCH 1/2] powerpc/mpc85xx: add two functions to get suspend state which is standby or mem

2014-04-13 Thread Dongsheng Wang
From: Wang Dongsheng Add set_pm_suspend_state & pm_suspend_state functions to set/get suspend state. When system going to sleep, devices can get the system suspend state(STANDBY/MEM) through pm_suspend_state function and handle different situations. Signed-off-by: Wang Dongsheng diff --git a/