Re: [PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement

2024-02-08 Thread Lukas Bulwahn
On Thu, Feb 1, 2024 at 6:51 AM Herbert Xu wrote: > > On Mon, Jan 29, 2024 at 02:17:29PM +0100, Lukas Bulwahn wrote: > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 2fb944964be5..15bc79e80e28 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > >

[PATCH v2] MAINTAINERS: adjust file entries after crypto vmx file movement

2024-02-08 Thread Lukas Bulwahn
out broken references. Adjust these file entries accordingly. To keep the matched files exact after the movement, spell out each file name in the new directory. Signed-off-by: Lukas Bulwahn --- v1: https://lore.kernel.org/lkml/20240129131729.4311-1-lukas.bulw...@gmail.com/ v1 -> v2: - address

[PATCH] MAINTAINERS: adjust file entries after crypto vmx file movement

2024-01-29 Thread Lukas Bulwahn
out broken references. Adjust these file entries accordingly. Signed-off-by: Lukas Bulwahn --- Danny, please ack. Herbert, please pick this minor clean-up patch on your -next tree. MAINTAINERS | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAI

In-flight collision: DRM_AMD_DC_DCN renaming

2023-04-24 Thread Lukas Bulwahn
Dear Michael, dear Harry, dear Alex, The commit 4652ae7a51b7 ("drm/amd/display: Rename DCN config to FP") renames config DRM_AMD_DC_DCN to config DRM_AMD_DC_FP. The concurrent commit 78f0929884d4 ("powerpc/64: Always build with 128-bit long double") overrides the renaming change for the select in

Re: Question about the dependency on the config SOC_FSL in CPM_QMC

2023-03-14 Thread Lukas Bulwahn
On Tue, Mar 14, 2023 at 8:57 AM Herve Codina wrote: > > Hi Lukas, > > On Tue, 14 Mar 2023 08:21:50 +0100 > Lukas Bulwahn wrote: > > > Dear Herve, > > > > In your patch below, you added the config CPM_QMC which depends on the > > non-existing config

Question about the dependency on the config SOC_FSL in CPM_QMC

2023-03-14 Thread Lukas Bulwahn
Dear Herve, In your patch below, you added the config CPM_QMC which depends on the non-existing config SOC_FSL: https://lore.kernel.org/r/20230217145645.1768659-7-herve.cod...@bootlin.com Up to my knowledge, the config SOC_FSL never existed in the mainline tree. Is this dependency really

Re: [PATCH] powerpc: update config files

2022-09-30 Thread Lukas Bulwahn
On Fri, Sep 30, 2022 at 9:42 AM Michael Ellerman wrote: > > Lukas Bulwahn writes: > > Clean up config files by: > > - removing configs that were deleted in the past > > - removing configs not in tree and without recently pending patches > > - adding new

[PATCH] powerpc: update config files

2022-09-29 Thread Lukas Bulwahn
/kernel-janitors/20220929090645.1389-1-lukas.bulw...@gmail.com/ Signed-off-by: Lukas Bulwahn --- arch/powerpc/configs/83xx/mpc837x_rdb_defconfig | 1 - arch/powerpc/configs/85xx/ge_imp3a_defconfig| 1 - arch/powerpc/configs/85xx/ppa8548_defconfig | 2 -- arch/powerpc/configs/cell_defconfig

State of RFC PATCH Remove CONFIG_DCACHE_WORD_ACCESS

2022-09-12 Thread Lukas Bulwahn
Hi Joe, hi Ben, While reviewing some kernel config, I came across CONFIG_DCACHE_WORD_ACCESS and tried to understand its purpose. Then, I discovered this RFC patch from 2014 that seems never to have been integrated: https://lore.kernel.org/all/1393964591.20435.58.camel@joe-AO722/ [RFC] Remove

Re: [PATCH v2] powerpc: select HAVE_PATA_PLATFORM in PPC instead of creating a PPC dependency

2022-09-09 Thread Lukas Bulwahn
On Fri, Sep 9, 2022 at 1:09 PM Arnd Bergmann wrote: > > On Fri, Sep 9, 2022, at 11:03 AM, Lukas Bulwahn wrote: > > Commit cc18e0fea790 ("LIBATA: Add HAVE_PATA_PLATFORM to select > > PATA_PLATFORM driver") introduces config HAVE_PATA_PLATFORM, and expects > > th

Re: [PATCH 6/6] init/Kconfig: remove confusing config EMBEDDED

2022-09-09 Thread Lukas Bulwahn
> > init/Kconfig | 8 > > 1 file changed, 8 deletions(-) > > > > diff --git a/init/Kconfig b/init/Kconfig > > index 9e3fd79b089c..d7429e0b8cae 100644 > > --- a/init/Kconfig > > +++ b/init/Kconfig > > @@ -1818,14 +1818,6 @@ config DEBUG_RSEQ > > > > If unsure, say N. > > > >

Re: [PATCH] ppc: select HAVE_PATA_PLATFORM in PPC instead of creating a PPC dependency

2022-09-09 Thread Lukas Bulwahn
On Fri, Sep 9, 2022 at 11:04 AM Lukas Bulwahn wrote: > > Commit cc18e0fea790 ("LIBATA: Add HAVE_PATA_PLATFORM to select > PATA_PLATFORM driver") introduces config HAVE_PATA_PLATFORM, and expects > that all architectures simply select this config when the archite

Re: [PATCH] ppc: select HAVE_PATA_PLATFORM in PPC instead of creating a PPC dependency

2022-09-09 Thread Lukas Bulwahn
On Fri, Sep 9, 2022 at 10:55 AM Lukas Bulwahn wrote: > > Commit cc18e0fea790 ("LIBATA: Add HAVE_PATA_PLATFORM to select > PATA_PLATFORM driver") introduces config HAVE_PATA_PLATFORM, and expects > that all architectures simply select this config when the archite

[PATCH] ppc: select HAVE_PATA_PLATFORM in PPC instead of creating a PPC dependency

2022-09-09 Thread Lukas Bulwahn
dy for all architectures except for the powerpc architecture. Implement this for powerpc now. Adjust the config of the powerpc architecture to use the config HAVE_PATA_PLATFORM and simplify the config PATA_PLATFORM to not mention any specific architecture anymore. Signed-off-by: Lukas Bulwahn --- ar

[PATCH v2] powerpc: select HAVE_PATA_PLATFORM in PPC instead of creating a PPC dependency

2022-09-09 Thread Lukas Bulwahn
dy for all architectures except for the powerpc architecture. Implement this for powerpc now. Adjust the config of the powerpc architecture to use the config HAVE_PATA_PLATFORM and simplify the config PATA_PLATFORM to not mention any specific architecture anymore. Signed-off-by: Lukas Bulwahn --- ar

[PATCH] ppc: select HAVE_PATA_PLATFORM in PPC instead of creating a PPC dependency

2022-09-09 Thread Lukas Bulwahn
dy for all architectures except for the powerpc architecture. Implement this for powerpc now. Adjust the config of the powerpc architecture to use the config HAVE_PATA_PLATFORM and simplify the config PATA_PLATFORM to not mention any specific architecture anymore. Signed-off-by: Lukas Bulwahn --- ar

[PATCH] powerpc/ptdump: fix conversion to GENERIC_PTDUMP

2021-12-30 Thread Lukas Bulwahn
o complete the conversion. This issue is identified with the script ./scripts/checkkconfigsymbols.py. Fixes: e084728393a5 ("powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP") Signed-off-by: Lukas Bulwahn --- arch/powerpc/mm/ptdump/ptdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

code conditional on non-existing PPC_EARLY_DEBUG_MICROWATT.

2021-12-23 Thread Lukas Bulwahn
Dear Benjamin, dear Paul, dear Michael, with commit 48b545b8018d ("powerpc/microwatt: Use standard 16550 UART for console"), you have some code in arch/powerpc/kernel/udbg_16550.c, conditional on the Kconfig symbol PPC_EARLY_DEBUG_MICROWATT. However, since then, the definition of this Kconfig

[PATCH v2 2/2] powerpc: rectify selection to ARCH_ENABLE_SPLIT_PMD_PTLOCK

2021-08-19 Thread Lukas Bulwahn
ommit does select that for all other architectures. Rectify selection to ARCH_ENABLE_SPLIT_PMD_PTLOCK instead. Fixes: 66f24fa766e3 ("mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK") Signed-off-by: Lukas Bulwahn --- arch/powerpc/platforms/Kconfig.cputype | 2 +- 1 file changed, 1 inse

[PATCH v2 0/2] Kconfig symbol fixes on powerpc

2021-08-19 Thread Lukas Bulwahn
ed Christophe Leroy's comment and drop the obsolete select. Lukas Lukas Bulwahn (2): powerpc: kvm: remove obsolete and unneeded select powerpc: rectify selection to ARCH_ENABLE_SPLIT_PMD_PTLOCK arch/powerpc/kvm/Kconfig | 1 - arch/powerpc/platforms/Kconfig.cputype | 2 +- 2 fil

[PATCH v2 1/2] powerpc: kvm: remove obsolete and unneeded select

2021-08-19 Thread Lukas Bulwahn
ny further select in the KVM_BOOK3S_64_HANDLER. Remove an obsolete and unneeded select in config KVM_BOOK3S_64_HANDLER. The issue was identified with ./scripts/checkkconfigsymbols.py. Fixes: a278e7ea608b ("powerpc: Fix compile issue with force DAWR") Signed-off-by: Lukas Bulwahn --- arch

Re: [PATCH 1/2] powerpc: kvm: rectify selection to PPC_DAWR

2021-08-19 Thread Lukas Bulwahn
On Thu, Aug 19, 2021 at 11:45 AM Christophe Leroy wrote: > > > > Le 19/08/2021 à 11:32, Lukas Bulwahn a écrit : > > Commit a278e7ea608b ("powerpc: Fix compile issue with force DAWR") > > selects the non-existing config PPC_DAWR_FORCE_ENABLE for config > &g

[PATCH 2/2] powerpc: rectify selection to ARCH_ENABLE_SPLIT_PMD_PTLOCK

2021-08-19 Thread Lukas Bulwahn
ommit does select that for all other architectures. Rectify selection to ARCH_ENABLE_SPLIT_PMD_PTLOCK instead. Fixes: 66f24fa766e3 ("mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK") Signed-off-by: Lukas Bulwahn --- arch/powerpc/platforms/Kconfig.cputype | 2 +- 1 file changed, 1 inse

[PATCH 1/2] powerpc: kvm: rectify selection to PPC_DAWR

2021-08-19 Thread Lukas Bulwahn
in config KVM_BOOK3S_64_HANDLER to PPC_DAWR. The issue was identified with ./scripts/checkkconfigsymbols.py. Fixes: a278e7ea608b ("powerpc: Fix compile issue with force DAWR") Signed-off-by: Lukas Bulwahn --- arch/powerpc/kvm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[PATCH 0/2] Kconfig symbol fixes on powerpc

2021-08-19 Thread Lukas Bulwahn
efile)" -B 1 -A 1 After applying this patch series on linux-next (next-20210817), the command above yields just two false positives (SHELL, r13) due to tool shortcomings. As these two patches are fixes, please consider if they are suitable for backporting to stable. Lukas Lukas Bulwahn (2):

[PATCH] arch: Kconfig: clean up obsolete use of HAVE_IDE

2021-07-28 Thread Lukas Bulwahn
identified with ./scripts/checkkconfigsymbols.py. Fixes: b7fb14d3ac63 ("ide: remove the legacy ide driver") Suggested-by: Randy Dunlap Signed-off-by: Lukas Bulwahn --- arch/alpha/Kconfig| 1 - arch/arm/Kconfig | 6 -- arch/arm/mach-davinci/Kconfig | 1 - ar

[PATCH] MAINTAINERS: Update remaining @linux.vnet.ibm.com addresses

2019-04-10 Thread Lukas Bulwahn
tching all cases for good. Fixes: 1dfddcdb95c4 ("MAINTAINERS: Update from @linux.vnet.ibm.com to @linux.ibm.com") Signed-off-by: Lukas Bulwahn --- Tyrel, please take this patch. Thanks. MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS