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 0509FC4332F for ; Sat, 4 Dec 2021 16:35:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355312AbhLDQin (ORCPT ); Sat, 4 Dec 2021 11:38:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355338AbhLDQim (ORCPT ); Sat, 4 Dec 2021 11:38:42 -0500 Received: from mail-yb1-xb35.google.com (mail-yb1-xb35.google.com [IPv6:2607:f8b0:4864:20::b35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5894AC061359 for ; Sat, 4 Dec 2021 08:35:16 -0800 (PST) Received: by mail-yb1-xb35.google.com with SMTP id x32so18641105ybi.12 for ; Sat, 04 Dec 2021 08:35:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eclypsium.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=il/vIhlI+W8GvY7WS35IRPzq+xTmUlqG5fBf6HYGkH8=; b=P41QzUjoYrb18XLpmAVk9XuTbWU+TILYQlwFFYa1pwwsrCrIg/QLm+uy+ShxWKbuQm m25NgyqrWFk7MB0MuveN3gRLEoF4depJJXEkfwBQf75N5jREmTlJNVu8/U5BpCmHrBb6 Cs4+WQQvl6V4OXYDAi7002U4d02ZtlEfVb1Z9Nj+v46Kfwpfjo98QKDIytXK3RcCWZzy 1WPdEORAkQTYNCY4qNqfWyPI3p0XA1gfOTlBsKJIzxpTsGEOFhADu/mFsWwtauf+ag8b 7CkCo7u3rQheha/9mc7nsTxIJkllu9sT+icJXUb8ZZeb0Lkt0uP+OAunRob/zX8HWCQ9 EnOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=il/vIhlI+W8GvY7WS35IRPzq+xTmUlqG5fBf6HYGkH8=; b=sYNagzb+JPqAoxoHHh28fXW5MvzLxge0uiAc4XVwYXchBzo5ChqvG/qB3W/+h/6yRd 8DMPErwYfmeFXh+7vJVaETdqzb8sR6WsT15xjz8joMs30WJmeOLFiaEuJ4BTQMwFZe7F B4ZJtQzBGyqhuWSGYws2Hhzv3pmS0RzW/kPhpmcYoWRcJnJktT5vOOkL0thxstr6iDu9 LtEK5hfVsMJPLkc/Hsb3gclYFMzz1TqFjfMb76caAkT1Rstj6K6+TK6CT4M2zdaStHHd KuWe8fH/KTscP57F573KB76rZisejtzx21ZaCNjOGCoqV9DA6tQjzPhujNpDyjgOFLmI 8SgQ== X-Gm-Message-State: AOAM532mraxAK2x7pDCXNV/s4OcMOeirm067BpVDpeQ5lXXQ0aUp0peb Vla2VwMuV5UqMru6+1FrPRGiRNXRZRX5NKeMzOuSQQ== X-Google-Smtp-Source: ABdhPJzmsDPja10p+s6JvU9EsydcbZcjfqieT2bhdVCFdIRgHZtajPr4w+vcCu/amxvvvDimJwUsMhsl/oc5oxwr66w= X-Received: by 2002:a25:c8c3:: with SMTP id y186mr31410670ybf.20.1638635715516; Sat, 04 Dec 2021 08:35:15 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a0d:c906:0:0:0:0:0 with HTTP; Sat, 4 Dec 2021 08:35:15 -0800 (PST) In-Reply-To: References: <20211203192148.585399-1-martin.fernandez@eclypsium.com> <20211203192148.585399-6-martin.fernandez@eclypsium.com> From: Martin Fernandez Date: Sat, 4 Dec 2021 13:35:15 -0300 Message-ID: Subject: Re: [PATCH v3 5/5] drivers/node: Show in sysfs node's crypto capabilities To: Greg KH Cc: linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-mm@kvack.org, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, x86@kernel.org, hpa@zytor.com, ardb@kernel.org, dvhart@infradead.org, andy@infradead.org, rafael@kernel.org, rppt@kernel.org, akpm@linux-foundation.org, daniel.gutson@eclypsium.com, hughsient@gmail.com, alex.bazhaniuk@eclypsium.com, alison.schofield@intel.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-efi@vger.kernel.org On 12/4/21, Greg KH wrote: > > You forgot a Documentation/ABI/ update for this new sysfs file you > added :( > Damn, I forgot to add it to the patch. It will be in my next patch, this is what it looks like: diff --git a/Documentation/ABI/testing/sysfs-devices-node b/Documentation/ABI/testing/sysfs-devices-node new file mode 100644 index 000000000000..ab46fdd3f6a8 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-devices-node @@ -0,0 +1,10 @@ +What: /sys/devices/system/node/nodeX/crypto_capable +Date: October 2021 +Contact: Martin Fernandez +Users: fwupd +Description: + This value is 1 if all system memory in this node is + marked with EFI_MEMORY_CPU_CRYPTO, indicating that the + system memory is capable of being protected with the + CPU=E2=80=99s memory cryptographic capabilities. It is 0 + otherwise. \ No newline at end of file