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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34E09C433F5 for ; Fri, 27 May 2022 10:37:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351004AbiE0KhB (ORCPT ); Fri, 27 May 2022 06:37:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351003AbiE0Kg5 (ORCPT ); Fri, 27 May 2022 06:36:57 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 001D1FD346 for ; Fri, 27 May 2022 03:36:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=IF9nCsay9b1zL7n/9831jhzI49UpiZKBNI0m2nwfxfA=; t=1653647812; x=1654857412; b=fxCpGfbeP4wXE75fAYiFPS68z3zrdh/pliGWB1sb7LFLfzR 3cJdtHebpcJto7ekOxFt+NCjwvlY0clyMwTgEsZu2BebAdn7t8KyPXVtTi9K+hTUicJ7sTN5sKxQ6 zQcTDZAESEVD+8PGdz/o4dk/Lqrn4MtIGW8fmP9YPmF4NojaJ9zz/VbqtpFEoA/nP7uM+YVVRrhsd RYAA0xtCVE3KMglQhpMB/TSmMaiTJjDpm9EAj6mflhQ++zwe0A26lV51yHbf3keGuGrwaju4OqSIk 8EWMRA5jvVqK1IUGg/NX0R5U7LgREcAFbJ384VC9z1zqTI2Lyaz+1KkxulMKiuGQ==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.95) (envelope-from ) id 1nuXKg-0060dp-WD; Fri, 27 May 2022 12:36:39 +0200 Message-ID: <69af5884316c279102fe64d654326de946463641.camel@sipsolutions.net> Subject: Re: [RFC PATCH v3] UML: add support for KASAN under x86_64 From: Johannes Berg To: David Gow , Vincent Whitchurch , Patricia Alfonso , Jeff Dike , Richard Weinberger , anton.ivanov@cambridgegreys.com, Dmitry Vyukov , Brendan Higgins Cc: kasan-dev , linux-um@lists.infradead.org, LKML , Daniel Latypov Date: Fri, 27 May 2022 12:36:37 +0200 In-Reply-To: <20220526010111.755166-1-davidgow@google.com> References: <20220525111756.GA15955@axis.com> <20220526010111.755166-1-davidgow@google.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.1 (3.44.1-1.fc36) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2022-05-25 at 18:01 -0700, David Gow wrote: >=20 > --- > arch/um/Kconfig | 15 +++++++++++++++ > arch/um/Makefile | 6 ++++++ > arch/um/include/asm/common.lds.S | 2 ++ > arch/um/kernel/Makefile | 3 +++ > arch/um/kernel/dyn.lds.S | 6 +++++- > arch/um/kernel/mem.c | 18 ++++++++++++++++++ > arch/um/os-Linux/mem.c | 22 ++++++++++++++++++++++ > arch/um/os-Linux/user_syms.c | 4 ++-- > arch/x86/um/Makefile | 3 ++- > arch/x86/um/vdso/Makefile | 3 +++ > mm/kasan/shadow.c | 20 +++++++++++++++++++- >=20 Btw, it looks like you also forgot to git add the (new) file arch/um/include/asm/kasan.h from Patricia's patch? johannes From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from s3.sipsolutions.net ([2a01:4f8:191:4433::2] helo=sipsolutions.net) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nuXKu-00HNrj-PG for linux-um@lists.infradead.org; Fri, 27 May 2022 10:36:54 +0000 Message-ID: <69af5884316c279102fe64d654326de946463641.camel@sipsolutions.net> Subject: Re: [RFC PATCH v3] UML: add support for KASAN under x86_64 From: Johannes Berg Date: Fri, 27 May 2022 12:36:37 +0200 In-Reply-To: <20220526010111.755166-1-davidgow@google.com> References: <20220525111756.GA15955@axis.com> <20220526010111.755166-1-davidgow@google.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: David Gow , Vincent Whitchurch , Patricia Alfonso , Jeff Dike , Richard Weinberger , anton.ivanov@cambridgegreys.com, Dmitry Vyukov , Brendan Higgins Cc: kasan-dev , linux-um@lists.infradead.org, LKML , Daniel Latypov On Wed, 2022-05-25 at 18:01 -0700, David Gow wrote: > > --- > arch/um/Kconfig | 15 +++++++++++++++ > arch/um/Makefile | 6 ++++++ > arch/um/include/asm/common.lds.S | 2 ++ > arch/um/kernel/Makefile | 3 +++ > arch/um/kernel/dyn.lds.S | 6 +++++- > arch/um/kernel/mem.c | 18 ++++++++++++++++++ > arch/um/os-Linux/mem.c | 22 ++++++++++++++++++++++ > arch/um/os-Linux/user_syms.c | 4 ++-- > arch/x86/um/Makefile | 3 ++- > arch/x86/um/vdso/Makefile | 3 +++ > mm/kasan/shadow.c | 20 +++++++++++++++++++- > Btw, it looks like you also forgot to git add the (new) file arch/um/include/asm/kasan.h from Patricia's patch? johannes _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um