From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753134AbcADVNg (ORCPT ); Mon, 4 Jan 2016 16:13:36 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:51140 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbcADVNf (ORCPT ); Mon, 4 Jan 2016 16:13:35 -0500 Date: Mon, 4 Jan 2016 13:13:33 -0800 From: Andrew Morton To: zhongjiang Cc: , , , , , Subject: Re: [PATCH] arm64: fix add kasan bug Message-Id: <20160104131333.6603ea788a59150e728970f2@linux-foundation.org> In-Reply-To: <1451556549-8962-1-git-send-email-zhongjiang@huawei.com> References: <1451556549-8962-1-git-send-email-zhongjiang@huawei.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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?