Re: [OS-BUILD PATCH] [redhat] New configs in drivers/hwmon

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Lo! I'm slightly puzzled. These messages are now sent to
fedora-kernel-list, which kinda sounds like input from the fedora
community is wanted. But all this discussions look RHEL-specific to me.
Or am I missing something? Fedora at least seems to enable
CONFIG_SENSORS_AMD_ENERGY if I read
https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/configs/fedora/generic/x86/CONFIG_SENSORS_AMD_ENERGY

right. And that file is not touched by the patch. So from a perspective
of someone Fedora developer that subscribes to fedora-kernel-list this
and similar messages look like useless noise – and at the same time they
are hard to read, as it's not easy to see if a patch is relevant for
Fedora or not.

CU, knurd

P.S.: Sorry for TOFU, but I do not reply to a specific part,
nevertheless it might be good to have the old mail for context

Am 02.06.20 um 06:38 schrieb GitLab Bridge on behalf of jeremycline:
> From: "CKI@GitLab" <cki-project@xxxxxxxxxx>
> 
> 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_SENSORS_AMD_ENERGY:
> 
>  If you say yes here you get support for core and package energy
>  sensors, based on RAPL MSR for AMD family 17h and above CPUs.
> 
>  This driver can also be built as a module. If so, the module
>  will be called as amd_energy.
> 
>  Symbol: SENSORS_AMD_ENERGY [=n]
>  Type  : tristate
>  Defined at drivers/hwmon/Kconfig:327
>    Prompt: AMD RAPL MSR based Energy driver
>    Depends on: HWMON [=y] && X86 [=y]
>    Location:
>      -> Device Drivers
>        -> Hardware Monitoring support (HWMON [=y])
> 
> ---
> 
>  CONFIG_SENSORS_MAX16601:
> 
>  If you say yes here you get hardware monitoring support for Maxim
>  MAX16601.
> 
>  This driver can also be built as a module. If so, the module will
>  be called max16601.
> 
>  Symbol: SENSORS_MAX16601 [=n]
>  Type  : tristate
>  Defined at drivers/hwmon/pmbus/Kconfig:149
>    Prompt: Maxim MAX16601
>    Depends on: HWMON [=y] && PMBUS [=m]
>    Location:
>      -> Device Drivers
>        -> Hardware Monitoring support (HWMON [=y])
>          -> PMBus support (PMBUS [=m])
> 
> ---
> 
> Cc: Dean Nelson <dnelson@xxxxxxxxxx>
> Signed-off-by: CKI@GitLab <cki-project@xxxxxxxxxx>
> ---
>  .../common/generic/CONFIG_SENSORS_AMD_ENERGY  |  1 +
>  .../common/generic/CONFIG_SENSORS_MAX16601    |  1 +
>  .../generic/CONFIG_SENSORS_AMD_ENERGY         | 20 ------------------
>  .../generic/CONFIG_SENSORS_MAX16601           | 21 -------------------
>  4 files changed, 2 insertions(+), 41 deletions(-)
>  create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_AMD_ENERGY
>  create mode 100644 redhat/configs/common/generic/CONFIG_SENSORS_MAX16601
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_AMD_ENERGY
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_SENSORS_MAX16601
> 
> diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_AMD_ENERGY b/redhat/configs/common/generic/CONFIG_SENSORS_AMD_ENERGY
> new file mode 100644
> index 000000000000..8a4fc5222e01
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_SENSORS_AMD_ENERGY
> @@ -0,0 +1 @@
> +# CONFIG_SENSORS_AMD_ENERGY is not set
> diff --git a/redhat/configs/common/generic/CONFIG_SENSORS_MAX16601 b/redhat/configs/common/generic/CONFIG_SENSORS_MAX16601
> new file mode 100644
> index 000000000000..4fa6afb577fa
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_SENSORS_MAX16601
> @@ -0,0 +1 @@
> +# CONFIG_SENSORS_MAX16601 is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_AMD_ENERGY b/redhat/configs/pending-common/generic/CONFIG_SENSORS_AMD_ENERGY
> deleted file mode 100644
> index 6dabcd827652..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_AMD_ENERGY
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -# CONFIG_SENSORS_AMD_ENERGY:
> -# 
> -# If you say yes here you get support for core and package energy
> -# sensors, based on RAPL MSR for AMD family 17h and above CPUs.
> -# 
> -# This driver can also be built as a module. If so, the module
> -# will be called as amd_energy.
> -# 
> -# Symbol: SENSORS_AMD_ENERGY [=n]
> -# Type  : tristate
> -# Defined at drivers/hwmon/Kconfig:327
> -#   Prompt: AMD RAPL MSR based Energy driver
> -#   Depends on: HWMON [=y] && X86 [=y]
> -#   Location:
> -#     -> Device Drivers
> -#       -> Hardware Monitoring support (HWMON [=y])
> -# 
> -# 
> -# 
> -# CONFIG_SENSORS_AMD_ENERGY is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_SENSORS_MAX16601 b/redhat/configs/pending-common/generic/CONFIG_SENSORS_MAX16601
> deleted file mode 100644
> index 8ad67a216208..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_SENSORS_MAX16601
> +++ /dev/null
> @@ -1,21 +0,0 @@
> -# CONFIG_SENSORS_MAX16601:
> -# 
> -# If you say yes here you get hardware monitoring support for Maxim
> -# MAX16601.
> -# 
> -# This driver can also be built as a module. If so, the module will
> -# be called max16601.
> -# 
> -# Symbol: SENSORS_MAX16601 [=n]
> -# Type  : tristate
> -# Defined at drivers/hwmon/pmbus/Kconfig:149
> -#   Prompt: Maxim MAX16601
> -#   Depends on: HWMON [=y] && PMBUS [=m]
> -#   Location:
> -#     -> Device Drivers
> -#       -> Hardware Monitoring support (HWMON [=y])
> -#         -> PMBus support (PMBUS [=m])
> -# 
> -# 
> -# 
> -# CONFIG_SENSORS_MAX16601 is not set
> 
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux