From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752180AbcAEKNx (ORCPT ); Tue, 5 Jan 2016 05:13:53 -0500 Received: from foss.arm.com ([217.140.101.70]:57288 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751415AbcAEKNt (ORCPT ); Tue, 5 Jan 2016 05:13:49 -0500 Date: Tue, 5 Jan 2016 10:13:43 +0000 From: Catalin Marinas To: Andrew Morton Cc: zhongjiang , linux-kernel@vger.kernel.org, ryabinin.a.a@gmail.com, linux-mm@kvack.org, qiuxishi@huawei.com, long.wanglong@huawei.com, Will Deacon Subject: Re: [PATCH] arm64: fix add kasan bug Message-ID: <20160105101342.GB14545@localhost.localdomain> References: <1451556549-8962-1-git-send-email-zhongjiang@huawei.com> <20160104131333.6603ea788a59150e728970f2@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160104131333.6603ea788a59150e728970f2@linux-foundation.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 04, 2016 at 01:13:33PM -0800, Andrew Morton wrote: > On Thu, 31 Dec 2015 18:09:09 +0800 zhongjiang wrote: > > > From: zhong jiang > > > > In general, each process have 16kb stack space to use, but > > stack need extra space to store red_zone when kasan enable. > > the patch fix above question. > > Thanks. I grabbed this, but would prefer that the arm64 people handle > it? I would also prefer taking such fix via the arm64 tree, though we are currently still going through the post-holiday email backlog. -- Catalin