From 73c86ebaee23df8310b903c1dab2176d443f5a3a Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 10 Nov 2020 11:02:01 -0600 Subject: Linux v5.9.7 rebase Signed-off-by: Justin M. Forbes --- .../fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS | 1 + .../generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR | 21 +++++++++++++++++++++ .../generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS | 22 ++++++++++++++++++++++ .../fedora/generic/powerpc/CONFIG_PPC_RTAS_FILTER | 1 + 4 files changed, 45 insertions(+) create mode 100644 configs/fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS create mode 100644 configs/fedora/generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR create mode 100644 configs/fedora/generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS create mode 100644 configs/fedora/generic/powerpc/CONFIG_PPC_RTAS_FILTER (limited to 'configs/fedora/generic/powerpc') diff --git a/configs/fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS b/configs/fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS new file mode 100644 index 000000000..84f515748 --- /dev/null +++ b/configs/fedora/generic/powerpc/CONFIG_FB_MODE_HELPERS @@ -0,0 +1 @@ +CONFIG_FB_MODE_HELPERS=y diff --git a/configs/fedora/generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR b/configs/fedora/generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR new file mode 100644 index 000000000..88471b97e --- /dev/null +++ b/configs/fedora/generic/powerpc/CONFIG_PPC_PROT_SAO_LPAR @@ -0,0 +1,21 @@ +# CONFIG_PPC_PROT_SAO_LPAR: +# +# This option adds support for PROT_SAO mappings from userspace +# inside LPARs on supported CPUs. +# +# This may cause issues when performing guest migration from +# a CPU that supports SAO to one that does not. +# +# If unsure, say N here. +# +# Symbol: PPC_PROT_SAO_LPAR [=n] +# Type : bool +# Defined at arch/powerpc/Kconfig:863 +# Prompt: Support PROT_SAO mappings in LPARs +# Depends on: PPC_BOOK3S_64 [=y] +# Location: +# -> Kernel options +# +# +# +# CONFIG_PPC_PROT_SAO_LPAR is not set diff --git a/configs/fedora/generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS b/configs/fedora/generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS new file mode 100644 index 000000000..90ecdc77e --- /dev/null +++ b/configs/fedora/generic/powerpc/CONFIG_PPC_QUEUED_SPINLOCKS @@ -0,0 +1,22 @@ +# CONFIG_PPC_QUEUED_SPINLOCKS: +# +# Say Y here to use queued spinlocks which give better scalability and +# fairness on large SMP and NUMA systems without harming single threaded +# performance. +# +# This option is currently experimental, the code is more complex and +# less tested so it defaults to "N" for the moment. +# +# If unsure, say "N". +# +# Symbol: PPC_QUEUED_SPINLOCKS [=n] +# Type : bool +# Defined at arch/powerpc/Kconfig:497 +# Prompt: Queued spinlocks +# Depends on: SMP [=y] +# Location: +# -> Kernel options +# +# +# +# CONFIG_PPC_QUEUED_SPINLOCKS is not set diff --git a/configs/fedora/generic/powerpc/CONFIG_PPC_RTAS_FILTER b/configs/fedora/generic/powerpc/CONFIG_PPC_RTAS_FILTER new file mode 100644 index 000000000..7470f4d4f --- /dev/null +++ b/configs/fedora/generic/powerpc/CONFIG_PPC_RTAS_FILTER @@ -0,0 +1 @@ +CONFIG_PPC_RTAS_FILTER=y -- cgit