LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Andrew Donnellan <ajd@linux.ibm.com>, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 06/32] powerpc/configs/64s: Add secure boot options to defconfig
Date: Mon, 17 Apr 2023 13:38:49 +1000	[thread overview]
Message-ID: <87o7nni3ee.fsf@mpe.ellerman.id.au> (raw)
In-Reply-To: <00e463e1c414efb813e80c43bbe65db04cca4e2d.camel@linux.ibm.com>

Andrew Donnellan <ajd@linux.ibm.com> writes:
> On Fri, 2023-04-14 at 23:23 +1000, Michael Ellerman wrote:
>> Add the numerous options required to get secure boot enabled.
>> 
>> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>> ---
>>  arch/powerpc/configs/ppc64_defconfig | 17 ++++++++++++++++-
>>  1 file changed, 16 insertions(+), 1 deletion(-)
>> 
>> diff --git a/arch/powerpc/configs/ppc64_defconfig
>> b/arch/powerpc/configs/ppc64_defconfig
>> index d98fe52a5892..f185adc128db 100644
>> --- a/arch/powerpc/configs/ppc64_defconfig
>> +++ b/arch/powerpc/configs/ppc64_defconfig
>> @@ -54,6 +54,7 @@ CONFIG_CRASH_DUMP=y
>>  CONFIG_FA_DUMP=y
>>  CONFIG_IRQ_ALL_CPUS=y
>>  CONFIG_SCHED_SMT=y
>> +CONFIG_PPC_SECURE_BOOT=y
>
> Can we add CONFIG_PPC_SECVAR_SYSFS=y as well?

We can.

But would it make more sense to just make PPC_SECVAR_SYSFS a hidden
symbol? Is there really any reason someone would want to turn it off?

cheers

  reply	other threads:[~2023-04-17  3:39 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 13:23 [PATCH 01/32] powerpc/configs/64s: Update defconfig for symbol movement Michael Ellerman
2023-04-14 13:23 ` [PATCH 02/32] powerpc/configs/64s: Drop SPLPAR which is default y Michael Ellerman
2023-04-14 13:23 ` [PATCH 03/32] powerpc/configs/64s: Drop IPV6 " Michael Ellerman
2023-04-14 13:23 ` [PATCH 04/32] powerpc/configs/6s: Drop obsolete crypto ALGs Michael Ellerman
2023-04-14 13:23 ` [PATCH 05/32] powerpc/configs/64s: Enable PAPR_SCM Michael Ellerman
2023-04-14 13:23 ` [PATCH 06/32] powerpc/configs/64s: Add secure boot options to defconfig Michael Ellerman
2023-04-17  2:51   ` Andrew Donnellan
2023-04-17  3:38     ` Michael Ellerman [this message]
2023-04-17  5:06       ` Andrew Donnellan
2023-04-14 13:23 ` [PATCH 07/32] powerpc/configs/64s: Select ARCH_WANT_DEFAULT_BPF_JIT Michael Ellerman
2023-04-14 13:23 ` [PATCH 08/32] powerpc/configs/64s: Enable PREEMPT_VOLUNTARY Michael Ellerman
2023-04-14 13:23 ` [PATCH 09/32] powerpc/configs/64s: Enable AUDIT Michael Ellerman
2023-04-14 13:23 ` [PATCH 10/32] powerpc/configs/64s: Enable common accounting options Michael Ellerman
2023-04-14 13:23 ` [PATCH 11/32] powerpc/configs/64s: Enable NO_HZ_FULL Michael Ellerman
2023-04-14 13:23 ` [PATCH 12/32] powerpc/configs/64s: Enable common CGROUP & related options Michael Ellerman
2023-04-14 13:23 ` [PATCH 13/32] powerpc/configs/64s: Enable CHECKPOINT_RESTORE Michael Ellerman
2023-04-14 13:23 ` [PATCH 14/32] powerpc/configs/64s: Enable ZSWAP & ZRAM Michael Ellerman
2023-04-14 13:23 ` [PATCH 15/32] powerpc/configs/64s: Enable SLAB hardening options Michael Ellerman
2023-04-14 13:23 ` [PATCH 16/32] powerpc/configs/64s: Enable YAMA, LANDLOCK & BPF LSMs Michael Ellerman
2023-04-14 13:24 ` [PATCH 17/32] powerpc/configs/64s: Enable SELINUX Michael Ellerman
2023-04-14 13:24 ` [PATCH 18/32] powerpc/configs/64s: Enable KUNIT and most tests Michael Ellerman
2023-04-14 13:24 ` [PATCH 19/32] powerpc/configs/64s: Enable EMULATED_STATS Michael Ellerman
2023-04-14 13:24 ` [PATCH 20/32] powerpc/configs/64s: Enable DEBUG_VM & other options Michael Ellerman
2023-04-14 13:24 ` [PATCH 21/32] powerpc/configs/64s: Enable SCHEDSTATS Michael Ellerman
2023-04-14 13:24 ` [PATCH 22/32] powerpc/configs/64s: Enable IO_STRICT_DEVMEM Michael Ellerman
2023-04-14 13:24 ` [PATCH 23/32] powerpc/configs/64s: Use SHA512 for module signatures Michael Ellerman
2023-04-14 13:24 ` [PATCH 24/32] powerpc/configs/64s: Drop REISERFS Michael Ellerman
2023-04-14 13:24 ` [PATCH 25/32] powerpc/configs/64s: Enable BLK_DEV_NVME Michael Ellerman
2023-04-14 13:24 ` [PATCH 26/32] powerpc/configs/64s: Enable VLAN support Michael Ellerman
2023-04-14 13:24 ` [PATCH 27/32] powerpc/configs/64s: Enable PSTORE Michael Ellerman
2023-04-14 13:24 ` [PATCH 28/32] powerpc/configs/64s: Enable Device Mapper options Michael Ellerman
2023-04-14 13:24 ` [PATCH 29/32] powerpc/configs: Add IBMVETH=y and IBMVNIC=y to guest configs Michael Ellerman
2023-04-14 13:24 ` [PATCH 30/32] powerpc/configs: Incorporate generic kvm_guest.config into " Michael Ellerman
2023-04-14 13:24 ` [PATCH 31/32] powerpc/configs: Make pseries_le an alias for ppc64le_guest Michael Ellerman
2023-04-14 13:24 ` [PATCH 32/32] powerpc/configs: Make pseries_defconfig " Michael Ellerman
2023-04-26 12:01 ` [PATCH 01/32] powerpc/configs/64s: Update defconfig for symbol movement Michael Ellerman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o7nni3ee.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=ajd@linux.ibm.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox