Re: [PATCH 0/8] MADV_FREE support
On 01/11/15 12:51 AM, David Rientjes wrote: > On Fri, 30 Oct 2015, Minchan Kim wrote: > >> MADV_FREE is on linux-next so long time. The reason was two, I think. >> >> 1....
View ArticleRe: [PATCH 2/2] i2c: add driver for Sigma Designs SMP8642 I2C master
On Sat, Oct 31, 2015 at 05:35:57PM +0000, Mans Rullgard wrote: > This adds a driver for the Sigma Designs SMP8642 built-in I2C master > controller. The hardware is very similar to the I2C...
View Articlelinux-next: build failure after merge of the pm tree
Hi Rafael, After merging the pm tree, today's linux-next build (arm multi_v7_defconfig) failed like this: arch/arm/mach-mediatek/mediatek.c: In function 'mediatek_timer_init':...
View Article[PATCH v6 1/3] percpu: remove PERCPU_ENOUGH_ROOM which is stale definition
As pure cleanup, this patch removes PERCPU_ENOUGH_ROOM which is not used any more. That is, no code refers to the definition. Signed-off-by: Jungseok Lee <jungseoklee85@gmail.com> ---...
View Article[PATCH v6 2/3] percpu: add PERCPU_ATOM_SIZE for a generic percpu area setup
There is no room to adjust 'atom_size' now when a generic percpu area is used. It would be redundant to write down an architecture-specific setup_per_cpu_areas() in order to only change the...
View Article[PATCH v6 3/3] arm64: Introduce IRQ stack
Currently, kernel context and interrupts are handled using a single kernel stack navigated by sp_el1. This forces a system to use 16KB stack, not 8KB one. This restriction can make low memory...
View Article[PATCH v6 0/3] Introduce IRQ stack on arm64 with percpu changes
This is version 6 of IRQ stack on arm64. A major change between v5 and v6 is how IRQ stack is allocated. The space is allocated via generic VM APIs, such as __get_free_pages() or kmalloc() up to v5....
View Articlelinux-next: manual merge of the rdma tree with Linus' tree
Hi Doug, Today's linux-next merge of the rdma tree got a conflict in: net/sunrpc/xprtrdma/svc_rdma_recvfrom.c between commit: c91aed989694 ("svcrdma: handle rdma read with a non-zero initial page...
View ArticleRe: [PATCH v2 00/11] mtd: migrate 'of_node' handling to core, not in...
On Fri, 30 Oct 2015 20:33:19 -0700 Brian Norris <computersforpeace@gmail.com> wrote: > Hi, > > I noticed that, for MTD drivers that want to support DT partition parsing >...
View Article[GIT pull] irq fixes for 4.3
Linus, please pull the latest irq-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus The last two one-liners for 4.3 from the irqchip space:...
View ArticleRe: [PATCH v4 3/6] arm64: ftrace: fix a stack tracer's output under function...
On Oct 30, 2015, at 2:25 PM, AKASHI Takahiro wrote: Hi Akashi, > Function graph tracer modifies a return address (LR) in a stack frame > to hook a function return. This will result in many...
View Article[GIT pull] timer fixes for 4.3
Linus, please pull the latest timers-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus The last round of minimalistic fixes for...
View Article[GIT pull] x86 fixes for 4.3
Linus, please pull the latest x86-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-for-linus This set of updates contains: - Another bugfix for the...
View Articlelinux-next: manual merge of the drm tree with Linus' tree
Hi Dave, Today's linux-next merge of the drm tree got conflicts in: drivers/gpu/drm/amd/amdgpu/dce_v10_0.c drivers/gpu/drm/amd/amdgpu/dce_v11_0.c drivers/gpu/drm/amd/amdgpu/dce_v8_0.c between commit:...
View ArticleRe: [PATCH v4 1/4] Documentation: dt-bindings: Describe SROMc configuration
W dniu 31.10.2015 o 02:15, Rob Herring pisze: > On Fri, Oct 30, 2015 at 2:23 AM, Krzysztof Kozlowski > <k.kozlowski@samsung.com> wrote: >> On 30.10.2015 15:58, Pavel Fedin wrote:...
View ArticleRe: [PATCH v4 6/6] arm64: ftrace: add arch-specific stack tracer
On Oct 30, 2015, at 2:25 PM, AKASHI Takahiro wrote: Hi Akashi, > Stack tracer on arm64, check_stack(), is uniqeue in the following > points: > * analyze a function prologue of a traced...
View Articlelinux-next: manual merge of the modules tree with the kbuild tree
Hi Rusty, Today's linux-next merge of the modules tree got a conflict in: scripts/Makefile.modpost between commit: 19a3cc83353e ("Kbuild, lto: Add Link Time Optimization support v3") from the kbuild...
View Article[PATCH] lustre: obdclass: fix sparse warning
Fix the following warning given by sparse: drivers/staging/lustre/lustre/obdclass/cl_lock.c:690:5: warning: symbol 'cl_lock_mutex_try' was not declared. Should it be static? Signed-off-by: Paul Davies...
View ArticleRe: [PATCH v4 1/4] Documentation: dt-bindings: Describe SROMc configuration
W dniu 30.10.2015 o 19:43, Pavel Fedin pisze: > Hello! > >> Please, carefully look at: >> Documentation/devicetree/bindings/net/gpmc-eth.txt >>...
View ArticleRe: [PATCH] devicetree: add Sigma Designs vendor prefix
On 02/10/2015 19:21, Mans Rullgard wrote: > Add the "sigma" vendor prefix for Sigma Designs, Inc. > > Signed-off-by: Mans Rullgard <mans@mansr.com> > --- >...
View Article