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 83BDDC3815B for ; Mon, 20 Apr 2020 13:47:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 60E38206E9 for ; Mon, 20 Apr 2020 13:47:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728736AbgDTNrx (ORCPT ); Mon, 20 Apr 2020 09:47:53 -0400 Received: from mga11.intel.com ([192.55.52.93]:4370 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726105AbgDTNrx (ORCPT ); Mon, 20 Apr 2020 09:47:53 -0400 IronPort-SDR: DbgNKJoHeIXuzZo19puE8KxlsvmnDz7DNhby2wpYAH8QeuYC7CJMYOtgOFVq2ieV8q4uCPtV12 dYr1sU9OjhAQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2020 06:47:53 -0700 IronPort-SDR: jwQolS9u+4721QdJFLXFEOkkXhmo1m2C+SFHHPT0cni8hJqTPMwOlDTulPPYyhjJrhSb2AZYL8 yASKG9D7+w1A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,406,1580803200"; d="scan'208";a="279244431" Received: from avandeve-mobl.amr.corp.intel.com (HELO [10.135.0.43]) ([10.135.0.43]) by fmsmga004.fm.intel.com with ESMTP; 20 Apr 2020 06:47:52 -0700 Subject: Re: [PATCH 9/9] module: Reorder functions To: Ard Biesheuvel Cc: Kristen Carlson Accardi , Kees Cook , Thomas Gleixner , Ingo Molnar , Borislav Petkov , hpa@zytor.com, Jessica Yu , X86 ML , Linux Kernel Mailing List , kernel-hardening@lists.openwall.com, rick.p.edgecomb@intel.com References: <20200415210452.27436-1-kristen@linux.intel.com> <20200415210452.27436-10-kristen@linux.intel.com> From: Arjan van de Ven Message-ID: <578416ef-3d1d-4b64-2be7-0ae1f5b84796@linux.intel.com> Date: Mon, 20 Apr 2020 06:47:52 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/20/2020 6:43 AM, Ard Biesheuvel wrote: > > Note that arm64 does not have a decompressor, so there the fine > grained randomization of the core kernel is not really feasible using > the approach presented here. maybe do a "memcpy" decompressor as an option? :-) >