Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64

2022-02-16 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1618#note_845282030 Thanks. I'll post the change. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64

2022-02-16 Thread perobins (via Email Bridge)
From: perobins on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1618#note_845278492 The way to do this is to remove the option, it's extremely unlikely the driver comes back in it's current form. ___ kernel mailing list --

Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64

2022-02-16 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1618#note_845246335 I thought of doing it this way, but then I wasn't sure if that was a safe approach. As what happens if in the future, the central ark config enables it without a disable also being

Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64

2022-02-16 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1618#note_845245936 I'm not aware of an upstream bug report related to this. But that doesn't mean there isn't one. As you noted in your next comment, it already is disabled everywhere else. It's not even

Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64

2022-02-16 Thread perobins (via Email Bridge)
From: perobins on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1618#note_845184780 And given for ark that it's only enabled on aarch64 the proper way to actually do this just for ark is to remove the file as it's already disabled in the central ark config.

Re: [OS-BUILD PATCH] redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64

2022-02-16 Thread perobins (via Email Bridge)
From: perobins on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1618#note_845182613 Is there an upstream bug report for this? Looking at the actual HW descriptions [1] I think the proper fix for this is to disable it everywhere in common and only enable it on x86. [1]

[OS-BUILD PATCH] redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64

2022-02-16 Thread Dean Nelson (via Email Bridge)
From: Dean Nelson redhat/configs: Disable CONFIG_SENSORS_NCT6683 in RHEL for arm/aarch64 Doing a modprobe nct6683 results in a panic on some aarch64 systems. This hwmon driver should not be enabled for aarch64. Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2041186 Signed-off-by: Dean