[OS-BUILD PATCH] Turn off vdso_install for ppc
by GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" <jforbes(a)fedoraproject.org>
With upstream commit 7fe2de246e21f01212a8923fbabb4ac84c944d4a
powerpc/vdso: Stripped VDSO is not needed, don't build it
the make targets for vdso_install are gone for ppc. If we call them, the
build fails. This just turns them off.
Signed-off-by: Justin M. Forbes <jforbes(a)fedoraproject.org>
---
redhat/kernel.spec.template | 1 +
1 file changed, 1 insertion(+)
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index 51e521c708d7..0638d9a7ca69 100755
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -379,6 +379,7 @@ Summary: The Linux kernel
%define make_target vmlinux
%define kernel_image vmlinux
%define kernel_image_elf 1
+%define use_vdso 0
%define all_arch_configs kernel-%{version}-ppc64le*.config
%endif
--
GitLab
2 years, 4 months
[OS-BUILD PATCH] [redhat] New configs in drivers/leds
by CKI Gitlab (via Email Bridge)
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
[redhat] New configs in drivers/leds
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_LEDS_RT8515:
This option enables support for the Richtek RT8515 flash
and torch LEDs found on some mobile phones.
To compile this driver as a module, choose M here: the module
will be called leds-rt8515.
Symbol: LEDS_RT8515 [=n]
Type : tristate
Defined at drivers/leds/flash/Kconfig:5
Prompt: LED support for Richtek RT8515 flash/torch LED
Depends on: NEW_LEDS [=y] && LEDS_CLASS_FLASH [=m] && GPIOLIB [=y]
Location:
-> Device Drivers
-> LED Support (NEW_LEDS [=y])
---
Cc: Tony Camuso <tcamuso(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
diff a/redhat/configs/common/generic/CONFIG_LEDS_RT8515 b/redhat/configs/common/generic/CONFIG_LEDS_RT8515
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LEDS_RT8515
@@ -0,0 +1 @@
+# CONFIG_LEDS_RT8515 is not set
diff a/redhat/configs/pending-common/generic/CONFIG_LEDS_RT8515 b/redhat/configs/pending-common/generic/CONFIG_LEDS_RT8515
--- a/redhat/configs/pending-common/generic/CONFIG_LEDS_RT8515
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_LEDS_RT8515:
-#
-# This option enables support for the Richtek RT8515 flash
-# and torch LEDs found on some mobile phones.
-#
-# To compile this driver as a module, choose M here: the module
-# will be called leds-rt8515.
-#
-# Symbol: LEDS_RT8515 [=n]
-# Type : tristate
-# Defined at drivers/leds/flash/Kconfig:5
-# Prompt: LED support for Richtek RT8515 flash/torch LED
-# Depends on: NEW_LEDS [=y] && LEDS_CLASS_FLASH [=m] && GPIOLIB [=y]
-# Location:
-# -> Device Drivers
-# -> LED Support (NEW_LEDS [=y])
-#
-#
-#
-# CONFIG_LEDS_RT8515 is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/880
2 years, 4 months