[PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

Subsystems: kernel virtual machine for powerpc (kvm/powerpc), linux for powerpc (32-bit and 64-bit), the rest

STALE3091d

4 messages, 2 authors, 2018-02-05 · open the first message on its own page

[PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

From: Ulf Magnusson <hidden>
Date: 2018-02-05 01:23:38

Commit 76d837a4c0f9 ("KVM: PPC: Book3S PR: Don't include SPAPR TCE code
on non-pseries platforms") added a reference to the globally undefined
symbol PPC_SERIES. Looking at the rest of the commit, PPC_PSERIES was
probably intended.

Change PPC_SERIES to PPC_PSERIES.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.

Signed-off-by: Ulf Magnusson <redacted>
---
 arch/powerpc/kvm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index f884a0529dfe..68a0e9d5b440 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -69,7 +69,7 @@ config KVM_BOOK3S_64
 	select KVM_BOOK3S_64_HANDLER
 	select KVM
 	select KVM_BOOK3S_PR_POSSIBLE if !KVM_BOOK3S_HV_POSSIBLE
-	select SPAPR_TCE_IOMMU if IOMMU_SUPPORT && (PPC_SERIES || PPC_POWERNV)
+	select SPAPR_TCE_IOMMU if IOMMU_SUPPORT && (PPC_PSERIES || PPC_POWERNV)
 	---help---
 	  Support running unmodified book3s_64 and book3s_32 guest kernels
 	  in virtual machines on book3s_64 host processors.
-- 
2.14.1

Re: [PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

From: Paul Mackerras <hidden>
Date: 2018-02-05 04:48:39

On Mon, Feb 05, 2018 at 02:21:14AM +0100, Ulf Magnusson wrote:
Commit 76d837a4c0f9 ("KVM: PPC: Book3S PR: Don't include SPAPR TCE code
on non-pseries platforms") added a reference to the globally undefined
symbol PPC_SERIES. Looking at the rest of the commit, PPC_PSERIES was
probably intended.

Change PPC_SERIES to PPC_PSERIES.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.

Signed-off-by: Ulf Magnusson <redacted>
Acked-by: Paul Mackerras <redacted>

Which tree is this series going into?

Paul.

Re: [PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

From: Ulf Magnusson <hidden>
Date: 2018-02-05 04:59:08

On Mon, Feb 5, 2018 at 5:48 AM, Paul Mackerras [off-list ref] wrote:
On Mon, Feb 05, 2018 at 02:21:14AM +0100, Ulf Magnusson wrote:
quoted
Commit 76d837a4c0f9 ("KVM: PPC: Book3S PR: Don't include SPAPR TCE code
on non-pseries platforms") added a reference to the globally undefined
symbol PPC_SERIES. Looking at the rest of the commit, PPC_PSERIES was
probably intended.

Change PPC_SERIES to PPC_PSERIES.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.

Signed-off-by: Ulf Magnusson <redacted>
Acked-by: Paul Mackerras <redacted>

Which tree is this series going into?

Paul.
I didn't have a particular one in mind. I imagined people would pick
up individual patches into the trees that make the most sense. It was
easiest to do the undefined symbol removal as a kernel-wide batch job.

All patches are against linux-next.

Cheers,
Ulf

Re: [PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling

From: Paul Mackerras <hidden>
Date: 2018-02-05 07:56:29

On Mon, Feb 05, 2018 at 05:58:59AM +0100, Ulf Magnusson wrote:
On Mon, Feb 5, 2018 at 5:48 AM, Paul Mackerras [off-list ref] wrote:
quoted
On Mon, Feb 05, 2018 at 02:21:14AM +0100, Ulf Magnusson wrote:
quoted
Commit 76d837a4c0f9 ("KVM: PPC: Book3S PR: Don't include SPAPR TCE code
on non-pseries platforms") added a reference to the globally undefined
symbol PPC_SERIES. Looking at the rest of the commit, PPC_PSERIES was
probably intended.

Change PPC_SERIES to PPC_PSERIES.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.

Signed-off-by: Ulf Magnusson <redacted>
Acked-by: Paul Mackerras <redacted>

Which tree is this series going into?

Paul.
I didn't have a particular one in mind. I imagined people would pick
up individual patches into the trees that make the most sense. It was
easiest to do the undefined symbol removal as a kernel-wide batch job.
OK, I'll take this one then.

Paul.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help