Re: [PATCH 06/32] powerpc/configs/64s: Add secure boot options to defconfig

2023-04-16 Thread Andrew Donnellan
On Mon, 2023-04-17 at 13:38 +1000, Michael Ellerman wrote: > > 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? [+ Russell, Nayna, George] I

Re: [PATCH 06/32] powerpc/configs/64s: Add secure boot options to defconfig

2023-04-16 Thread Michael Ellerman
Andrew Donnellan 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 >> --- >>  arch/powerpc/configs/ppc64_defconfig | 17 - >>  1 file changed, 16

Re: [PATCH 06/32] powerpc/configs/64s: Add secure boot options to defconfig

2023-04-16 Thread Andrew Donnellan
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 > --- >  arch/powerpc/configs/ppc64_defconfig | 17 - >  1 file changed, 16 insertions(+), 1 deletion(-) > > diff --git

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-6.3-5 tag

2023-04-16 Thread pr-tracker-bot
The pull request you sent on Sun, 16 Apr 2023 19:52:23 +1000: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-6.3-5 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4a1c388ce0521163f1556f7edbacb50ec2df15cf Thank you! --

[GIT PULL] Please pull powerpc/linux.git powerpc-6.3-5 tag

2023-04-16 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Linus, Please pull another powerpc fix for 6.3: The following change since commit eca9f6e6f83b6725b84e1c76fdde19b003cff0eb: powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not enabled (2023-03-29 23:01:35 +1100) is

[PATCH] ASoC: fsl: Simplify an error message

2023-04-16 Thread Christophe JAILLET
dev_err_probe() already display the error code. There is no need to duplicate it explicitly in the error message. Signed-off-by: Christophe JAILLET --- sound/soc/fsl/fsl-asoc-card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/fsl/fsl-asoc-card.c