[OS-BUILD PATCH] [redhat] New configs in arch/arm64
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_ARCH_VISCONTI:
This enables support for Toshiba Visconti SoCs Family.
Symbol: ARCH_VISCONTI [=n]
Type : bool
Defined at arch/arm64/Kconfig.platforms:302
Prompt: Toshiba Visconti SoC Family
Location:
-> Platform selection
Selects: PINCTRL [=y] && PINCTRL_VISCONTI [=n]
---
Cc: Mark Salter <msalter(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../configs/common/generic/CONFIG_ARCH_VISCONTI | 1 +
.../pending-common/generic/CONFIG_ARCH_VISCONTI | 15 ---------------
2 files changed, 1 insertion(+), 15 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ARCH_VISCONTI
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ARCH_VISCONTI
diff --git a/redhat/configs/common/generic/CONFIG_ARCH_VISCONTI b/redhat/configs/common/generic/CONFIG_ARCH_VISCONTI
new file mode 100644
index 000000000000..099b60922ebf
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ARCH_VISCONTI
@@ -0,0 +1 @@
+# CONFIG_ARCH_VISCONTI is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_ARCH_VISCONTI b/redhat/configs/pending-common/generic/CONFIG_ARCH_VISCONTI
deleted file mode 100644
index 2d7076483445..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ARCH_VISCONTI
+++ /dev/null
@@ -1,15 +0,0 @@
-# CONFIG_ARCH_VISCONTI:
-#
-# This enables support for Toshiba Visconti SoCs Family.
-#
-# Symbol: ARCH_VISCONTI [=n]
-# Type : bool
-# Defined at arch/arm64/Kconfig.platforms:302
-# Prompt: Toshiba Visconti SoC Family
-# Location:
-# -> Platform selection
-# Selects: PINCTRL [=y] && PINCTRL_VISCONTI [=n]
-#
-#
-#
-# CONFIG_ARCH_VISCONTI is not set
--
GitLab
2 years, 4 months
[OS-BUILD PATCH] [redhat] New configs in drivers/input
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_RMI4_F3A:
Say Y here if you want to add support for RMI4 function 3A.
Function 3A provides GPIO support for RMI4 devices. This includes
support for buttons on TouchPads and ClickPads.
Symbol: RMI4_F3A [=n]
Type : bool
Defined at drivers/input/rmi4/Kconfig:103
Prompt: RMI4 Function 3A (GPIO)
Depends on: !UML && INPUT [=y] && RMI4_CORE [=m]
Location:
-> Device Drivers
-> Input device support
-> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y])
-> Synaptics RMI4 bus support (RMI4_CORE [=m])
---
CONFIG_TOUCHSCREEN_ZINITIX:
Say Y here if you have a touchscreen using Zinitix bt541,
or something similar enough.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called zinitix.
Symbol: TOUCHSCREEN_ZINITIX [=n]
Type : tristate
Defined at drivers/input/touchscreen/Kconfig:1325
Prompt: Zinitix touchscreen support
Depends on: !UML && INPUT [=y] && INPUT_TOUCHSCREEN [=y] && I2C [=y]
Location:
-> Device Drivers
-> Input device support
-> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y])
-> Touchscreens (INPUT_TOUCHSCREEN [=y])
---
Cc: Tony Camuso <tcamuso(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_RMI4_F3A | 1 +
.../common/generic/CONFIG_TOUCHSCREEN_ZINITIX | 1 +
.../pending-common/generic/CONFIG_RMI4_F3A | 21 ----------------
.../generic/CONFIG_TOUCHSCREEN_ZINITIX | 24 -------------------
4 files changed, 2 insertions(+), 45 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_RMI4_F3A
create mode 100644 redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_RMI4_F3A
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX
diff --git a/redhat/configs/common/generic/CONFIG_RMI4_F3A b/redhat/configs/common/generic/CONFIG_RMI4_F3A
new file mode 100644
index 000000000000..7daf3f63cac2
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_RMI4_F3A
@@ -0,0 +1 @@
+# CONFIG_RMI4_F3A is not set
diff --git a/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX b/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX
new file mode 100644
index 000000000000..72fb1fc318f2
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_TOUCHSCREEN_ZINITIX
@@ -0,0 +1 @@
+# CONFIG_TOUCHSCREEN_ZINITIX is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A b/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A
deleted file mode 100644
index cf175b3d5f10..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_RMI4_F3A
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_RMI4_F3A:
-#
-# Say Y here if you want to add support for RMI4 function 3A.
-#
-# Function 3A provides GPIO support for RMI4 devices. This includes
-# support for buttons on TouchPads and ClickPads.
-#
-# Symbol: RMI4_F3A [=n]
-# Type : bool
-# Defined at drivers/input/rmi4/Kconfig:103
-# Prompt: RMI4 Function 3A (GPIO)
-# Depends on: !UML && INPUT [=y] && RMI4_CORE [=m]
-# Location:
-# -> Device Drivers
-# -> Input device support
-# -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y])
-# -> Synaptics RMI4 bus support (RMI4_CORE [=m])
-#
-#
-#
-# CONFIG_RMI4_F3A is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX b/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX
deleted file mode 100644
index 361ab7a0933b..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_TOUCHSCREEN_ZINITIX
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_TOUCHSCREEN_ZINITIX:
-#
-# Say Y here if you have a touchscreen using Zinitix bt541,
-# or something similar enough.
-#
-# If unsure, say N.
-#
-# To compile this driver as a module, choose M here: the
-# module will be called zinitix.
-#
-# Symbol: TOUCHSCREEN_ZINITIX [=n]
-# Type : tristate
-# Defined at drivers/input/touchscreen/Kconfig:1325
-# Prompt: Zinitix touchscreen support
-# Depends on: !UML && INPUT [=y] && INPUT_TOUCHSCREEN [=y] && I2C [=y]
-# Location:
-# -> Device Drivers
-# -> Input device support
-# -> Generic input layer (needed for keyboard, mouse, ...) (INPUT [=y])
-# -> Touchscreens (INPUT_TOUCHSCREEN [=y])
-#
-#
-#
-# CONFIG_TOUCHSCREEN_ZINITIX is not set
--
GitLab
2 years, 4 months
[OS-BUILD PATCH] [redhat] New configs in drivers/iommu
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_ARM_SMMU_V3_SVA:
Support for sharing process address spaces with devices using the
SMMUv3.
Say Y here if your system supports SVA extensions such as PCIe PASID
and PRI.
Symbol: ARM_SMMU_V3_SVA [=n]
Type : bool
Defined at drivers/iommu/Kconfig:311
Prompt: Shared Virtual Addressing support for the ARM SMMUv3
Depends on: IOMMU_SUPPORT [=y] && ARM_SMMU_V3 [=y]
Location:
-> Device Drivers
-> IOMMU Hardware Support (IOMMU_SUPPORT [=y])
-> ARM Ltd. System MMU Version 3 (SMMUv3) Support (ARM_SMMU_V3 [=y])
---
Cc: Jerry Snitselaar <jsnitsel(a)redhat.com>
Cc: Myron Stowe <myron.stowe(a)redhat.com>
Cc: Alex Williamson <alex.williamson(a)redhat.com>
Cc: Don Dutile <ddutile(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_ARM_SMMU_V3_SVA | 1 +
.../generic/CONFIG_ARM_SMMU_V3_SVA | 21 -------------------
2 files changed, 1 insertion(+), 21 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ARM_SMMU_V3_SVA
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ARM_SMMU_V3_SVA
diff --git a/redhat/configs/common/generic/CONFIG_ARM_SMMU_V3_SVA b/redhat/configs/common/generic/CONFIG_ARM_SMMU_V3_SVA
new file mode 100644
index 000000000000..425c8fb90256
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ARM_SMMU_V3_SVA
@@ -0,0 +1 @@
+# CONFIG_ARM_SMMU_V3_SVA is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_ARM_SMMU_V3_SVA b/redhat/configs/pending-common/generic/CONFIG_ARM_SMMU_V3_SVA
deleted file mode 100644
index 32cecc4a00f8..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ARM_SMMU_V3_SVA
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_ARM_SMMU_V3_SVA:
-#
-# Support for sharing process address spaces with devices using the
-# SMMUv3.
-#
-# Say Y here if your system supports SVA extensions such as PCIe PASID
-# and PRI.
-#
-# Symbol: ARM_SMMU_V3_SVA [=n]
-# Type : bool
-# Defined at drivers/iommu/Kconfig:311
-# Prompt: Shared Virtual Addressing support for the ARM SMMUv3
-# Depends on: IOMMU_SUPPORT [=y] && ARM_SMMU_V3 [=y]
-# Location:
-# -> Device Drivers
-# -> IOMMU Hardware Support (IOMMU_SUPPORT [=y])
-# -> ARM Ltd. System MMU Version 3 (SMMUv3) Support (ARM_SMMU_V3 [=y])
-#
-#
-#
-# CONFIG_ARM_SMMU_V3_SVA is not set
--
GitLab
2 years, 4 months
[OS-BUILD PATCH] [redhat] New configs in drivers/char
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_HW_RANDOM_XIPHERA:
This driver provides kernel-side support for Xiphera True Random
Number Generator Intellectual Property Core.
To compile this driver as a module, choose M here: the
module will be called xiphera-trng.
Symbol: HW_RANDOM_XIPHERA [=n]
Type : tristate
Defined at drivers/char/hw_random/Kconfig:529
Prompt: Xiphera FPGA based True Random Number Generator support
Depends on: HW_RANDOM [=y] && HAS_IOMEM [=y]
Location:
-> Device Drivers
-> Character devices
-> Hardware Random Number Generator Core support (HW_RANDOM [=y])
---
Cc: John Linville <linville(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_HW_RANDOM_XIPHERA | 1 +
.../generic/CONFIG_HW_RANDOM_XIPHERA | 21 -------------------
2 files changed, 1 insertion(+), 21 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_HW_RANDOM_XIPHERA
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_HW_RANDOM_XIPHERA
diff --git a/redhat/configs/common/generic/CONFIG_HW_RANDOM_XIPHERA b/redhat/configs/common/generic/CONFIG_HW_RANDOM_XIPHERA
new file mode 100644
index 000000000000..779befaec438
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_HW_RANDOM_XIPHERA
@@ -0,0 +1 @@
+# CONFIG_HW_RANDOM_XIPHERA is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_HW_RANDOM_XIPHERA b/redhat/configs/pending-common/generic/CONFIG_HW_RANDOM_XIPHERA
deleted file mode 100644
index 0920b004cef4..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_HW_RANDOM_XIPHERA
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_HW_RANDOM_XIPHERA:
-#
-# This driver provides kernel-side support for Xiphera True Random
-# Number Generator Intellectual Property Core.
-#
-# To compile this driver as a module, choose M here: the
-# module will be called xiphera-trng.
-#
-# Symbol: HW_RANDOM_XIPHERA [=n]
-# Type : tristate
-# Defined at drivers/char/hw_random/Kconfig:529
-# Prompt: Xiphera FPGA based True Random Number Generator support
-# Depends on: HW_RANDOM [=y] && HAS_IOMEM [=y]
-# Location:
-# -> Device Drivers
-# -> Character devices
-# -> Hardware Random Number Generator Core support (HW_RANDOM [=y])
-#
-#
-#
-# CONFIG_HW_RANDOM_XIPHERA is not set
--
GitLab
2 years, 4 months
[OS-BUILD PATCH] [redhat] New configs in drivers/net/wireless
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_ATH11K:
This module adds support for Qualcomm Technologies 802.11ax family of
chipsets.
If you choose to build a module, it'll be called ath11k.
Symbol: ATH11K [=n]
Type : tristate
Defined at drivers/net/wireless/ath/ath11k/Kconfig:2
Prompt: Qualcomm Technologies 802.11ax chipset support
Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_ATH [=y] && MAC80211 [=m] && HAS_DMA [=y] && CRYPTO_MICHAEL_MIC [=m]
Location:
-> Device Drivers
-> Network device support (NETDEVICES [=y])
-> Wireless LAN (WLAN [=y])
-> Atheros/Qualcomm devices (WLAN_VENDOR_ATH [=y])
Selects: ATH_COMMON [=m] && QCOM_QMI_HELPERS [=n]
---
Cc: Jarod Wilson <jarod(a)redhat.com>
Cc: John Linville <linville(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
redhat/configs/common/generic/CONFIG_ATH11K | 1 +
.../pending-common/generic/CONFIG_ATH11K | 22 -------------------
2 files changed, 1 insertion(+), 22 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_ATH11K
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ATH11K
diff --git a/redhat/configs/common/generic/CONFIG_ATH11K b/redhat/configs/common/generic/CONFIG_ATH11K
new file mode 100644
index 000000000000..584c5e3f1ebc
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_ATH11K
@@ -0,0 +1 @@
+# CONFIG_ATH11K is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_ATH11K b/redhat/configs/pending-common/generic/CONFIG_ATH11K
deleted file mode 100644
index f591e2d0ff76..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ATH11K
+++ /dev/null
@@ -1,22 +0,0 @@
-# CONFIG_ATH11K:
-#
-# This module adds support for Qualcomm Technologies 802.11ax family of
-# chipsets.
-#
-# If you choose to build a module, it'll be called ath11k.
-#
-# Symbol: ATH11K [=n]
-# Type : tristate
-# Defined at drivers/net/wireless/ath/ath11k/Kconfig:2
-# Prompt: Qualcomm Technologies 802.11ax chipset support
-# Depends on: NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_ATH [=y] && MAC80211 [=m] && HAS_DMA [=y] && CRYPTO_MICHAEL_MIC [=m]
-# Location:
-# -> Device Drivers
-# -> Network device support (NETDEVICES [=y])
-# -> Wireless LAN (WLAN [=y])
-# -> Atheros/Qualcomm devices (WLAN_VENDOR_ATH [=y])
-# Selects: ATH_COMMON [=m] && QCOM_QMI_HELPERS [=n]
-#
-#
-#
-# CONFIG_ATH11K is not set
--
GitLab
2 years, 4 months
[OS-BUILD PATCH] [redhat] New configs in lib/Kconfig.debug
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_FAULT_INJECTION_USERCOPY:
Provides fault-injection capability to inject failures
in usercopy functions (copy_from_user(), get_user(), ...).
Symbol: FAULT_INJECTION_USERCOPY [=n]
Type : bool
Defined at lib/Kconfig.debug:1771
Prompt: Fault injection capability for usercopy functions
Depends on: FAULT_INJECTION [=y]
Location:
-> Kernel hacking
-> Kernel Testing and Coverage
-> Fault-injection framework (FAULT_INJECTION [=y])
---
Cc: Prarit Bhargava <prarit(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../generic/CONFIG_FAULT_INJECTION_USERCOPY | 1 +
.../generic/CONFIG_FAULT_INJECTION_USERCOPY | 18 ------------------
2 files changed, 1 insertion(+), 18 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_FAULT_INJECTION_USERCOPY
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_FAULT_INJECTION_USERCOPY
diff --git a/redhat/configs/common/generic/CONFIG_FAULT_INJECTION_USERCOPY b/redhat/configs/common/generic/CONFIG_FAULT_INJECTION_USERCOPY
new file mode 100644
index 000000000000..5a57de6d5a6c
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_FAULT_INJECTION_USERCOPY
@@ -0,0 +1 @@
+# CONFIG_FAULT_INJECTION_USERCOPY is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_FAULT_INJECTION_USERCOPY b/redhat/configs/pending-common/generic/CONFIG_FAULT_INJECTION_USERCOPY
deleted file mode 100644
index f48e0d1d8ccf..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_FAULT_INJECTION_USERCOPY
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_FAULT_INJECTION_USERCOPY:
-#
-# Provides fault-injection capability to inject failures
-# in usercopy functions (copy_from_user(), get_user(), ...).
-#
-# Symbol: FAULT_INJECTION_USERCOPY [=n]
-# Type : bool
-# Defined at lib/Kconfig.debug:1771
-# Prompt: Fault injection capability for usercopy functions
-# Depends on: FAULT_INJECTION [=y]
-# Location:
-# -> Kernel hacking
-# -> Kernel Testing and Coverage
-# -> Fault-injection framework (FAULT_INJECTION [=y])
-#
-#
-#
-# CONFIG_FAULT_INJECTION_USERCOPY is not set
--
GitLab
2 years, 4 months
[OS-BUILD PATCH] [redhat] New configs in drivers/leds
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_LP50XX:
If you say yes here you get support for the Texas Instruments
LP5036, LP5030, LP5024, LP5018, LP5012 and LP5009 LED driver.
To compile this driver as a module, choose M here: the
module will be called leds-lp50xx.
Symbol: LEDS_LP50XX [=n]
Type : tristate
Defined at drivers/leds/Kconfig:398
Prompt: LED Support for TI LP5036/30/24/18/12/9 LED driver chip
Depends on: NEW_LEDS [=y] && LEDS_CLASS [=y] && REGMAP_I2C [=m] && (LEDS_CLASS_MULTICOLOR [=n] || !LEDS_CLASS_MULTICOLOR [=n])
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>
---
.../configs/common/generic/CONFIG_LEDS_LP50XX | 1 +
.../pending-common/generic/CONFIG_LEDS_LP50XX | 20 -------------------
2 files changed, 1 insertion(+), 20 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_LEDS_LP50XX
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_LEDS_LP50XX
diff --git a/redhat/configs/common/generic/CONFIG_LEDS_LP50XX b/redhat/configs/common/generic/CONFIG_LEDS_LP50XX
new file mode 100644
index 000000000000..99ee0f5990b4
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_LEDS_LP50XX
@@ -0,0 +1 @@
+# CONFIG_LEDS_LP50XX is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_LEDS_LP50XX b/redhat/configs/pending-common/generic/CONFIG_LEDS_LP50XX
deleted file mode 100644
index a48da6675067..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_LEDS_LP50XX
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_LEDS_LP50XX:
-#
-# If you say yes here you get support for the Texas Instruments
-# LP5036, LP5030, LP5024, LP5018, LP5012 and LP5009 LED driver.
-#
-# To compile this driver as a module, choose M here: the
-# module will be called leds-lp50xx.
-#
-# Symbol: LEDS_LP50XX [=n]
-# Type : tristate
-# Defined at drivers/leds/Kconfig:398
-# Prompt: LED Support for TI LP5036/30/24/18/12/9 LED driver chip
-# Depends on: NEW_LEDS [=y] && LEDS_CLASS [=y] && REGMAP_I2C [=m] && (LEDS_CLASS_MULTICOLOR [=n] || !LEDS_CLASS_MULTICOLOR [=n])
-# Location:
-# -> Device Drivers
-# -> LED Support (NEW_LEDS [=y])
-#
-#
-#
-# CONFIG_LEDS_LP50XX is not set
--
GitLab
2 years, 4 months
[OS-BUILD PATCH 0/2] build system: run parallel make for bpf and
kselftests
install
by GitLab Bridge on behalf of dvlasenk
From: dvlasenk on gitlab.com
Before: completely single-threaded load, 9 minutes:
~/rpmbuild/BUILD/kernel-4.18.0-193.7.1.el8_2.test/linux-4.18.0-193.7.1.e
l8.test.aarch64
+ make 'HOSTCFLAGS=-O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-
protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-
tables -fstack-clash-protection' 'HOSTLDFLAGS=-Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' headers_install
06:48:06 p: 583/ 140 b: 0 0
U...............................................
+ make 'HOSTCFLAGS=-O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-
protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-
tables -fstack-clash-protection' 'HOSTLDFLAGS=-Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -s ARCH=arm64 V=1
samples/bpf/
06:48:07 p: 583/ 243 b: 0 0
U...............................................
06:48:08 p: 581/ 259 b: 0 0
U...............................................
06:48:09 p: 586/ 175 b: 0 8192
U...............................................
samples/bpf/Makefile:206: WARNING: Detected possible issues with include
path.
samples/bpf/Makefile:207: WARNING: Please install kernel headers locally
(make headers_install).
06:48:10 p: 584/ 168 b: 0 0
U...............................................
06:48:11 p: 587/ 96 b: 0 276k
U...............................................
Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs
from latest version at 'include/uapi/linux/bpf.h'
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h'
differs from latest version at 'include/uapi/linux/if_link.h'
06:48:12 p: 587/ 46 b: 0 160k
U...............................................
06:48:13 p: 587/ 9 b: 0 0
U...............................................
06:48:14 p: 587/ 35 b: 0 0
U...............................................
06:48:15 p: 587/ 35 b: 0 0
U...............................................
06:48:16 p: 585/ 55 b: 0 8192
U...............................................
06:48:17 p: 586/ 30 b: 0 1.6m
U...............................................
06:48:18 p: 586/ 24 b: 0 0
U...............................................
06:48:19 p: 586/ 29 b: 0 0
U...............................................
06:48:20 p: 585/ 44 b: 0 0
U...............................................
06:48:21 p: 584/ 33 b: 0 0
U...............................................
06:48:22 p: 585/ 40 b: 0 1.7m
U...............................................
06:48:23 p: 585/ 24 b: 0 0
U...............................................
06:48:24 p: 585/ 33 b: 0 0
U...............................................
06:48:25 p: 585/ 37 b: 0 0
U...............................................
06:48:26 p: 585/ 11 b: 0 0
U...............................................
samples/bpf/../../tools/testing/selftests/bpf/cgroup_helpers.c:44:5:
warning: no previous prototype for 'enable_all_controllers' [-Wmissing-
prototypes]
int enable_all_controllers(char *cgroup_path)
^~~~~~~~~~~~~~~~~~~~~~
06:48:27 p: 585/ 25 b: 0 376k
U...............................................
06:48:28 p: 585/ 39 b: 0 0
U...............................................
06:48:29 p: 585/ 22 b: 0 0
U...............................................
06:48:30 p: 585/ 22 b: 0 0
U...............................................
06:48:31 p: 583/ 12 b: 0 0
U...............................................
06:48:32 p: 584/ 21 b: 0 0
U...............................................
06:48:33 p: 584/ 24 b: 0 0
U...............................................
06:48:34 p: 584/ 22 b: 0 3.7m
U...............................................
06:48:35 p: 584/ 22 b: 0 0
U...............................................
06:48:36 p: 584/ 22 b: 0 0
U...............................................
CLANG-bpf samples/bpf/sockex1_kern.o
CLANG-bpf samples/bpf/sockex2_kern.o
06:48:37 p: 584/ 17 b: 0 11m
U...............................................
06:48:38 p: 584/ 2 b: 0 0
U...............................................
CLANG-bpf samples/bpf/sockex3_kern.o
06:48:39 p: 584/ 5 b: 0 0
U...............................................
06:48:40 p: 584/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tracex1_kern.o
06:48:41 p: 584/ 5 b: 0 0
U...............................................
06:48:42 p: 584/ 0 b: 0 224k
U...............................................
06:48:43 p: 584/ 2 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tracex2_kern.o
06:48:44 p: 583/ 5 b: 0 0
U...............................................
06:48:45 p: 583/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tracex3_kern.o
06:48:46 p: 582/ 4 b: 0 0
U...............................................
06:48:47 p: 583/ 1 b: 0 7.1m
U...............................................
06:48:48 p: 583/ 2 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tracex4_kern.o
06:48:49 p: 583/ 5 b: 0 0
U...............................................
06:48:50 p: 583/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tracex5_kern.o
06:48:51 p: 583/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tracex6_kern.o
06:48:52 p: 583/ 5 b: 0 13m
U...............................................
06:48:53 p: 583/ 2 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tracex7_kern.o
CLANG-bpf samples/bpf/sock_flags_kern.o
06:48:54 p: 583/ 10 b: 0 0
U...............................................
06:48:55 p: 583/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/test_probe_write_user_kern.o
06:48:56 p: 583/ 5 b: 0 0
U...............................................
06:48:57 p: 583/ 0 b: 0 12m
U...............................................
CLANG-bpf samples/bpf/trace_output_kern.o
06:48:58 p: 583/ 7 b: 0 0
U...............................................
06:48:59 p: 583/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcbpf1_kern.o
06:49:00 p: 583/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tc_l2_redirect_kern.o
06:49:01 p: 583/ 5 b: 0 0
U...............................................
06:49:02 p: 583/ 0 b: 0 10m
U...............................................
06:49:03 p: 583/ 2 b: 0 0
U...............................................
CLANG-bpf samples/bpf/lathist_kern.o
06:49:04 p: 582/ 4 b: 0 912k
U...............................................
06:49:05 p: 583/ 1 b: 0 0
U...............................................
CLANG-bpf samples/bpf/offwaketime_kern.o
06:49:06 p: 583/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/spintest_kern.o
06:49:07 p: 583/ 5 b: 0 10m
U...............................................
06:49:08 p: 583/ 2 b: 0 0
U...............................................
06:49:09 p: 583/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/map_perf_test_kern.o
06:49:10 p: 583/ 5 b: 0 0
U...............................................
06:49:11 p: 583/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/test_overhead_tp_kern.o
06:49:12 p: 583/ 5 b: 0 136k
U...............................................
CLANG-bpf samples/bpf/test_overhead_raw_tp_kern.o
CLANG-bpf samples/bpf/test_overhead_kprobe_kern.o
06:49:13 p: 583/ 12 b: 0 0
U...............................................
06:49:14 p: 582/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/parse_varlen.o
06:49:15 p: 583/ 5 b: 0 0
U...............................................
06:49:16 p: 583/ 0 b: 0 0
U...............................................
06:49:17 p: 584/ 1 b: 0 868k
U...............................................
CLANG-bpf samples/bpf/parse_simple.o
06:49:18 p: 584/ 7 b: 0 0
U...............................................
06:49:19 p: 584/ 0 b: 0 0
U...............................................
06:49:20 p: 584/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/parse_ldabs.o
06:49:21 p: 584/ 5 b: 0 0
U...............................................
06:49:22 p: 584/ 0 b: 0 216k
U...............................................
06:49:23 p: 584/ 2 b: 0 0
U...............................................
CLANG-bpf samples/bpf/test_cgrp2_tc_kern.o
06:49:24 p: 584/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp1_kern.o
06:49:25 p: 584/ 5 b: 0 0
U...............................................
06:49:26 p: 584/ 0 b: 0 0
U...............................................
06:49:27 p: 584/ 0 b: 0 64k
U...............................................
CLANG-bpf samples/bpf/xdp2_kern.o
06:49:28 p: 584/ 7 b: 0 0
U...............................................
06:49:29 p: 584/ 0 b: 0 0
U...............................................
06:49:30 p: 584/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp_router_ipv4_kern.o
06:49:31 p: 583/ 5 b: 0 0
U...............................................
06:49:32 p: 582/ 0 b: 0 80k
U...............................................
06:49:33 p: 582/ 2 b: 0 0
U...............................................
CLANG-bpf samples/bpf/test_current_task_under_cgroup_kern.o
06:49:34 p: 582/ 5 b: 0 0.9m
U...............................................
06:49:35 p: 582/ 0 b: 0 12k
U...............................................
CLANG-bpf samples/bpf/trace_event_kern.o
06:49:36 p: 582/ 5 b: 0 0
U...............................................
06:49:37 p: 582/ 0 b: 0 216k
U...............................................
CLANG-bpf samples/bpf/sampleip_kern.o
06:49:38 p: 582/ 7 b: 0 0
U...............................................
CLANG-bpf samples/bpf/lwt_len_hist_kern.o
06:49:39 p: 582/ 5 b: 0 0
U...............................................
06:49:40 p: 582/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp_tx_iptunnel_kern.o
06:49:41 p: 582/ 5 b: 0 0
U...............................................
06:49:42 p: 582/ 0 b: 0 168k
U...............................................
06:49:43 p: 582/ 2 b: 0 0
U...............................................
CLANG-bpf samples/bpf/test_map_in_map_kern.o
06:49:44 p: 582/ 5 b: 0 0
U...............................................
06:49:45 p: 582/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcp_synrto_kern.o
06:49:46 p: 582/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcp_rwnd_kern.o
06:49:47 p: 581/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcp_bufs_kern.o
06:49:48 p: 581/ 7 b: 0 400k
U...............................................
CLANG-bpf samples/bpf/tcp_cong_kern.o
06:49:49 p: 580/ 4 b: 0 0
U...............................................
06:49:50 p: 581/ 1 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcp_iw_kern.o
06:49:51 p: 581/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcp_clamp_kern.o
06:49:52 p: 581/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcp_basertt_kern.o
06:49:53 p: 580/ 6 b: 0 216k
U...............................................
06:49:54 p: 581/ 1 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcp_tos_reflect_kern.o
06:49:55 p: 581/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/tcp_dumpstats_kern.o
06:49:56 p: 581/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp_redirect_kern.o
06:49:57 p: 581/ 5 b: 0 0
U...............................................
06:49:58 p: 581/ 2 b: 0 56k
U...............................................
06:49:59 p: 581/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp_redirect_map_kern.o
06:50:00 p: 581/ 5 b: 0 0
U...............................................
06:50:01 p: 581/ 0 b: 0 0
U...............................................
06:50:02 p: 581/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp_redirect_cpu_kern.o
06:50:03 p: 581/ 7 b: 0 64k
U...............................................
06:50:04 p: 580/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp_monitor_kern.o
CLANG-bpf samples/bpf/xdp_rxq_info_kern.o
06:50:05 p: 580/ 10 b: 0 328k
U...............................................
06:50:06 p: 578/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp2skb_meta_kern.o
CLANG-bpf samples/bpf/syscall_tp_kern.o
CLANG-bpf samples/bpf/cpustat_kern.o
06:50:07 p: 580/ 15 b: 0 0
U...............................................
06:50:08 p: 580/ 2 b: 0 96k
U...............................................
CLANG-bpf samples/bpf/xdp_adjust_tail_kern.o
06:50:09 p: 579/ 5 b: 0 0
U...............................................
06:50:10 p: 579/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp_fwd_kern.o
06:50:11 p: 579/ 5 b: 0 0
U...............................................
06:50:12 p: 579/ 0 b: 0 0
U...............................................
06:50:13 p: 579/ 2 b: 0 48k
U...............................................
06:50:14 p: 579/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/task_fd_query_kern.o
06:50:15 p: 579/ 5 b: 0 0
U...............................................
CLANG-bpf samples/bpf/xdp_sample_pkts_kern.o
06:50:16 p: 579/ 5 b: 0 0
U...............................................
06:50:17 p: 580/ 1 b: 0 160k
U...............................................
CLANG-bpf samples/bpf/hbm_out_kern.o
06:50:18 p: 580/ 7 b: 0 120k
U...............................................
06:50:19 p: 580/ 0 b: 0 0
U...............................................
06:50:20 p: 580/ 0 b: 0 0
U...............................................
CLANG-bpf samples/bpf/hbm_edt_kern.o
06:50:21 p: 580/ 5 b: 0 0
U...............................................
06:50:22 p: 580/ 0 b: 0 0
U...............................................
06:50:23 p: 580/ 2 b: 0 96k
U...............................................
06:50:24 p: 580/ 0 b: 0 0
U...............................................
+ pushd tools/testing/selftests
~/rpmbuild/BUILD/kernel-4.18.0-193.7.1.el8_2.test/linux-4.18.0-193.7.1.e
l8.test.aarch64/tools/testing/selftests ~/rpmbuild/BUILD/kernel-4.18.0-1
93.7.1.el8_2.test/linux-4.18.0-193.7.1.el8.test.aarch64
+ make 'HOSTCFLAGS=-O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-
protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-
tables -fstack-clash-protection' 'HOSTLDFLAGS=-Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -s ARCH=arm64 V=1
'TARGETS=bpf livepatch net' INSTALL_PATH=/root/rpmbuild/BUILDROOT/kernel
-4.18.0-193.7.1.el8.test.aarch64/usr/libexec/kselftests install
06:50:25 p: 582/ 75 b: 0 0
U...............................................
06:50:26 p: 583/ 44 b: 0 0
U...............................................
Auto-detecting system features:
... libelf: [ on ]
... bpf: [ on ]
06:50:27 p: 583/ 59 b: 0 0
U...............................................
Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs
from latest version at 'include/uapi/linux/bpf.h'
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h'
differs from latest version at 'include/uapi/linux/if_link.h'
06:50:28 p: 583/ 48 b: 0 144k
U...............................................
06:50:29 p: 583/ 7 b: 0 0
U...............................................
06:50:30 p: 583/ 35 b: 0 0
U...............................................
06:50:31 p: 583/ 35 b: 0 0
U...............................................
06:50:32 p: 578/ 42 b: 0 0
U...............................................
06:50:33 p: 578/ 2 b: 0 24k
U...............................................
06:50:34 p: 578/ 1 b: 0 0
U...............................................
06:50:35 p: 578/ 15 b: 0 608k
U...............................................
06:50:36 p: 578/ 0 b: 0 0
U...............................................
06:50:37 p: 577/ 0 b: 0 0
U...............................................
06:50:38 p: 577/ 4 b: 0 264k
U...............................................
06:50:39 p: 577/ 5 b: 0 608k
U...............................................
06:50:40 p: 577/ 5 b: 0 0
U...............................................
06:50:41 p: 577/ 9 b: 0 0
U...............................................
06:50:42 p: 577/ 6 b: 0 448k
U...............................................
06:50:43 p: 577/ 10 b: 0 79m
U...............................................
06:50:44 p: 577/ 8 b: 0 632k
U...............................................
06:50:45 p: 577/ 6 b: 0 648k
U...............................................
06:50:46 p: 577/ 6 b: 0 408k
U...............................................
06:50:47 p: 577/ 10 b: 0 688k
U...............................................
06:50:48 p: 576/ 10 b: 0 576k
U...............................................
06:50:49 p: 576/ 8 b: 0 600k
U...............................................
06:50:50 p: 576/ 6 b: 0 400k
U...............................................
06:50:51 p: 576/ 5 b: 0 848k
U...............................................
06:50:52 p: 576/ 16 b: 0 0
U...............................................
06:50:53 p: 575/ 14 b: 0 416k
U...............................................
06:50:54 p: 575/ 7 b: 0 208k
U...............................................
06:50:55 p: 575/ 0 b: 0 0
U...............................................
06:50:56 p: 575/ 1 b: 0 0
U...............................................
06:50:57 p: 575/ 4 b: 0 0
U...............................................
06:50:58 p: 575/ 4 b: 0 332k
U...............................................
06:50:59 p: 575/ 12 b: 0 416k
U...............................................
06:51:00 p: 575/ 9 b: 0 208k
U...............................................
06:51:01 p: 575/ 5 b: 0 208k
U...............................................
06:51:02 p: 575/ 17 b: 0 208k
U...............................................
06:51:03 p: 575/ 11 b: 0 376k
U...............................................
06:51:04 p: 575/ 7 b: 0 208k
U...............................................
06:51:05 p: 575/ 7 b: 0 2.2m
U...............................................
06:51:06 p: 575/ 10 b: 0 0
U...............................................
06:51:07 p: 576/ 5 b: 0 208k
U...............................................
06:51:08 p: 575/ 12 b: 0 208k
U...............................................
06:51:09 p: 575/ 8 b: 0 208k
U...............................................
06:51:10 p: 576/ 10 b: 0 416k
U...............................................
06:51:11 p: 575/ 7 b: 0 0
U...............................................
06:51:12 p: 575/ 7 b: 0 208k
U...............................................
06:51:13 p: 575/ 14 b: 0 208k
U...............................................
06:51:14 p: 576/ 8 b: 0 0
U...............................................
06:51:15 p: 578/ 19 b: 0 0
U...............................................
06:51:16 p: 578/ 9 b: 0 0
U...............................................
06:51:17 p: 577/ 22 b: 0 184k
U...............................................
06:51:18 p: 579/ 8 b: 0 24k
U...............................................
06:51:19 p: 579/ 0 b: 0 0
U...............................................
06:51:20 p: 579/ 0 b: 0 0
U...............................................
06:51:21 p: 579/ 0 b: 0 0
U...............................................
06:51:22 p: 579/ 0 b: 0 0
U...............................................
06:51:23 p: 578/ 2 b: 0 5.0m
U...............................................
06:51:24 p: 578/ 0 b: 0 0
U...............................................
06:51:25 p: 578/ 0 b: 0 0
U...............................................
06:51:26 p: 578/ 0 b: 0 0
U...............................................
06:51:27 p: 578/ 0 b: 0 0
U...............................................
06:51:28 p: 578/ 2 b: 0 3.8m
U...............................................
06:51:29 p: 578/ 0 b: 0 0
U...............................................
06:51:30 p: 578/ 0 b: 0 0
U...............................................
06:51:31 p: 578/ 0 b: 0 0
U...............................................
06:51:32 p: 574/ 0 b: 0 0
U...............................................
06:51:33 p: 574/ 2 b: 0 6.8m
U...............................................
06:51:34 p: 574/ 0 b: 0 0
U...............................................
06:51:35 p: 574/ 0 b: 0 712k
U...............................................
06:51:36 p: 574/ 0 b: 0 0
U...............................................
06:51:37 p: 574/ 0 b: 0 0
U...............................................
06:51:38 p: 574/ 2 b: 0 5.4m
U...............................................
06:51:39 p: 574/ 0 b: 0 0
U...............................................
06:51:40 p: 574/ 0 b: 0 0
U...............................................
06:51:41 p: 574/ 0 b: 0 0
U...............................................
06:51:42 p: 574/ 0 b: 0 0
U...............................................
06:51:43 p: 576/ 6 b: 0 0
U...............................................
06:51:44 p: 574/ 22 b: 0 5.8m
U...............................................
06:51:45 p: 575/ 19 b: 0 0
U...............................................
06:51:46 p: 571/ 21 b: 0 0
U...............................................
06:51:47 p: 571/ 18 b: 0 0
U...............................................
06:51:48 p: 573/ 8 b: 0 0
U...............................................
06:51:49 p: 572/ 0 b: 0 3.6m
U...............................................
06:51:50 p: 572/ 0 b: 0 0
U...............................................
06:51:51 p: 569/ 0 b: 0 0
U...............................................
06:51:52 p: 569/ 0 b: 0 0
U...............................................
06:51:53 p: 569/ 2 b: 0 0
U...............................................
06:51:54 p: 571/ 18 b: 0 0
U...............................................
06:51:55 p: 570/ 13 b: 0 0
U...............................................
06:51:56 p: 569/ 17 b: 0 0
U...............................................
06:51:57 p: 570/ 19 b: 0 0
U...............................................
06:51:58 p: 571/ 16 b: 0 0
U...............................................
06:51:59 p: 570/ 0 b: 0 0
U...............................................
06:52:00 p: 570/ 0 b: 0 0
U...............................................
06:52:01 p: 570/ 0 b: 0 0
U...............................................
06:52:02 p: 570/ 0 b: 0 0
U...............................................
06:52:03 p: 570/ 2 b: 0 0
U...............................................
06:52:04 p: 570/ 0 b: 0 0
U...............................................
06:52:05 p: 570/ 0 b: 0 332k
U...............................................
06:52:06 p: 570/ 0 b: 0 0
U...............................................
06:52:07 p: 570/ 0 b: 0 0
U...............................................
06:52:08 p: 570/ 2 b: 0 0
U...............................................
06:52:09 p: 570/ 0 b: 0 0
U...............................................
06:52:10 p: 570/ 0 b: 0 0
U...............................................
06:52:11 p: 567/ 0 b: 0 0
U...............................................
06:52:12 p: 567/ 0 b: 0 0
U...............................................
06:52:13 p: 566/ 2 b: 0 0
U...............................................
06:52:14 p: 566/ 0 b: 0 5.4m
U...............................................
06:52:15 p: 566/ 0 b: 0 0
U...............................................
06:52:16 p: 566/ 0 b: 0 0
U...............................................
06:52:17 p: 567/ 1 b: 0 112k
U...............................................
06:52:18 p: 567/ 2 b: 0 0
U...............................................
06:52:19 p: 567/ 0 b: 0 152k
U...............................................
06:52:20 p: 567/ 0 b: 0 0
U...............................................
06:52:21 p: 567/ 0 b: 0 0
U...............................................
06:52:22 p: 567/ 0 b: 0 0
U...............................................
06:52:23 p: 567/ 2 b: 0 0
U...............................................
06:52:24 p: 567/ 0 b: 0 1.6m
U...............................................
06:52:25 p: 567/ 0 b: 0 0
U...............................................
06:52:26 p: 567/ 0 b: 0 0
U...............................................
06:52:27 p: 567/ 0 b: 0 0
U...............................................
06:52:28 p: 567/ 2 b: 0 0
U...............................................
06:52:29 p: 567/ 0 b: 0 328k
U...............................................
06:52:30 p: 570/ 18 b: 0 0
U...............................................
06:52:31 p: 568/ 21 b: 0 0
U...............................................
06:52:32 p: 567/ 18 b: 0 0
U...............................................
06:52:33 p: 568/ 21 b: 0 0
U...............................................
06:52:34 p: 568/ 18 b: 0 0
U...............................................
In file included from progs/test_core_reloc_ints.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:52:35 p: 568/ 23 b: 0 392k
U...............................................
06:52:36 p: 568/ 18 b: 0 0
U...............................................
06:52:37 p: 567/ 22 b: 0 0
U...............................................
06:52:38 p: 567/ 20 b: 0 0
U...............................................
06:52:39 p: 568/ 19 b: 0 0
U...............................................
06:52:40 p: 568/ 22 b: 0 0
U...............................................
06:52:41 p: 569/ 19 b: 0 0
U...............................................
06:52:42 p: 569/ 18 b: 0 0
U...............................................
06:52:43 p: 567/ 23 b: 0 0
U...............................................
06:52:44 p: 567/ 9 b: 0 0
U...............................................
06:52:45 p: 568/ 19 b: 0 0
U...............................................
06:52:46 p: 568/ 22 b: 0 0
U...............................................
06:52:47 p: 569/ 19 b: 0 0
U...............................................
06:52:48 p: 567/ 23 b: 0 0
U...............................................
06:52:49 p: 568/ 19 b: 0 104k
U...............................................
06:52:50 p: 569/ 23 b: 0 0
U...............................................
06:52:51 p: 569/ 18 b: 0 0
U...............................................
06:52:52 p: 567/ 12 b: 0 0
U...............................................
06:52:53 p: 569/ 17 b: 0 0
U...............................................
In file included from progs/test_core_reloc_nesting.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:52:54 p: 566/ 18 b: 0 0
U...............................................
06:52:55 p: 568/ 17 b: 0 0
U...............................................
06:52:56 p: 568/ 9 b: 0 0
U...............................................
In file included from progs/test_core_reloc_mods.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:52:57 p: 569/ 19 b: 0 0
U...............................................
06:52:58 p: 566/ 20 b: 0 0
U...............................................
06:52:59 p: 568/ 13 b: 0 40k
U...............................................
06:53:00 p: 566/ 14 b: 0 0
U...............................................
06:53:01 p: 567/ 21 b: 0 0
U...............................................
06:53:02 p: 568/ 19 b: 0 0
U...............................................
06:53:03 p: 569/ 16 b: 0 0
U...............................................
In file included from progs/test_core_reloc_ptr_as_arr.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:53:04 p: 568/ 22 b: 0 4.8m
U...............................................
06:53:05 p: 567/ 17 b: 0 564k
U...............................................
06:53:06 p: 568/ 19 b: 0 0
U...............................................
06:53:07 p: 568/ 22 b: 0 0
U...............................................
06:53:08 p: 569/ 21 b: 0 0
U...............................................
06:53:09 p: 568/ 22 b: 0 216k
U...............................................
06:53:10 p: 569/ 14 b: 0 0
U...............................................
06:53:11 p: 569/ 0 b: 0 0
U...............................................
06:53:12 p: 569/ 0 b: 0 0
U...............................................
06:53:13 p: 569/ 2 b: 0 0
U...............................................
06:53:14 p: 566/ 0 b: 0 168k
U...............................................
06:53:15 p: 566/ 0 b: 0 0
U...............................................
06:53:16 p: 568/ 13 b: 0 0
U...............................................
In file included from progs/test_core_reloc_misc.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:53:17 p: 569/ 19 b: 0 148k
U...............................................
06:53:18 p: 569/ 20 b: 0 0
U...............................................
06:53:19 p: 570/ 23 b: 0 264k
U...............................................
In file included from progs/test_core_reloc_primitives.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:53:20 p: 570/ 18 b: 0 0
U...............................................
06:53:21 p: 570/ 18 b: 0 0
U...............................................
06:53:22 p: 570/ 0 b: 0 0
U...............................................
06:53:23 p: 570/ 2 b: 0 0
U...............................................
06:53:24 p: 570/ 0 b: 0 328k
U...............................................
06:53:25 p: 570/ 0 b: 0 0
U...............................................
06:53:26 p: 570/ 0 b: 0 0
U...............................................
06:53:27 p: 570/ 0 b: 0 0
U...............................................
06:53:28 p: 570/ 2 b: 0 0
U...............................................
06:53:29 p: 570/ 0 b: 0 520k
U...............................................
06:53:30 p: 570/ 0 b: 0 0
U...............................................
06:53:31 p: 567/ 0 b: 0 0
U...............................................
06:53:32 p: 566/ 0 b: 0 0
U...............................................
06:53:33 p: 566/ 2 b: 0 0
U...............................................
06:53:34 p: 566/ 0 b: 0 440k
U...............................................
06:53:35 p: 566/ 0 b: 0 520k
U...............................................
06:53:36 p: 566/ 9 b: 0 0
U...............................................
06:53:37 p: 569/ 18 b: 0 0
U...............................................
06:53:38 p: 569/ 20 b: 0 0
U...............................................
06:53:39 p: 567/ 3 b: 0 232k
U...............................................
In file included from progs/test_core_reloc_existence.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:53:40 p: 568/ 19 b: 0 0
U...............................................
06:53:41 p: 569/ 23 b: 0 0
U...............................................
In file included from progs/test_core_reloc_flavors.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:53:42 p: 566/ 18 b: 0 0
U...............................................
06:53:43 p: 569/ 20 b: 0 0
U...............................................
06:53:44 p: 569/ 9 b: 0 8192
U...............................................
06:53:45 p: 569/ 0 b: 0 0
U...............................................
06:53:46 p: 569/ 0 b: 0 0
U...............................................
06:53:47 p: 569/ 0 b: 0 0
U...............................................
06:53:48 p: 569/ 2 b: 0 0
U...............................................
06:53:49 p: 569/ 0 b: 0 0
U...............................................
06:53:50 p: 569/ 0 b: 0 1.4m
U...............................................
06:53:51 p: 566/ 0 b: 0 0
U...............................................
06:53:52 p: 566/ 0 b: 0 0
U...............................................
06:53:53 p: 566/ 2 b: 0 0
U...............................................
06:53:54 p: 566/ 0 b: 0 0
U...............................................
06:53:55 p: 566/ 0 b: 0 104k
U...............................................
06:53:56 p: 566/ 0 b: 0 0
U...............................................
06:53:57 p: 566/ 0 b: 0 0
U...............................................
06:53:58 p: 569/ 20 b: 0 0
U...............................................
In file included from progs/test_core_reloc_arrays.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:53:59 p: 567/ 21 b: 0 0
U...............................................
In file included from progs/test_core_reloc_kernel.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:54:00 p: 567/ 18 b: 0 0
U...............................................
06:54:01 p: 568/ 19 b: 0 0
U...............................................
06:54:02 p: 568/ 18 b: 0 0
U...............................................
06:54:03 p: 568/ 24 b: 0 0
U...............................................
06:54:04 p: 568/ 18 b: 0 0
U...............................................
06:54:05 p: 566/ 10 b: 0 444k
U...............................................
06:54:06 p: 569/ 18 b: 0 0
U...............................................
06:54:07 p: 566/ 18 b: 0 40k
U...............................................
06:54:08 p: 566/ 8 b: 0 232k
U...............................................
06:54:09 p: 566/ 6 b: 0 688k
U...............................................
06:54:10 p: 566/ 6 b: 0 2.2m
U...............................................
06:54:11 p: 566/ 8 b: 0 648k
U...............................................
06:54:12 p: 566/ 8 b: 0 528k
U...............................................
06:54:13 p: 566/ 10 b: 0 512k
U...............................................
06:54:14 p: 566/ 8 b: 0 712k
U...............................................
06:54:15 p: 566/ 6 b: 0 776k
U...............................................
06:54:16 p: 566/ 8 b: 0 608k
U...............................................
06:54:17 p: 567/ 9 b: 0 752k
U...............................................
06:54:18 p: 567/ 14 b: 0 136k
U...............................................
06:54:19 p: 570/ 18 b: 0 0
U...............................................
06:54:20 p: 570/ 18 b: 0 0
U...............................................
06:54:21 p: 570/ 0 b: 0 0
U...............................................
06:54:22 p: 570/ 0 b: 0 0
U...............................................
06:54:23 p: 570/ 2 b: 0 0
U...............................................
06:54:24 p: 570/ 0 b: 0 0
U...............................................
06:54:25 p: 570/ 0 b: 0 0
U...............................................
06:54:26 p: 570/ 0 b: 0 0
U...............................................
06:54:27 p: 570/ 0 b: 0 0
U...............................................
06:54:28 p: 570/ 2 b: 0 0
U...............................................
06:54:29 p: 570/ 0 b: 0 0
U...............................................
06:54:30 p: 570/ 0 b: 0 3.2m
U...............................................
06:54:31 p: 570/ 0 b: 0 0
U...............................................
06:54:32 p: 569/ 0 b: 0 0
U...............................................
06:54:33 p: 569/ 2 b: 0 0
U...............................................
06:54:34 p: 569/ 0 b: 0 0
U...............................................
06:54:35 p: 566/ 0 b: 0 0.9m
U...............................................
06:54:36 p: 566/ 0 b: 0 0
U...............................................
06:54:37 p: 566/ 0 b: 0 0
U...............................................
06:54:38 p: 566/ 2 b: 0 0
U...............................................
06:54:39 p: 566/ 0 b: 0 0
U...............................................
06:54:40 p: 566/ 0 b: 0 296k
U...............................................
06:54:41 p: 566/ 0 b: 0 0
U...............................................
06:54:42 p: 566/ 0 b: 0 0
U...............................................
06:54:43 p: 566/ 2 b: 0 0
U...............................................
06:54:44 p: 566/ 0 b: 0 0
U...............................................
06:54:45 p: 566/ 0 b: 0 0
U...............................................
06:54:46 p: 569/ 9 b: 0 0
U...............................................
06:54:47 p: 566/ 18 b: 0 0
U...............................................
06:54:48 p: 567/ 23 b: 0 0
U...............................................
06:54:49 p: 568/ 23 b: 0 0
U...............................................
06:54:50 p: 568/ 18 b: 0 2.0m
U...............................................
06:54:51 p: 569/ 1 b: 0 0
U...............................................
06:54:52 p: 569/ 0 b: 0 0
U...............................................
06:54:53 p: 569/ 2 b: 0 0
U...............................................
06:54:54 p: 566/ 0 b: 0 0
U...............................................
06:54:55 p: 566/ 0 b: 0 32k
U...............................................
06:54:56 p: 567/ 3 b: 0 0
U...............................................
06:54:57 p: 569/ 15 b: 0 0
U...............................................
06:54:58 p: 568/ 19 b: 0 0
U...............................................
06:54:59 p: 568/ 14 b: 0 0
U...............................................
06:55:00 p: 568/ 22 b: 0 0
U...............................................
06:55:01 p: 569/ 10 b: 0 0
U...............................................
06:55:02 p: 569/ 0 b: 0 0
U...............................................
06:55:03 p: 569/ 2 b: 0 0
U...............................................
06:55:04 p: 569/ 0 b: 0 0
U...............................................
06:55:05 p: 569/ 0 b: 0 244k
U...............................................
06:55:06 p: 569/ 0 b: 0 0
U...............................................
06:55:07 p: 569/ 0 b: 0 0
U...............................................
06:55:08 p: 569/ 2 b: 0 0
U...............................................
06:55:09 p: 569/ 0 b: 0 0
U...............................................
06:55:10 p: 569/ 0 b: 0 0
U...............................................
06:55:11 p: 569/ 0 b: 0 0
U...............................................
06:55:12 p: 569/ 0 b: 0 0
U...............................................
06:55:13 p: 569/ 2 b: 0 0
U...............................................
06:55:14 p: 566/ 0 b: 0 0
U...............................................
06:55:15 p: 566/ 0 b: 0 64k
U...............................................
06:55:16 p: 566/ 0 b: 0 0
U...............................................
06:55:17 p: 567/ 1 b: 0 100k
U...............................................
06:55:18 p: 567/ 2 b: 0 0
U...............................................
06:55:19 p: 567/ 0 b: 0 0
U...............................................
06:55:20 p: 567/ 0 b: 0 5.4m
U...............................................
06:55:21 p: 567/ 0 b: 0 0
U...............................................
06:55:22 p: 567/ 0 b: 0 0
U...............................................
06:55:23 p: 567/ 2 b: 0 0
U...............................................
06:55:24 p: 567/ 0 b: 0 0
U...............................................
06:55:25 p: 567/ 0 b: 0 16k
U...............................................
06:55:26 p: 567/ 0 b: 0 0
U...............................................
06:55:27 p: 567/ 0 b: 0 0
U...............................................
06:55:28 p: 567/ 2 b: 0 0
U...............................................
06:55:29 p: 567/ 0 b: 0 0
U...............................................
06:55:30 p: 567/ 0 b: 0 1.8m
U...............................................
06:55:31 p: 567/ 0 b: 0 0
U...............................................
06:55:32 p: 566/ 0 b: 0 0
U...............................................
06:55:33 p: 569/ 20 b: 0 0
U...............................................
06:55:34 p: 568/ 22 b: 0 0
U...............................................
06:55:35 p: 568/ 18 b: 0 224k
U...............................................
06:55:36 p: 568/ 22 b: 0 0
U...............................................
06:55:37 p: 568/ 18 b: 0 0
U...............................................
In file included from progs/test_core_reloc_ints.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:55:38 p: 569/ 21 b: 0 0
U...............................................
06:55:39 p: 569/ 18 b: 0 0
U...............................................
06:55:40 p: 567/ 21 b: 0 0
U...............................................
06:55:41 p: 567/ 18 b: 0 0
U...............................................
06:55:42 p: 568/ 19 b: 0 0
U...............................................
06:55:43 p: 569/ 25 b: 0 0
U...............................................
06:55:44 p: 567/ 21 b: 0 0
U...............................................
06:55:45 p: 569/ 15 b: 0 0
U...............................................
06:55:46 p: 567/ 21 b: 0 0
U...............................................
06:55:47 p: 568/ 10 b: 0 0
U...............................................
06:55:48 p: 568/ 24 b: 0 0
U...............................................
06:55:49 p: 569/ 19 b: 0 0
U...............................................
06:55:50 p: 567/ 21 b: 0 176k
U...............................................
06:55:51 p: 568/ 19 b: 0 0
U...............................................
06:55:52 p: 568/ 22 b: 0 0
U...............................................
06:55:53 p: 569/ 21 b: 0 0
U...............................................
06:55:54 p: 569/ 18 b: 0 0
U...............................................
06:55:55 p: 568/ 13 b: 0 0
U...............................................
06:55:56 p: 567/ 17 b: 0 0
U...............................................
In file included from progs/test_core_reloc_nesting.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:55:57 p: 567/ 18 b: 0 0
U...............................................
06:55:58 p: 569/ 17 b: 0 104k
U...............................................
06:55:59 p: 569/ 9 b: 0 0
U...............................................
In file included from progs/test_core_reloc_mods.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:56:00 p: 569/ 18 b: 0 0
U...............................................
06:56:01 p: 568/ 22 b: 0 0
U...............................................
06:56:02 p: 569/ 14 b: 0 0
U...............................................
06:56:03 p: 570/ 12 b: 0 0
U...............................................
06:56:04 p: 568/ 21 b: 0 0
U...............................................
06:56:05 p: 569/ 19 b: 0 0
U...............................................
06:56:06 p: 570/ 14 b: 0 4.9m
U...............................................
In file included from progs/test_core_reloc_ptr_as_arr.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:56:07 p: 568/ 21 b: 0 0
U...............................................
06:56:08 p: 567/ 17 b: 0 0
U...............................................
06:56:09 p: 568/ 21 b: 0 0
U...............................................
06:56:10 p: 569/ 23 b: 0 0
U...............................................
06:56:11 p: 570/ 19 b: 0 248k
U...............................................
06:56:12 p: 568/ 21 b: 0 0
U...............................................
06:56:13 p: 570/ 17 b: 0 0
U...............................................
06:56:14 p: 570/ 0 b: 0 0
U...............................................
06:56:15 p: 570/ 0 b: 0 0
U...............................................
06:56:16 p: 570/ 0 b: 0 224k
U...............................................
06:56:17 p: 568/ 1 b: 0 172k
U...............................................
06:56:18 p: 569/ 5 b: 0 0
U...............................................
06:56:19 p: 568/ 15 b: 0 0
U...............................................
In file included from progs/test_core_reloc_misc.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:56:20 p: 569/ 21 b: 0 0
U...............................................
06:56:21 p: 570/ 19 b: 0 312k
U...............................................
06:56:22 p: 570/ 18 b: 0 0
U...............................................
In file included from progs/test_core_reloc_primitives.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:56:23 p: 570/ 24 b: 0 0
U...............................................
06:56:24 p: 571/ 10 b: 0 0
U...............................................
06:56:25 p: 571/ 0 b: 0 0
U...............................................
06:56:26 p: 571/ 0 b: 0 256k
U...............................................
06:56:27 p: 571/ 0 b: 0 0
U...............................................
06:56:28 p: 571/ 2 b: 0 0
U...............................................
06:56:29 p: 571/ 0 b: 0 0
U...............................................
06:56:30 p: 571/ 0 b: 0 0
U...............................................
06:56:31 p: 571/ 0 b: 0 464k
U...............................................
06:56:32 p: 570/ 0 b: 0 0
U...............................................
06:56:33 p: 567/ 2 b: 0 0
U...............................................
06:56:34 p: 567/ 0 b: 0 0
U...............................................
06:56:35 p: 567/ 0 b: 0 0
U...............................................
06:56:36 p: 567/ 0 b: 0 764k
U...............................................
06:56:37 p: 567/ 0 b: 0 0
U...............................................
06:56:38 p: 569/ 10 b: 0 0
U...............................................
06:56:39 p: 570/ 10 b: 0 0
U...............................................
06:56:40 p: 568/ 21 b: 0 0
U...............................................
06:56:41 p: 567/ 6 b: 0 344k
U...............................................
06:56:42 p: 569/ 13 b: 0 0
U...............................................
In file included from progs/test_core_reloc_existence.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:56:43 p: 569/ 24 b: 0 0
U...............................................
06:56:44 p: 570/ 19 b: 0 0
U...............................................
In file included from progs/test_core_reloc_flavors.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
06:56:45 p: 570/ 18 b: 0 0
U...............................................
06:56:46 p: 570/ 18 b: 0 64k
U...............................................
06:56:47 p: 570/ 0 b: 0 0
U...............................................
06:56:48 p: 570/ 2 b: 0 0
U...............................................
06:56:49 p: 570/ 0 b: 0 0
U...............................................
06:56:50 p: 570/ 0 b: 0 0
U...............................................
06:56:51 p: 570/ 0 b: 0 1.3m
U...............................................
06:56:52 p: 570/ 0 b: 0 0
U...............................................
06:56:53 p: 570/ 2 b: 0 0
U...............................................
06:56:54 p: 567/ 0 b: 0 0
U...............................................
06:56:55 p: 567/ 0 b: 0 0
U...............................................
06:56:56 p: 567/ 0 b: 0 248k
U...............................................
06:56:57 p: 567/ 0 b: 0 0
U...............................................
06:56:58 p: 567/ 2 b: 0 0
U...............................................
06:56:59 p: 567/ 0 b: 0 0
U...............................................
06:57:00 p: 570/ 9 b: 0 0
U...............................................
In file included from progs/test_core_reloc_arrays.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
06:57:01 p: 570/ 18 b: 0 0
U...............................................
1 warning generated.
In file included from progs/test_core_reloc_kernel.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
06:57:02 p: 570/ 18 b: 0 0
U...............................................
1 warning generated.
06:57:03 p: 568/ 20 b: 0 0
U...............................................
06:57:04 p: 567/ 18 b: 0 0
U...............................................
06:57:05 p: 569/ 22 b: 0 0
U...............................................
06:57:06 p: 569/ 22 b: 0 316k
U...............................................
06:57:07 p: 569/ 18 b: 0 0
U...............................................
06:57:08 p: 570/ 12 b: 0 0
U...............................................
06:57:09 p: 569/ 17 b: 0 0
U...............................................
rsync -a ...
After: BPF compilation loads all CPUs, "kselftests install" loads ~5
CPUs, 1.5 minutes:
~/rpmbuild/BUILD/kernel-4.18.0-193.7.1.el8_2.test/linux-4.18.0-193.7.1.e
l8.test.aarch64
+ make 'HOSTCFLAGS=-O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-
protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-
tables -fstack-clash-protection' 'HOSTLDFLAGS=-Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' headers_install
21:38:54 p: 587/ 121 b: 0 648k
U...............................................
+ make 'HOSTCFLAGS=-O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-
protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-
tables -fstack-clash-protection' 'HOSTLDFLAGS=-Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -s -j48 ARCH=arm64 V=1
samples/bpf/
21:38:55 p: 585/ 244 b: 0 0
U...............................................
21:38:56 p: 590/ 244 b: 0 0
U...............................................
21:38:57 p: 591/ 242 b: 0 0
U...............................................
samples/bpf/Makefile:206: WARNING: Detected possible issues with include
path.
samples/bpf/Makefile:207: WARNING: Please install kernel headers locally
(make headers_install).
21:38:58 p: 596/ 181 b: 0 8192
U...............................................
samples/bpf/../../tools/testing/selftests/bpf/cgroup_helpers.c:44:5:
warning: no previous prototype for 'enable_all_controllers' [-Wmissing-
prototypes]
int enable_all_controllers(char *cgroup_path)
^~~~~~~~~~~~~~~~~~~~~~
21:38:59 p: 592/ 74 b: 0 3.5m
UU..............................................
Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs
from latest version at 'include/uapi/linux/bpf.h'
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h'
differs from latest version at 'include/uapi/linux/if_link.h'
21:39:00 p: 592/ 127 b: 0 8192
UUU.............................................
21:39:01 p: 748/ 208 b: 0 8192
SUU.............................................
CLANG-bpf samples/bpf/sockex1_kern.o
CLANG-bpf samples/bpf/sockex2_kern.o
CLANG-bpf samples/bpf/sockex3_kern.o
CLANG-bpf samples/bpf/tracex1_kern.o
CLANG-bpf samples/bpf/tracex2_kern.o
CLANG-bpf samples/bpf/tracex3_kern.o
CLANG-bpf samples/bpf/tracex4_kern.o
CLANG-bpf samples/bpf/tracex6_kern.o
CLANG-bpf samples/bpf/tracex7_kern.o
CLANG-bpf samples/bpf/sock_flags_kern.o
CLANG-bpf samples/bpf/test_probe_write_user_kern.o
CLANG-bpf samples/bpf/trace_output_kern.o
CLANG-bpf samples/bpf/tcbpf1_kern.o
CLANG-bpf samples/bpf/tc_l2_redirect_kern.o
CLANG-bpf samples/bpf/lathist_kern.o
CLANG-bpf samples/bpf/offwaketime_kern.o
CLANG-bpf samples/bpf/spintest_kern.o
CLANG-bpf samples/bpf/map_perf_test_kern.o
CLANG-bpf samples/bpf/test_overhead_tp_kern.o
CLANG-bpf samples/bpf/test_overhead_raw_tp_kern.o
CLANG-bpf samples/bpf/test_overhead_kprobe_kern.o
CLANG-bpf samples/bpf/parse_varlen.o
CLANG-bpf samples/bpf/parse_simple.o
CLANG-bpf samples/bpf/parse_ldabs.o
CLANG-bpf samples/bpf/test_cgrp2_tc_kern.o
CLANG-bpf samples/bpf/xdp1_kern.o
CLANG-bpf samples/bpf/xdp2_kern.o
CLANG-bpf samples/bpf/xdp_router_ipv4_kern.o
CLANG-bpf samples/bpf/test_current_task_under_cgroup_kern.o
CLANG-bpf samples/bpf/trace_event_kern.o
CLANG-bpf samples/bpf/sampleip_kern.o
CLANG-bpf samples/bpf/lwt_len_hist_kern.o
CLANG-bpf samples/bpf/xdp_tx_iptunnel_kern.o
CLANG-bpf samples/bpf/tcp_synrto_kern.o
CLANG-bpf samples/bpf/test_map_in_map_kern.o
CLANG-bpf samples/bpf/tcp_rwnd_kern.o
CLANG-bpf samples/bpf/tcp_bufs_kern.o
CLANG-bpf samples/bpf/tcp_cong_kern.o
CLANG-bpf samples/bpf/tcp_iw_kern.o
CLANG-bpf samples/bpf/tcp_clamp_kern.o
CLANG-bpf samples/bpf/tcp_basertt_kern.o
CLANG-bpf samples/bpf/tcp_tos_reflect_kern.o
CLANG-bpf samples/bpf/tcp_dumpstats_kern.o
CLANG-bpf samples/bpf/xdp_redirect_kern.o
CLANG-bpf samples/bpf/xdp_redirect_map_kern.o
CLANG-bpf samples/bpf/xdp_redirect_cpu_kern.o
CLANG-bpf samples/bpf/xdp_monitor_kern.o
CLANG-bpf samples/bpf/xdp_rxq_info_kern.o
21:39:02 p: 775/ 399 b: 0 0
SSSUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU.
CLANG-bpf samples/bpf/xdp2skb_meta_kern.o
CLANG-bpf samples/bpf/syscall_tp_kern.o
CLANG-bpf samples/bpf/cpustat_kern.o
CLANG-bpf samples/bpf/xdp_adjust_tail_kern.o
CLANG-bpf samples/bpf/xdp_fwd_kern.o
CLANG-bpf samples/bpf/task_fd_query_kern.o
CLANG-bpf samples/bpf/xdp_sample_pkts_kern.o
CLANG-bpf samples/bpf/hbm_out_kern.o
CLANG-bpf samples/bpf/hbm_edt_kern.o
21:39:03 p: 766/ 115 b: 0 0
SSUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
CLANG-bpf samples/bpf/tracex5_kern.o
21:39:04 p: 662/ 141 b: 0 65m
SUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU.................
21:39:05 p: 606/ 2 b: 0 0
UUUUUUUUUUUUUU..................................
21:39:06 p: 588/ 0 b: 0 0
UUU.............................................
+ pushd tools/testing/selftests
~/rpmbuild/BUILD/kernel-4.18.0-193.7.1.el8_2.test/linux-4.18.0-193.7.1.e
l8.test.aarch64/tools/testing/selftests ~/rpmbuild/BUILD/kernel-4.18.0-1
93.7.1.el8_2.test/linux-4.18.0-193.7.1.el8.test.aarch64
+ make 'HOSTCFLAGS=-O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-
protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-
tables -fstack-clash-protection' 'HOSTLDFLAGS=-Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -s -j48 ARCH=arm64 V=1
'TARGETS=bpf livepatch net' INSTALL_PATH=/root/rpmbuild/BUILDROOT/kernel
-4.18.0-193.7.1.el8.test.aarch64/usr/libexec/kselftests install
21:39:07 p: 599/ 97 b: 0 0
U...............................................
21:39:08 p: 605/ 89 b: 0 0
UUUU............................................
Auto-detecting system features:
... libelf: [ on ]
... bpf: [ on ]
21:39:09 p: 606/ 104 b: 0 4.7m
SUUUU...........................................
Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs
from latest version at 'include/uapi/linux/bpf.h'
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h'
differs from latest version at 'include/uapi/linux/if_link.h'
21:39:10 p: 610/ 172 b: 0 8192
SUUUUUU.........................................
21:39:11 p: 614/ 83 b: 0 0
UUUUUU..........................................
21:39:12 p: 610/ 45 b: 0 0
UUUUU...........................................
21:39:13 p: 611/ 45 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_ints.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:39:14 p: 607/ 45 b: 0 0
UUUUU...........................................
21:39:15 p: 607/ 47 b: 0 0
UUUUU...........................................
21:39:16 p: 607/ 45 b: 0 0
UUUUU...........................................
21:39:17 p: 607/ 48 b: 0 3.8m
UUUU............................................
21:39:18 p: 612/ 45 b: 0 0
UUUUU...........................................
21:39:19 p: 608/ 45 b: 0 0
UUUUU...........................................
21:39:20 p: 608/ 47 b: 0 0
UUUU............................................
21:39:21 p: 608/ 45 b: 0 0
UUUU............................................
21:39:22 p: 608/ 45 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_nesting.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
In file included from progs/test_core_reloc_mods.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:39:23 p: 610/ 45 b: 0 0
UUUUU...........................................
21:39:24 p: 611/ 45 b: 0 0
UUUUU...........................................
21:39:25 p: 605/ 47 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_ptr_as_arr.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:39:26 p: 602/ 45 b: 0 0
UUUUU...........................................
21:39:27 p: 598/ 47 b: 0 0
UUUUU...........................................
21:39:28 p: 604/ 50 b: 0 0
UUUU............................................
In file included from progs/test_core_reloc_misc.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:39:29 p: 609/ 45 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_primitives.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
21:39:30 p: 609/ 47 b: 0 0
UUUUU...........................................
1 warning generated.
21:39:31 p: 619/ 45 b: 0 0
UUUUUU..........................................
In file included from progs/test_core_reloc_existence.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
21:39:32 p: 618/ 45 b: 0 0
UUUUUUU.........................................
1 warning generated.
In file included from progs/test_core_reloc_flavors.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:39:33 p: 610/ 45 b: 0 0
UUUUUUU.........................................
21:39:34 p: 615/ 45 b: 0 216k
UUUUUUU.........................................
In file included from progs/test_core_reloc_arrays.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
In file included from progs/test_core_reloc_kernel.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:39:35 p: 611/ 47 b: 0 0
UUUUUUU.........................................
21:39:36 p: 608/ 45 b: 0 0
UUUUU...........................................
21:39:37 p: 612/ 45 b: 0 0
UUUUUU..........................................
21:39:38 p: 636/ 189 b: 0 2.6m
SSUUUUUUUUUUUUUUUUUUUUUUUUUUUUU.................
21:39:39 p: 611/ 51 b: 0 4.3m
SUUUUUUUUUUUUU..................................
21:39:40 p: 607/ 25 b: 0 1.5m
UUUUUUUU........................................
21:39:41 p: 600/ 19 b: 0 1.7m
UUUUUU..........................................
21:39:42 p: 597/ 15 b: 0 1.2m
UUUUU...........................................
21:39:43 p: 597/ 15 b: 0 0.9m
UUUUU...........................................
21:39:44 p: 597/ 16 b: 0 16m
UUUUU...........................................
21:39:45 p: 597/ 18 b: 0 104m
UUUUU...........................................
21:39:46 p: 593/ 13 b: 0 1.2m
UUUU............................................
21:39:47 p: 593/ 15 b: 0 1.9m
UUU.............................................
21:39:48 p: 591/ 11 b: 0 0.9m
UUU.............................................
21:39:49 p: 597/ 41 b: 0 136k
UU..............................................
21:39:50 p: 602/ 49 b: 0 1.1m
UUU.............................................
21:39:51 p: 602/ 45 b: 0 0
UUU.............................................
21:39:52 p: 612/ 45 b: 0 0
UUUU............................................
21:39:53 p: 607/ 45 b: 0 0
UUUUU...........................................
21:39:54 p: 612/ 45 b: 0 0
UUUUU...........................................
21:39:55 p: 610/ 47 b: 0 0
UUUUUU..........................................
In file included from progs/test_core_reloc_ints.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:39:56 p: 610/ 45 b: 0 0
UUUUU...........................................
21:39:57 p: 609/ 45 b: 0 0
UUUUU...........................................
21:39:58 p: 607/ 45 b: 0 0
UUUUU...........................................
21:39:59 p: 607/ 45 b: 0 0
UUUUU...........................................
21:40:00 p: 607/ 47 b: 0 0
UUUUU...........................................
21:40:01 p: 606/ 45 b: 0 0
UUUU............................................
21:40:02 p: 609/ 52 b: 0 0
UUUU............................................
21:40:03 p: 611/ 45 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_nesting.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:40:04 p: 613/ 45 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_mods.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:40:05 p: 605/ 47 b: 0 0
UUUUU...........................................
21:40:06 p: 605/ 45 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_ptr_as_arr.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:40:07 p: 598/ 45 b: 0 0
UUUUU...........................................
21:40:08 p: 598/ 45 b: 0 0
UUUU............................................
21:40:09 p: 598/ 45 b: 0 0
UUUU............................................
21:40:10 p: 607/ 47 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_misc.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:40:11 p: 603/ 45 b: 0 0
UUUUU...........................................
In file included from progs/test_core_reloc_primitives.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:40:12 p: 607/ 45 b: 0 0
UUUUU...........................................
21:40:13 p: 612/ 45 b: 0 0
UUUUUUU.........................................
In file included from progs/test_core_reloc_existence.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:40:14 p: 607/ 45 b: 0 0
UUUUUUU.........................................
In file included from progs/test_core_reloc_flavors.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
21:40:15 p: 609/ 48 b: 0 0
UUUUUUU.........................................
In file included from progs/test_core_reloc_arrays.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
1 warning generated.
In file included from progs/test_core_reloc_kernel.c:7:
../../../lib/bpf/bpf_core_read.h:26:2: warning: "LLVM does not support
__builtin_preserve_field_info - CO-RE will not work!" [-W#warnings]
#warning "LLVM does not support __builtin_preserve_field_info - CO-RE
will not work!"
^
21:40:16 p: 614/ 46 b: 0 0
UUUUUUU.........................................
1 warning generated.
21:40:17 p: 609/ 46 b: 0 1.9m
UUUUUU..........................................
21:40:18 p: 609/ 45 b: 0 0
UUUUU...........................................
21:40:19 p: 599/ 23 b: 0 0
UUUUU...........................................
21:40:20 p: 599/ 2 b: 0 12m
UUU.............................................
21:40:21 p: 599/ 0 b: 0 0
UUU.............................................
21:40:22 p: 596/ 0 b: 0 0
UUU.............................................
21:40:23 p: 593/ 0 b: 0 0
UUU.............................................
21:40:24 p: 593/ 0 b: 0 0
UUU.............................................
21:40:25 p: 593/ 2 b: 0 608k
UUU.............................................
21:40:26 p: 593/ 0 b: 0 0
UUU.............................................
21:40:27 p: 589/ 0 b: 0 0
UU..............................................
21:40:28 p: 589/ 0 b: 0 0
U...............................................
rsync -a ...
2 years, 4 months
[OS-BUILD PATCH] generic: arm: enable SCMI for all options
by GitLab Bridge on behalf of pbrobinson
From: Peter Robinson <pbrobinson(a)gmail.com>
The Arm System Control and Management Interface (SCMI) specification is
a new standard firmware interface for Arm devices from Arm.
Signed-off-by: Peter Robinson <pbrobinson(a)gmail.com>
CC: ahs3(a)redhat.com
---
redhat/configs/ark/generic/arm/aarch64/CONFIG_ARM_SCMI_PROTOCOL | 1 -
.../{fedora => common}/generic/arm/CONFIG_ARM_SCMI_CPUFREQ | 0
.../{fedora => common}/generic/arm/CONFIG_ARM_SCMI_POWER_DOMAIN | 0
.../{fedora => common}/generic/arm/CONFIG_ARM_SCMI_PROTOCOL | 0
.../{fedora => common}/generic/arm/CONFIG_COMMON_CLK_SCMI | 0
redhat/configs/{fedora => common}/generic/arm/CONFIG_RESET_SCMI | 0
.../{fedora => common}/generic/arm/CONFIG_SENSORS_ARM_SCMI | 0
7 files changed, 1 deletion(-)
delete mode 100644 redhat/configs/ark/generic/arm/aarch64/CONFIG_ARM_SCMI_PROTOCOL
rename redhat/configs/{fedora => common}/generic/arm/CONFIG_ARM_SCMI_CPUFREQ (100%)
rename redhat/configs/{fedora => common}/generic/arm/CONFIG_ARM_SCMI_POWER_DOMAIN (100%)
rename redhat/configs/{fedora => common}/generic/arm/CONFIG_ARM_SCMI_PROTOCOL (100%)
rename redhat/configs/{fedora => common}/generic/arm/CONFIG_COMMON_CLK_SCMI (100%)
rename redhat/configs/{fedora => common}/generic/arm/CONFIG_RESET_SCMI (100%)
rename redhat/configs/{fedora => common}/generic/arm/CONFIG_SENSORS_ARM_SCMI (100%)
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARM_SCMI_PROTOCOL b/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARM_SCMI_PROTOCOL
deleted file mode 100644
index 8e99d7695567..000000000000
--- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_ARM_SCMI_PROTOCOL
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_ARM_SCMI_PROTOCOL is not set
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_ARM_SCMI_CPUFREQ b/redhat/configs/common/generic/arm/CONFIG_ARM_SCMI_CPUFREQ
similarity index 100%
rename from redhat/configs/fedora/generic/arm/CONFIG_ARM_SCMI_CPUFREQ
rename to redhat/configs/common/generic/arm/CONFIG_ARM_SCMI_CPUFREQ
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_ARM_SCMI_POWER_DOMAIN b/redhat/configs/common/generic/arm/CONFIG_ARM_SCMI_POWER_DOMAIN
similarity index 100%
rename from redhat/configs/fedora/generic/arm/CONFIG_ARM_SCMI_POWER_DOMAIN
rename to redhat/configs/common/generic/arm/CONFIG_ARM_SCMI_POWER_DOMAIN
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_ARM_SCMI_PROTOCOL b/redhat/configs/common/generic/arm/CONFIG_ARM_SCMI_PROTOCOL
similarity index 100%
rename from redhat/configs/fedora/generic/arm/CONFIG_ARM_SCMI_PROTOCOL
rename to redhat/configs/common/generic/arm/CONFIG_ARM_SCMI_PROTOCOL
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_COMMON_CLK_SCMI b/redhat/configs/common/generic/arm/CONFIG_COMMON_CLK_SCMI
similarity index 100%
rename from redhat/configs/fedora/generic/arm/CONFIG_COMMON_CLK_SCMI
rename to redhat/configs/common/generic/arm/CONFIG_COMMON_CLK_SCMI
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_RESET_SCMI b/redhat/configs/common/generic/arm/CONFIG_RESET_SCMI
similarity index 100%
rename from redhat/configs/fedora/generic/arm/CONFIG_RESET_SCMI
rename to redhat/configs/common/generic/arm/CONFIG_RESET_SCMI
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_SENSORS_ARM_SCMI b/redhat/configs/common/generic/arm/CONFIG_SENSORS_ARM_SCMI
similarity index 100%
rename from redhat/configs/fedora/generic/arm/CONFIG_SENSORS_ARM_SCMI
rename to redhat/configs/common/generic/arm/CONFIG_SENSORS_ARM_SCMI
--
GitLab
2 years, 4 months
[OS-BUILD PATCH] [redhat] New configs in sound/soc
by GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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_SND_SOC_AMD_RENOIR:
This option enables ACP support for Renoir platform
Symbol: SND_SOC_AMD_RENOIR [=n]
Type : tristate
Defined at sound/soc/amd/Kconfig:40
Prompt: AMD Audio Coprocessor - Renoir support
Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && X86 [=y] && PCI [=y]
Location:
-> Device Drivers
-> Sound card support (SOUND [=m])
-> Advanced Linux Sound Architecture (SND [=m])
-> ALSA for SoC audio support (SND_SOC [=m])
---
CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH:
This adds support for ASoC machine driver for Elkhart Lake
platform with RT5660 I2S audio codec.
Symbol: SND_SOC_INTEL_EHL_RT5660_MACH [=n]
Type : tristate
Defined at sound/soc/intel/boards/Kconfig:545
Prompt: EHL with RT5660 in I2S mode
Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_MACH [=y] && SND_SOC_SOF_ELKHARTLAKE [=m] && I2C [=y] && ACPI [=y] && GPIOLIB [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n]) && SND_HDA_CODEC_HDMI [=m] && SND_SOC_SOF_HDA_AUDIO_CODEC [=y]
Location:
-> Device Drivers
-> Sound card support (SOUND [=m])
-> Advanced Linux Sound Architecture (SND [=m])
-> ALSA for SoC audio support (SND_SOC [=m])
-> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
Selects: SND_SOC_RT5660 [=m] && SND_SOC_DMIC [=m]
---
CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH:
This adds support for ASoC machine driver for Intel platforms
with the Wolfson/Cirrus WM8804 I2S audio codec.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".
Symbol: SND_SOC_INTEL_SOF_WM8804_MACH [=n]
Type : tristate
Defined at sound/soc/intel/boards/Kconfig:329
Prompt: SOF with Wolfson/Cirrus WM8804 codec
Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_MACH [=y] && SND_SOC_SOF_APOLLOLAKE [=m] && I2C [=y] && ACPI [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n])
Location:
-> Device Drivers
-> Sound card support (SOUND [=m])
-> Advanced Linux Sound Architecture (SND [=m])
-> ALSA for SoC audio support (SND_SOC [=m])
-> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
Selects: SND_SOC_WM8804_I2C [=n]
---
CONFIG_SND_SOC_ZL38060:
Support for ZL38060 Connected Home Audio Processor from Microsemi,
which consists of a Digital Signal Processor (DSP), several Digital
Audio Interfaces (DAIs), analog outputs, and a block of 14 GPIOs.
Symbol: SND_SOC_ZL38060 [=n]
Type : tristate
Defined at sound/soc/codecs/Kconfig:1660
Prompt: Microsemi ZL38060 Connected Home Audio Processor
Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SPI_MASTER [=y]
Location:
-> Device Drivers
-> Sound card support (SOUND [=m])
-> Advanced Linux Sound Architecture (SND [=m])
-> ALSA for SoC audio support (SND_SOC [=m])
-> CODEC drivers
Selects: GPIOLIB [=y] && REGMAP [=y]
Implied by [n]:
- SND_SOC_ALL_CODECS [=n] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && COMPILE_TEST [=n]
---
Cc: Jaroslav Kysela <jkysela(a)redhat.com>
Signed-off-by: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
---
.../common/generic/CONFIG_SND_SOC_AMD_RENOIR | 1 +
.../CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH | 1 +
.../CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH | 1 +
.../common/generic/CONFIG_SND_SOC_ZL38060 | 1 +
.../generic/CONFIG_SND_SOC_AMD_RENOIR | 18 --------------
.../CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH | 21 ----------------
.../CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH | 23 ------------------
.../generic/CONFIG_SND_SOC_ZL38060 | 24 -------------------
8 files changed, 4 insertions(+), 86 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR
create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
create mode 100644 redhat/configs/common/generic/CONFIG_SND_SOC_ZL38060
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SND_SOC_ZL38060
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR b/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR
new file mode 100644
index 000000000000..e13be681fb15
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SND_SOC_AMD_RENOIR
@@ -0,0 +1 @@
+# CONFIG_SND_SOC_AMD_RENOIR is not set
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH b/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
new file mode 100644
index 000000000000..0d02c9c93e6e
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
@@ -0,0 +1 @@
+# CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH is not set
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH b/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
new file mode 100644
index 000000000000..cdb94d2f1aed
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
@@ -0,0 +1 @@
+# CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH is not set
diff --git a/redhat/configs/common/generic/CONFIG_SND_SOC_ZL38060 b/redhat/configs/common/generic/CONFIG_SND_SOC_ZL38060
new file mode 100644
index 000000000000..f860fb7e7444
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SND_SOC_ZL38060
@@ -0,0 +1 @@
+# CONFIG_SND_SOC_ZL38060 is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR
deleted file mode 100644
index cd2ab90407fb..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_AMD_RENOIR
+++ /dev/null
@@ -1,18 +0,0 @@
-# CONFIG_SND_SOC_AMD_RENOIR:
-#
-# This option enables ACP support for Renoir platform
-#
-# Symbol: SND_SOC_AMD_RENOIR [=n]
-# Type : tristate
-# Defined at sound/soc/amd/Kconfig:40
-# Prompt: AMD Audio Coprocessor - Renoir support
-# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && X86 [=y] && PCI [=y]
-# Location:
-# -> Device Drivers
-# -> Sound card support (SOUND [=m])
-# -> Advanced Linux Sound Architecture (SND [=m])
-# -> ALSA for SoC audio support (SND_SOC [=m])
-#
-#
-#
-# CONFIG_SND_SOC_AMD_RENOIR is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
deleted file mode 100644
index bc1e5017ded1..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH
+++ /dev/null
@@ -1,21 +0,0 @@
-# CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH:
-#
-# This adds support for ASoC machine driver for Elkhart Lake
-# platform with RT5660 I2S audio codec.
-#
-# Symbol: SND_SOC_INTEL_EHL_RT5660_MACH [=n]
-# Type : tristate
-# Defined at sound/soc/intel/boards/Kconfig:545
-# Prompt: EHL with RT5660 in I2S mode
-# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_MACH [=y] && SND_SOC_SOF_ELKHARTLAKE [=m] && I2C [=y] && ACPI [=y] && GPIOLIB [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n]) && SND_HDA_CODEC_HDMI [=m] && SND_SOC_SOF_HDA_AUDIO_CODEC [=y]
-# Location:
-# -> Device Drivers
-# -> Sound card support (SOUND [=m])
-# -> Advanced Linux Sound Architecture (SND [=m])
-# -> ALSA for SoC audio support (SND_SOC [=m])
-# -> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
-# Selects: SND_SOC_RT5660 [=m] && SND_SOC_DMIC [=m]
-#
-#
-#
-# CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
deleted file mode 100644
index 202eaec68d54..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH
+++ /dev/null
@@ -1,23 +0,0 @@
-# CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH:
-#
-# This adds support for ASoC machine driver for Intel platforms
-# with the Wolfson/Cirrus WM8804 I2S audio codec.
-# Say Y or m if you have such a device. This is a recommended option.
-# If unsure select "N".
-#
-# Symbol: SND_SOC_INTEL_SOF_WM8804_MACH [=n]
-# Type : tristate
-# Defined at sound/soc/intel/boards/Kconfig:329
-# Prompt: SOF with Wolfson/Cirrus WM8804 codec
-# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SND_SOC_INTEL_MACH [=y] && SND_SOC_SOF_APOLLOLAKE [=m] && I2C [=y] && ACPI [=y] && (MFD_INTEL_LPSS [=y] || COMPILE_TEST [=n])
-# Location:
-# -> Device Drivers
-# -> Sound card support (SOUND [=m])
-# -> Advanced Linux Sound Architecture (SND [=m])
-# -> ALSA for SoC audio support (SND_SOC [=m])
-# -> Intel Machine drivers (SND_SOC_INTEL_MACH [=y])
-# Selects: SND_SOC_WM8804_I2C [=n]
-#
-#
-#
-# CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ZL38060 b/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ZL38060
deleted file mode 100644
index d5d86c32b886..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_SND_SOC_ZL38060
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_SND_SOC_ZL38060:
-#
-# Support for ZL38060 Connected Home Audio Processor from Microsemi,
-# which consists of a Digital Signal Processor (DSP), several Digital
-# Audio Interfaces (DAIs), analog outputs, and a block of 14 GPIOs.
-#
-# Symbol: SND_SOC_ZL38060 [=n]
-# Type : tristate
-# Defined at sound/soc/codecs/Kconfig:1660
-# Prompt: Microsemi ZL38060 Connected Home Audio Processor
-# Depends on: SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && SPI_MASTER [=y]
-# Location:
-# -> Device Drivers
-# -> Sound card support (SOUND [=m])
-# -> Advanced Linux Sound Architecture (SND [=m])
-# -> ALSA for SoC audio support (SND_SOC [=m])
-# -> CODEC drivers
-# Selects: GPIOLIB [=y] && REGMAP [=y]
-# Implied by [n]:
-# - SND_SOC_ALL_CODECS [=n] && SOUND [=m] && !UML && SND [=m] && SND_SOC [=m] && COMPILE_TEST [=n]
-#
-#
-#
-# CONFIG_SND_SOC_ZL38060 is not set
--
2.26.2
2 years, 4 months