[PATCH 1/1] Remove CONFIG_NET_CLS_TCINDEX

2023-07-28 Thread Petr Vorel
CONFIG_NET_CLS_TCINDEX has been removed in 8c710f75256b in v6.3-rc1, remove it's definition from configs. Fixes: 8c710f75256b ("net/sched: Retire tcindex classifier") Signed-off-by: Petr Vorel --- arch/arm/configs/ixp4xx_defconfig | 1 - arch/mips/configs/gpr_defconfig

[PATCH v4 1/1] crypto: vmx - add missing dependencies

2022-02-23 Thread Petr Vorel
[0.550892] alg: self-tests for p8_aes (aes) failed (rc=-2) Fixes: c07f5d3da643 ("crypto: vmx - Adding support for XTS") Fixes: d2e3ae6f3aba ("crypto: vmx - Enabling VMX module for PPC64") Suggested-by: Nicolai Stange Signed-off-by: Petr Vorel --- Changes v3->v4: * Dr

Re: [PATCH v3 1/2] crypto: vmx - merge CRYPTO_DEV_VMX_ENCRYPT into CRYPTO_DEV_VMX

2022-02-23 Thread Petr Vorel
> On Thu, Feb 17, 2022 at 11:57:50AM +0100, Petr Vorel wrote: > > CRYPTO_DEV_VMX_ENCRYPT is redundant with CRYPTO_DEV_VMX. > > And it also forces CRYPTO_GHASH to be builtin even > > CRYPTO_DEV_VMX_ENCRYPT was configured as module. > Just because a tristate sits under a

[PATCH v3 1/2] crypto: vmx - merge CRYPTO_DEV_VMX_ENCRYPT into CRYPTO_DEV_VMX

2022-02-17 Thread Petr Vorel
CRYPTO_DEV_VMX_ENCRYPT is redundant with CRYPTO_DEV_VMX. And it also forces CRYPTO_GHASH to be builtin even CRYPTO_DEV_VMX_ENCRYPT was configured as module. This requires to change defconfig values to m for backwards compatibility. Signed-off-by: Petr Vorel --- changes v2->v3: * k

[PATCH v3 0/2] vmx-crypto: Add missing dependencies

2022-02-17 Thread Petr Vorel
ges Petr Vorel (2): crypto: vmx - merge CRYPTO_DEV_VMX_ENCRYPT into CRYPTO_DEV_VMX crypto: vmx - add missing dependencies arch/powerpc/configs/powernv_defconfig | 2 +- arch/powerpc/configs/ppc64_defconfig | 2 +- arch/powerpc/configs/pseries_defconfig | 2 +- drivers/crypto/Kcon

[PATCH v3 2/2] crypto: vmx - add missing dependencies

2022-02-17 Thread Petr Vorel
[0.550892] alg: self-tests for p8_aes (aes) failed (rc=-2) Fixes: c07f5d3da643 ("crypto: vmx - Adding support for XTS") Fixes: d2e3ae6f3aba ("crypto: vmx - Enabling VMX module for PPC64") Suggested-by: Nicolai Stange Signed-off-by: Petr Vorel --- changes v2->v3: * more less

Re: [PATCH v2 1/2] crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate

2022-02-16 Thread Petr Vorel
Hi, side notes about the subject (following private notes from Nicolai): I dared to use "crypto: vmx: " in subject, next version I'll use "crypto: vmx - " as it's used in crypto. Also continue the subject line into the rest of the commit message isn't probably wanted. Kind regards, Petr

Re: [PATCH v2 1/2] crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate

2022-02-16 Thread Petr Vorel
Hi Nicolai, thanks for all your comments. > Hi Petr, > Petr Vorel writes: > > and remove CRYPTO_DEV_VMX, which looked redundant when only > > CRYPTO_DEV_VMX_ENCRYPT used it. Also it forces CRYPTO_GHASH to be > > builtin even CRYPTO_DEV_VMX_ENCRYPT was configured as mo

Re: [PATCH v2 1/2] crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate

2022-02-15 Thread Petr Vorel
Hi, I kept CRYPTO_DEV_VMX_ENCRYPT in drivers/crypto/vmx/Kconfig, but maybe I should have moved it into drivers/crypto/Kconfig. It's not clear what is preferred. Kind regards, Petr

[PATCH v2 1/2] crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate

2022-02-15 Thread Petr Vorel
and remove CRYPTO_DEV_VMX, which looked redundant when only CRYPTO_DEV_VMX_ENCRYPT used it. Also it forces CRYPTO_GHASH to be builtin even CRYPTO_DEV_VMX_ENCRYPT was configured as module. Update powerpc defconfigs and description in MAINTAINERS. Signed-off-by: Petr Vorel --- new in v2 This

[PATCH v2 2/2] crypto: vmx: Add missing dependencies

2022-02-15 Thread Petr Vorel
: -2 [0.550892] alg: self-tests for p8_aes (aes) failed (rc=-2) Fixes: c07f5d3da643 ("crypto: vmx - Adding support for XTS") Fixes: d2e3ae6f3aba ("crypto: vmx - Enabling VMX module for PPC64") Suggested-by: Nicolai Stange Signed-off-by: Petr Vorel --- changes v1->

[PATCH v2 0/2] vmx-crypto: Add missing dependencies

2022-02-15 Thread Petr Vorel
Hi, [ Cc powerpc list and VMX people this time ] changes v1->v2: * new commit: crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate * use "select" instead of "depends on" (Nicolai) * drop !CRYPTO_MANAGER_DISABLE_TESTS as the dependency is always (Nicolai) Petr Vorel (

Re: [PATCH v2 1/2] ima: Free IMA measurement buffer on error

2021-02-23 Thread Petr Vorel
Hi all, > > > > > > > > This is not the correct way to submit patches for inclusion in the > > > > stable kernel tree. Please read: > > > > > > > > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > > > > for how to do this properly. > > > > > > > Thanks for t

Re: [PATCH] sefltest/ima: support appended signatures (modsig)

2019-08-28 Thread Petr Vorel
Hi Mimi, > Detect and allow appended signatures. > Signed-off-by: Mimi Zohar Reviewed-by: Petr Vorel Kind regards, Petr

[PATCH 1/1] powerpc/config: Enable CONFIG_PRINTK_TIME

2018-09-26 Thread Petr Vorel
for 64bit configs which use for CONFIG_LOG_BUF_SHIFT the same or higher value than the default (currently 17). Signed-off-by: Petr Vorel --- arch/powerpc/configs/g5_defconfig | 1 + arch/powerpc/configs/maple_defconfig | 1 + arch/powerpc/configs/powernv_defconfig | 1 + arch/powerpc