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 6DA32C433F5 for ; Mon, 27 Dec 2021 18:35:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230130AbhL0SfF (ORCPT ); Mon, 27 Dec 2021 13:35:05 -0500 Received: from mga06.intel.com ([134.134.136.31]:24128 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229652AbhL0SfC (ORCPT ); Mon, 27 Dec 2021 13:35:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640630102; x=1672166102; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=y8OxMzk4LmZIvd9hWJt6fgsujXh98jLKyXLBMPu5pD0=; b=YeUkk1+5JFIXFWkCYQVWynwUBIa4NLuUavxnn2KULuahYWO/Eckq6Fox qB2xbUMXe3UdDQ9UwlMX6pZKRxbR+g4NUQxlSyzlS+u0tL1AnzEKNxM6z X3aJgZ+9Pe1NXZ3pVjZhi7I44IR7KxFaqLUMqLBPmG7yS+Tk07MUPMeRM JH+lA03hk/Z20Tsvqn9yo1JO8kEY4f6R6glywGzHA1PTGUGjdGXDg0yGE fB+SAmuBGkQ9kdf8Ftig49NSzgPliKFi4x8/EDhMtXlGrA1JBtjVJZfYm 6cbf+hH+KabKFy0RP2tlnXMjz0GUuwkTBlDGg4+f+BkbP8TVHETLAKvRA Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10210"; a="302010952" X-IronPort-AV: E=Sophos;i="5.88,240,1635231600"; d="scan'208";a="302010952" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Dec 2021 10:35:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,240,1635231600"; d="scan'208";a="615417656" Received: from irvmail001.ir.intel.com ([10.43.11.63]) by fmsmga002.fm.intel.com with ESMTP; 27 Dec 2021 10:34:53 -0800 Received: from newjersey.igk.intel.com (newjersey.igk.intel.com [10.102.20.203]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id 1BRIYpRQ004547; Mon, 27 Dec 2021 18:34:51 GMT From: Alexander Lobakin To: Christoph Hellwig Cc: Alexander Lobakin , linux-hardening@vger.kernel.org, x86@kernel.org, Jesse Brandeburg , Kristen Carlson Accardi , Kees Cook , Miklos Szeredi , Ard Biesheuvel , Tony Luck , Bruce Schlobohm , Jessica Yu , kernel test robot , Miroslav Benes , Evgenii Shatokhin , Jonathan Corbet , Masahiro Yamada , Michal Marek , Nick Desaulniers , Herbert Xu , "David S. Miller" , Thomas Gleixner , Will Deacon , Ingo Molnar , Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Andy Lutomirski , Peter Zijlstra , Arnd Bergmann , Josh Poimboeuf , Nathan Chancellor , Masami Hiramatsu , Marios Pomonis , Sami Tolvanen , "H.J. Lu" , Nicolas Pitre , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-arch@vger.kernel.org, live-patching@vger.kernel.org, llvm@lists.linux.dev Subject: Re: [PATCH v9 00/15] Function Granular KASLR Date: Mon, 27 Dec 2021 19:33:18 +0100 Message-Id: <20211227183318.1447690-1-alexandr.lobakin@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: References: <20211223002209.1092165-1-alexandr.lobakin@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Christoph Hellwig Date: Thu, 23 Dec 2021 22:38:14 -0800 > On Thu, Dec 23, 2021 at 01:21:54AM +0100, Alexander Lobakin wrote: > > This is a massive rework and a respin of Kristen Accardi's marvellous > > FG-KASLR series (v5). > > Here would be the place to explain what this series actually does and > why it is marvellous. As I took this project over from another developer/team, I decided to preserve the original cover letter and append it to the end of mine, as well as to keep most of the original code in the separate commits from mine. For sure I could redo this if needed, is it really so? Thanks, Al