Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp8981430ybi; Tue, 23 Jul 2019 19:24:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqwCw4AXa836i95pQxrh9AgE8bO3KbrdRb6NtTh/0Sm+TCJJLjdNydGpBBignvq8yf47rueO X-Received: by 2002:a62:874d:: with SMTP id i74mr8608485pfe.94.1563935071647; Tue, 23 Jul 2019 19:24:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563935071; cv=none; d=google.com; s=arc-20160816; b=LK8tkS4UeAfVXY6F6oHc0HVqnFcgdASfTdhL7OK3WOhsODjLS38Fc+fHnxBaYjTVbz M4aprHdevngT14TTQdLUHL0ZAcCGTQAizfe6i5DwlDKiC7YPgIPIdvPyhaMeFiQYBjh4 0LZyxb55OSYB+7Sp72g21xxP8114gAQ3I0AFhPv4WY0KpE6zH/RSLpXpKJhpwVQG8FTI JHXrsTvh23/ykeoKwKCHveqYvcLUdykcNnsIlyJfD9fIWNLUZKxlw/eX0TVJV053I6Tg FWF55EpDuNY44i6zM1j0C54qBqn0GostyJouqt3bUB3u9trJU6F2rk8nySKg6ldFyQXb 0FnQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=CWX87h+Ok9E97o55gY6nn+kgeIPA0nmVYXdmyOIRyCY=; b=LPO+XhXq3tRahDpJvtkwhEmUeH+iFdE0Ib/2DocykDDayAkIc7XSwkk8T6J4EPtOTx x3axNr7rHpPBjyHhWyfpcftviWUv465p0ILlwDJeywXblUbxfzONx+eskAVeKK7qOjXA uqOCIw+xofx6GrISbienOh3WmzHutKJmj7GJBl7xpyGpL7TGAZdDKPugucVYInR0hjgJ fRgqGvGDAjoj+Q61H7up9+tUvTiTdkdgb0IqsHfw9DbZvWZAXhK01DcbwhptHFjkyLM+ YIDeA2EJikZEExETRAsGRZGhW3PY2FUjf0/u0S2mXDufBsMbi53tbBy2pSo8rFsWNMLR tQHg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 59si13306807plc.425.2019.07.23.19.24.16; Tue, 23 Jul 2019 19:24:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390883AbfGWQlV (ORCPT + 99 others); Tue, 23 Jul 2019 12:41:21 -0400 Received: from foss.arm.com ([217.140.110.172]:57496 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728505AbfGWQlV (ORCPT ); Tue, 23 Jul 2019 12:41:21 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E3C0B337; Tue, 23 Jul 2019 09:41:19 -0700 (PDT) Received: from lakrids.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 3A13E3F71A; Tue, 23 Jul 2019 09:41:18 -0700 (PDT) Date: Tue, 23 Jul 2019 17:41:16 +0100 From: Mark Rutland To: Marco Elver Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Andrey Konovalov , Peter Zijlstra , x86@kernel.org, kasan-dev@googlegroups.com Subject: Re: [PATCH 1/2] kernel/fork: Add support for stack-end guard page Message-ID: <20190723164115.GB56959@lakrids.cambridge.arm.com> References: <20190719132818.40258-1-elver@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190719132818.40258-1-elver@google.com> User-Agent: Mutt/1.11.1+11 (2f07cb52) (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 19, 2019 at 03:28:17PM +0200, Marco Elver wrote: > Enabling STACK_GUARD_PAGE helps catching kernel stack overflows immediately > rather than causing difficult-to-diagnose corruption. Note that, unlike > virtually-mapped kernel stacks, this will effectively waste an entire page of > memory; however, this feature may provide extra protection in cases that cannot > use virtually-mapped kernel stacks, at the cost of a page. > > The motivation for this patch is that KASAN cannot use virtually-mapped kernel > stacks to detect stack overflows. An alternative would be implementing support > for vmapped stacks in KASAN, but would add significant extra complexity. Do we have an idea as to how much additional complexity? > While the stack-end guard page approach here wastes a page, it is > significantly simpler than the alternative. We assume that the extra > cost of a page can be justified in the cases where STACK_GUARD_PAGE > would be enabled. > > Note that in an earlier prototype of this patch, we used > 'set_memory_{ro,rw}' functions, which flush the TLBs. This, however, > turned out to be unacceptably expensive, especially when run with > fuzzers such as Syzkaller, as the kernel would encounter frequent RCU > timeouts. The current approach of not flushing the TLB is therefore > best-effort, but works in the test cases considered -- any comments on > better alternatives or improvements are welcome. Ouch. I don't think that necessarily applies to other architectures, and from my PoV it would be nicer if we could rely on regular vmap'd stacks. That way we have one code path, and we can rely on the fault. > > Signed-off-by: Marco Elver > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: Borislav Petkov > Cc: "H. Peter Anvin" > Cc: Andrey Ryabinin > Cc: Alexander Potapenko > Cc: Dmitry Vyukov > Cc: Andrey Konovalov > Cc: Mark Rutland > Cc: Peter Zijlstra > Cc: x86@kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: kasan-dev@googlegroups.com > --- > arch/Kconfig | 15 +++++++++++++++ > arch/x86/include/asm/page_64_types.h | 8 +++++++- > include/linux/sched/task_stack.h | 11 +++++++++-- > kernel/fork.c | 22 +++++++++++++++++++++- > 4 files changed, 52 insertions(+), 4 deletions(-) > > diff --git a/arch/Kconfig b/arch/Kconfig > index e8d19c3cb91f..cca3258fff1f 100644 > --- a/arch/Kconfig > +++ b/arch/Kconfig > @@ -935,6 +935,21 @@ config LOCK_EVENT_COUNTS > the chance of application behavior change because of timing > differences. The counts are reported via debugfs. > > +config STACK_GUARD_PAGE > + default n > + bool "Use stack-end page as guard page" > + depends on !VMAP_STACK && ARCH_HAS_SET_DIRECT_MAP && THREAD_INFO_IN_TASK && !STACK_GROWSUP > + help > + Enable this if you want to use the stack-end page as a guard page. > + This causes kernel stack overflows to be caught immediately rather > + than causing difficult-to-diagnose corruption. Note that, unlike > + virtually-mapped kernel stacks, this will effectively waste an entire > + page of memory; however, this feature may provide extra protection in > + cases that cannot use virtually-mapped kernel stacks, at the cost of > + a page. Note that, this option does not implicitly increase the > + default stack size. The main use-case is for KASAN to avoid reporting > + misleading bugs due to stack overflow. These dependencies can also be satisfied on arm64, but I don't believe this will work correctly there, and we'll need something like a ARCH_HAS_STACK_GUARD_PAGE symbol so that x86 can opt-in. On arm64 our exception vectors don't specify an alternative stack, so we don't have a direct equivalent to x86 double-fault handler. Our kernel stack overflow handling requires explicit tests in the entry assembly that are only built (or valid) when VMAP_STACK is selected. > + > source "kernel/gcov/Kconfig" > > source "scripts/gcc-plugins/Kconfig" > diff --git a/arch/x86/include/asm/page_64_types.h b/arch/x86/include/asm/page_64_types.h > index 288b065955b7..b218b5713c02 100644 > --- a/arch/x86/include/asm/page_64_types.h > +++ b/arch/x86/include/asm/page_64_types.h > @@ -12,8 +12,14 @@ > #define KASAN_STACK_ORDER 0 > #endif > > +#ifdef CONFIG_STACK_GUARD_PAGE > +#define STACK_GUARD_SIZE PAGE_SIZE > +#else > +#define STACK_GUARD_SIZE 0 > +#endif > + > #define THREAD_SIZE_ORDER (2 + KASAN_STACK_ORDER) > -#define THREAD_SIZE (PAGE_SIZE << THREAD_SIZE_ORDER) > +#define THREAD_SIZE ((PAGE_SIZE << THREAD_SIZE_ORDER) - STACK_GUARD_SIZE) I'm pretty sure that common code relies on THREAD_SIZE being a power-of-two. I also know that if we wanted to enable this on arm64 that would very likely be a requirement. For example, in kernel/trace/trace_stack.c we have: | this_size = ((unsigned long)stack) & (THREAD_SIZE-1); ... and INIT_TASK_DATA() allocates the initial task stack using THREAD_SIZE, so that may require special care, as it might not be sized or aligned as you expect. > > #define EXCEPTION_STACK_ORDER (0 + KASAN_STACK_ORDER) > #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER) > diff --git a/include/linux/sched/task_stack.h b/include/linux/sched/task_stack.h > index 2413427e439c..7ee86ad0a282 100644 > --- a/include/linux/sched/task_stack.h > +++ b/include/linux/sched/task_stack.h > @@ -11,6 +11,13 @@ > > #ifdef CONFIG_THREAD_INFO_IN_TASK > > +#ifndef STACK_GUARD_SIZE > +#ifdef CONFIG_STACK_GUARD_PAGE > +#error "Architecture not compatible with STACK_GUARD_PAGE" > +#endif > +#define STACK_GUARD_SIZE 0 > +#endif The core code you add assumes that when enabled, this is PAGE_SIZE, so I think the definition should live in a common header. As above, it should not be possible to select CONFIG_STACK_GUARD_PAGE unless the architecture supports it. If nothing else, this avoids getting bug reports on randconfigs. Thanks, Mark. > + > /* > * When accessing the stack of a non-current task that might exit, use > * try_get_task_stack() instead. task_stack_page will return a pointer > @@ -18,14 +25,14 @@ > */ > static inline void *task_stack_page(const struct task_struct *task) > { > - return task->stack; > + return task->stack + STACK_GUARD_SIZE; > } > > #define setup_thread_stack(new,old) do { } while(0) > > static inline unsigned long *end_of_stack(const struct task_struct *task) > { > - return task->stack; > + return task->stack + STACK_GUARD_SIZE; > } > > #elif !defined(__HAVE_THREAD_FUNCTIONS) > diff --git a/kernel/fork.c b/kernel/fork.c > index d8ae0f1b4148..22033b03f7da 100644 > --- a/kernel/fork.c > +++ b/kernel/fork.c > @@ -94,6 +94,7 @@ > #include > #include > #include > +#include > > #include > #include > @@ -249,6 +250,14 @@ static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) > THREAD_SIZE_ORDER); > > if (likely(page)) { > + if (IS_ENABLED(CONFIG_STACK_GUARD_PAGE)) { > + /* > + * Best effort: do not flush TLB to avoid the overhead > + * of flushing all TLBs. > + */ > + set_direct_map_invalid_noflush(page); > + } > + > tsk->stack = page_address(page); > return tsk->stack; > } > @@ -258,6 +267,7 @@ static unsigned long *alloc_thread_stack_node(struct task_struct *tsk, int node) > > static inline void free_thread_stack(struct task_struct *tsk) > { > + struct page* stack_page; > #ifdef CONFIG_VMAP_STACK > struct vm_struct *vm = task_stack_vm_area(tsk); > > @@ -285,7 +295,17 @@ static inline void free_thread_stack(struct task_struct *tsk) > } > #endif > > - __free_pages(virt_to_page(tsk->stack), THREAD_SIZE_ORDER); > + stack_page = virt_to_page(tsk->stack); > + > + if (IS_ENABLED(CONFIG_STACK_GUARD_PAGE)) { > + /* > + * Avoid flushing TLBs, and instead rely on spurious fault > + * detection of stale TLBs. > + */ > + set_direct_map_default_noflush(stack_page); > + } > + > + __free_pages(stack_page, THREAD_SIZE_ORDER); > } > # else > static struct kmem_cache *thread_stack_cache; > -- > 2.22.0.657.g960e92d24f-goog >