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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FD49C43217 for ; Thu, 7 Oct 2021 19:26:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 41137610C8 for ; Thu, 7 Oct 2021 19:26:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241447AbhJGT2Q (ORCPT ); Thu, 7 Oct 2021 15:28:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42336 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241361AbhJGT2O (ORCPT ); Thu, 7 Oct 2021 15:28:14 -0400 Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BE42C061762 for ; Thu, 7 Oct 2021 12:26:21 -0700 (PDT) Received: by mail-pl1-x62f.google.com with SMTP id t11so4536516plq.11 for ; Thu, 07 Oct 2021 12:26:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=NZdCC7CS4dz4WubheIViknJtIIkaL8xCwtFH+zR8MvM=; b=eHzzunjEiw0c49/WWP7ttbNMcB3anVXl2I3BhWlHxCkAgfUZJaQlEQ4yj49eW+O5Qd V/tr9/w7+oeASdwfi2gPR+2A9dR5TzHngo0qjndDetXgsqoAB1QXDYqUefhEG8akLtkm NXtn7bxmsTq3rNyvns/y2bVgOPK39DmHni93s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=NZdCC7CS4dz4WubheIViknJtIIkaL8xCwtFH+zR8MvM=; b=rMMhR+9jNDBnnGKVDxyaKYqfEAP4Vg3XkVYoA1Aqm6AFRV5TqdpM1jDLsl1npS3GpJ a26vWYk6sTxlLm61zKE6Y30srBkdpspqHrEiWapu/lpbFFTAO34P1gxKXKgPchsi3ilV LL5edvqpV/+VWMMUNB0DcfgcHCcrKKcLSgOrTK0MHmuFpvk2GmeeG2fDIu2gXNcfVRZb Lug9W8rdivR//jzSl1LfvtP58BlSM7qdtMH1oq2RbpYTRRlalmQPaisQBFB3EgX+A5QB 47HW6ATcwkYt7qOjhwWp5kaZFCwG1EeGDggQDNivb1dQKygEIiOCU7gFgpTnQaJ6sgEf K0HA== X-Gm-Message-State: AOAM531yqG0aKqOXOtXegFSusHltKM154B4jZhZl3IJcN1MSBGOH3zUj XtXxgnCT4+dYU+PnsNMSBaDL3g== X-Google-Smtp-Source: ABdhPJx4Tw35x1xl9BQYB1be7fBA/xGCyy08poTnjhSNtRNoa/m8AG/GdRnhqGS7ZQ1VLaYiOhqwvw== X-Received: by 2002:a17:90a:6b4d:: with SMTP id x13mr2840636pjl.208.1633634780607; Thu, 07 Oct 2021 12:26:20 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id y24sm210615pfo.69.2021.10.07.12.26.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Oct 2021 12:26:20 -0700 (PDT) Date: Thu, 7 Oct 2021 12:26:19 -0700 From: Kees Cook To: =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= Cc: Al Viro , Andrew Morton , Aleksa Sarai , Andy Lutomirski , Arnd Bergmann , Casey Schaufler , Christian Brauner , Christian Heimes , Deven Bowers , Dmitry Vyukov , Eric Biggers , Eric Chiang , Florian Weimer , Geert Uytterhoeven , James Morris , Jan Kara , Jann Horn , Jonathan Corbet , Lakshmi Ramasubramanian , "Madhavan T . Venkataraman" , Matthew Garrett , Matthew Wilcox , Miklos Szeredi , Mimi Zohar , Paul Moore , Philippe =?iso-8859-1?Q?Tr=E9buchet?= , Scott Shell , Sean Christopherson , Shuah Khan , Steve Dower , Steve Grubb , Thibaut Sautereau , Vincent Strubel , kernel-hardening@lists.openwall.com, linux-api@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= Subject: Re: [PATCH v13 2/3] arch: Wire up trusted_for(2) Message-ID: <202110071226.750297A@keescook> References: <20211007182321.872075-1-mic@digikod.net> <20211007182321.872075-3-mic@digikod.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211007182321.872075-3-mic@digikod.net> Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org On Thu, Oct 07, 2021 at 08:23:19PM +0200, Mickaël Salaün wrote: > From: Mickaël Salaün > > Wire up trusted_for(2) for all architectures. > > Cc: Al Viro > Cc: Andrew Morton > Cc: Arnd Bergmann > Cc: Kees Cook > Signed-off-by: Mickaël Salaün Reviewed-by: Kees Cook -- Kees Cook