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 24F51C3A589 for ; Tue, 20 Aug 2019 21:04:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EE52B2332A for ; Tue, 20 Aug 2019 21:04:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="OPK0dobm" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729833AbfHTVEx (ORCPT ); Tue, 20 Aug 2019 17:04:53 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:38760 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729887AbfHTVEx (ORCPT ); Tue, 20 Aug 2019 17:04:53 -0400 Received: by mail-io1-f67.google.com with SMTP id p12so240774iog.5 for ; Tue, 20 Aug 2019 14:04:53 -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=Hm9I+GQ2n0FdMH4XuFtRjwWwTD1E/V+vGExol6/H8fs=; b=OPK0dobmp+UG+uCm1zUHDMJS/ctyDEWhRWvT2V85npX7tErymXiDmtDjc4c3rNun1a HKd+d4hyD6fcNG4KOZ1BmKp0dVbq7jP1ztLcjCfbidOxVRTBPDveEtyTa/e81Cekht6e lg1VlT5BuJW9VIYGhdymDuDTppd/HS3Czp4+SfG29UqUtmuzKhfTfloYW75AvwP40WHQ FPPEHYEhznSgNu792pi4dKF2BvbGqR9OeXna4Ah1305SJ5n0riESbSAhTAb8/DOIrWw1 5AQAHL7vBJCTYismH4rRXTfNa1f5R32BWiX5gRhIZ3/e+N/qA/FojiowmsuFLVH0QkUV d3cQ== 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=Hm9I+GQ2n0FdMH4XuFtRjwWwTD1E/V+vGExol6/H8fs=; b=S2YaYzpKWPImmqrJ1WEaJ+0SqDQ8IttjPgFXIsYw6TK3btvfV93HWTx5B87kh25gtq SkDBn9DGGDDWaELRWCQxHJCdpVs2EQ33LPolaGuzYXc/h/ZqidYg+QhQPNjFXa0Nehes LqQG+F6tmnfF6XlsE5IZRSW5ewso2I7yfwi0JuRh/Bjqz6qGJUl4fTwUeSY8e5tQHkka o8psRVv/U+Nmui2y87eLkfrFOkD5QA5j0n/7poZuI+rSJRsM7vO0Tx79chGjieSbg6/w M9aHcnkP+OBIZt96Utv85iemeRMDc0PM0DCBuxyvoU31RURrv5tmObWSVOqAYZf2kR1J YFOQ== X-Gm-Message-State: APjAAAUm/RB90sMICwPCAYnP8c3yJAkFXG2HL8bvKN0/TuFUO2i/qhwL HlYiHqJn/6A85WxaVSFW228TJcQ4vaHNbLpDUzTXD4+XbOU= X-Google-Smtp-Source: APXvYqzhxeo9szF/4ykwTQk9wVoapKUSKSJBqxEqQLaMRF1qq9d3WcSi+ZBIGlrHPcm47UTiWE9r3tGCtJ36VVXdm40= X-Received: by 2002:a05:6638:303:: with SMTP id w3mr5861169jap.103.1566335092334; Tue, 20 Aug 2019 14:04:52 -0700 (PDT) MIME-Version: 1.0 References: <20190820001805.241928-1-matthewgarrett@google.com> <20190820001805.241928-12-matthewgarrett@google.com> <20190820194514.GC14450@google.com> In-Reply-To: <20190820194514.GC14450@google.com> From: Matthew Garrett Date: Tue, 20 Aug 2019 14:04:40 -0700 Message-ID: Subject: Re: [PATCH V40 11/29] PCI: Lock down BAR access when the kernel is locked down To: Bjorn Helgaas Cc: James Morris , LSM List , Linux Kernel Mailing List , Linux API , Matthew Garrett , David Howells , Kees Cook , linux-pci@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: On Tue, Aug 20, 2019 at 12:45 PM Bjorn Helgaas wrote: > Since I've acked this and it's 11/29, I've been assuming you intend > to merge the whole series together. But the fact that it's up to V40 > makes me wonder if you're waiting for me to merge this one. Just let > me know either way. James has merged the series.