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=-8.4 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_IN_DEF_DKIM_WL 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 83B13C7618F for ; Tue, 16 Jul 2019 20:35:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E79620665 for ; Tue, 16 Jul 2019 20:35:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="ciR4v8Oh" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388609AbfGPUfH (ORCPT ); Tue, 16 Jul 2019 16:35:07 -0400 Received: from mail-vs1-f67.google.com ([209.85.217.67]:33884 "EHLO mail-vs1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728781AbfGPUfH (ORCPT ); Tue, 16 Jul 2019 16:35:07 -0400 Received: by mail-vs1-f67.google.com with SMTP id m23so14882343vso.1 for ; Tue, 16 Jul 2019 13:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VTXuJjlx5q7Qe80Yz5WGd6e0nqZG+IooCpGI3pnycJ4=; b=ciR4v8OhapnxETOGK7wfTSZ2HGLg5se7oSc+10v/R6wCoaTEmXzWxPDt9oxHC7JyTF 3OBlmd6OF2VFqqBP5UA5gEGCQpxr6VsxRZq+UJyxjUuhV4fZS+fn5gUYNVQmFqwerA+l Dvlk44dSQmMS1DBn+qEEaLADi+7J3vPMB+uAkK8S6qGv2j2B01Am1tLxy/G5/Nq7wpwm kELdNFdRDu3OT26VIB9t72SodzeeS67ODNGn6uZA/Izb2C5qi3+K0OTAxcOoFrC5DIFb OgPkZr/yEBcciExidG+IrFGISg9uEbuuiV24lVUWbVDYx8i1P5Yb4kZVXHWnuaNhCIS+ 4L6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VTXuJjlx5q7Qe80Yz5WGd6e0nqZG+IooCpGI3pnycJ4=; b=Yc1UXGTjFTGTndrrGA3H3G8SkpSICgASteQISfY1/kC+gba5NsnLzgZdRhrZXWChLY HpcMJVzIXeQyndsQ4oSQ9Sp2+fMWBH8WTbGAy0RRa8dNn/MT73e7yGWPC2q58g41ZQbi BjTeagqCRIyhcjxOV1nB+4XSy4lSC4f9dc6lwgk5Ty8kMimOnupN/5QI+GHCsE2oFEvv WbyXcFzKE1bvxJVSUqEawxQ0YRhNJE6uQqd6f9HtVe7n12B84kFNQt3MA/OI9qH2nIth GXqIlYerEpTMDJkDZBfhpY9CaBJZDldN3O9o9aM4DTONVDXOIPiVRs2GJSGuB+hE8oCV Dosg== X-Gm-Message-State: APjAAAX7y2Ri8Rq0dhbrBlipDxVWWfiVKqrenskvNo2xnFyWvNvgUVaz mE/4hzKLY5N09w5LuIPB5Bvs4CP6K4VA7C+cYaCXMw== X-Google-Smtp-Source: APXvYqwULruIwhcKPZuWhSs6rndmokQERBpELkF586kigli0sXfpel4ZL/ik7omczmrrcRQVAd0KEsGFYuf4cFnxhF0= X-Received: by 2002:a67:ff99:: with SMTP id v25mr22116833vsq.158.1563309305642; Tue, 16 Jul 2019 13:35:05 -0700 (PDT) MIME-Version: 1.0 References: <20190715195946.223443-1-matthewgarrett@google.com> <20190715195946.223443-16-matthewgarrett@google.com> <20190716025923.GA5793@dhcp-128-65.nay.redhat.com> In-Reply-To: <20190716025923.GA5793@dhcp-128-65.nay.redhat.com> From: Matthew Garrett Date: Tue, 16 Jul 2019 13:34:54 -0700 Message-ID: Subject: Re: [PATCH V35 15/29] acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down To: Dave Young Cc: James Morris , LSM List , Linux Kernel Mailing List , Linux API , Josh Boyer , David Howells , Borislav Petkov , Kees Cook , linux-acpi@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Jul 15, 2019 at 7:59 PM Dave Young wrote: > I'm very sorry I noticed this late, but have to say this will not work for > X86 with latest kernel code. No problem, thank you for catching this! I'll update the patch and send a new version.