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 A0E02C4332F for ; Fri, 14 Oct 2022 17:41:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229973AbiJNRlS (ORCPT ); Fri, 14 Oct 2022 13:41:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229885AbiJNRlQ (ORCPT ); Fri, 14 Oct 2022 13:41:16 -0400 Received: from mail-pj1-x1034.google.com (mail-pj1-x1034.google.com [IPv6:2607:f8b0:4864:20::1034]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA5F91D2B4A for ; Fri, 14 Oct 2022 10:41:14 -0700 (PDT) Received: by mail-pj1-x1034.google.com with SMTP id l1-20020a17090a72c100b0020a6949a66aso5382749pjk.1 for ; Fri, 14 Oct 2022 10:41:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=nOC+xHYuX6W+KOmshd4JSnFJlOTjVCLIEXgKnl4k+4s=; b=hfaIipO/baHMJMPjFiSvwJFoBsNlcO1imRprhRVa7QG+jN8mhguoc6G4DG4wB+FyTd kspUH/mm6cpWWj7j83zuBHwZe0bOPWVDWg5+wbxW4O/hnfceEjYL4Z+aJ57eLv3nsEqq msVKp8ghsd/F4ElVvP3pbleCypsye39cna6AM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nOC+xHYuX6W+KOmshd4JSnFJlOTjVCLIEXgKnl4k+4s=; b=QiIySFn4Z4BZSUAGwSMoZDpVigAbw65xH5CT1kGaRYyWzpFqM8TvfrQPv2x8iiNFKp VLyCKW3IW1HbmyeTWbR7vNSVc5RUQd+9YTZ3df5lgz0XQI3aZQIaroEqD+bcnEXCaPgd CVAWvySth3GC56LKCqmOc5w5Sk1tncjM8vnnNYjrCZQPh/gX0Ka5z8KQQ0c32MqGHgkd eI56TN3NLwgFXMv+yRtKLHmrtdRSFJcbzaX1e0uecua9BEKc2rrEV/O30Qj+FoX+UAC3 VfsdQK8d8o/04GB/N+l37VUQWnYpn8yQbaeS0mclw6Xt2nARbXq9/J09Z0CAO+8PHUP9 i41A== X-Gm-Message-State: ACrzQf3cjt0nRs43Ym+Vmss8ebQrFDlhX9jJK3ME8fzD8tAJGc/lr5gY qHVfJxcBsWS/N7wUPcYKr5q83A== X-Google-Smtp-Source: AMsMyM7roIaugHYLE6W6vheoOGrg5XP+nuDFFDbA/DUCTMRLryn3cHjOCRGpJVSwCUxn6QaGKf6GNg== X-Received: by 2002:a17:902:8215:b0:178:6946:a282 with SMTP id x21-20020a170902821500b001786946a282mr6548332pln.162.1665769273658; Fri, 14 Oct 2022 10:41:13 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id r10-20020aa7988a000000b0054cd16c9f6bsm1976110pfl.200.2022.10.14.10.41.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Oct 2022 10:41:12 -0700 (PDT) From: Kees Cook To: gpiccoli@igalia.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Kees Cook , ardb@kernel.org, linux-efi@vger.kernel.org, anton@enomsg.org, Tony Luck , ccross@android.com, kernel-dev@igalia.com, kernel@gpiccoli.net Subject: Re: (subset) [PATCH 7/8] efi: pstore: Follow convention for the efi-pstore backend name Date: Fri, 14 Oct 2022 10:41:04 -0700 Message-Id: <166576925933.1456464.15444113469951956884.b4-ty@chromium.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221006224212.569555-8-gpiccoli@igalia.com> References: <20221006224212.569555-1-gpiccoli@igalia.com> <20221006224212.569555-8-gpiccoli@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, 6 Oct 2022 19:42:11 -0300, Guilherme G. Piccoli wrote: > For some reason, the efi-pstore backend name (exposed through the > pstore infrastructure) is hardcoded as "efi", whereas all the other > backends follow a kind of convention in using the module name. > > Let's do it here as well, to make user's life easier (they might > use this info for unloading the module backend, for example). > > [...] Applied to for-next/pstore, thanks! [7/8] efi: pstore: Follow convention for the efi-pstore backend name https://git.kernel.org/kees/c/39bae0ee0656 -- Kees Cook