From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD52FC7618B for ; Thu, 25 Jul 2019 16:09:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 832F622C7C for ; Thu, 25 Jul 2019 16:09:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729221AbfGYQJL (ORCPT ); Thu, 25 Jul 2019 12:09:11 -0400 Received: from foss.arm.com ([217.140.110.172]:60288 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726087AbfGYQJK (ORCPT ); Thu, 25 Jul 2019 12:09:10 -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 20645174E; Thu, 25 Jul 2019 09:09:10 -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 4BCDE3F71A; Thu, 25 Jul 2019 09:09:08 -0700 (PDT) Date: Thu, 25 Jul 2019 17:08:59 +0100 From: Mark Rutland To: Daniel Axtens Cc: Dmitry Vyukov , Marco Elver , LKML , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Andrey Ryabinin , Alexander Potapenko , Andrey Konovalov , Peter Zijlstra , the arch/x86 maintainers , kasan-dev Subject: Re: [PATCH 1/2] kernel/fork: Add support for stack-end guard page Message-ID: <20190725160859.GA22830@lakrids.cambridge.arm.com> References: <20190719132818.40258-1-elver@google.com> <20190723164115.GB56959@lakrids.cambridge.arm.com> <20190724112101.GB2624@lakrids.cambridge.arm.com> <20190725101458.GC14347@lakrids.cambridge.arm.com> <87r26egn8t.fsf@dja-thinkpad.axtens.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r26egn8t.fsf@dja-thinkpad.axtens.net> 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 26, 2019 at 01:14:26AM +1000, Daniel Axtens wrote: > Mark Rutland writes: > > On Thu, Jul 25, 2019 at 09:53:08AM +0200, Dmitry Vyukov wrote: > >> FTR, Daniel just mailed: > >> > >> [PATCH 0/3] kasan: support backing vmalloc space with real shadow memory > >> https://groups.google.com/forum/#!topic/kasan-dev/YuwLGJYPB4I > >> Which presumably will supersede this. > > > > Neat! > > > > I'll try to follow that, (and thanks for the Cc there), but I'm not on > > any of the lists it went to. IMO it would be nice if subsequent versions > > would be Cc'd to LKML, if that's possible. :) > > Will do - apologies for the oversight. Nothing to apologize for, and thanks in advance! Mark.