[24.04_linux-nvidia-7.0-next] NVIDIA: SAUCE: watchdog: sbsa_gwdt: add force_enable module parameter - #521
Conversation
BaseOS Kernel ReviewSummaryNo issues found across the reviewed commits. Findings: no problems found Latest watcher review: open review Generated test plan: open test plan Kernel deb build: successful (download debs, 4 files) Head: This comment is maintained by nv-pr-bot. It is updated when the GitHub watcher publishes a newer review. |
|
@abhsahu the link in the patch is broken: https://lore.kernel.org/lkml/2026/8/3/510 |
168de4a to
fb0744a
Compare
The sbsa_gwdt driver only manages and registers the watchdog timer if it was already enabled by a previous boot stage (such as firmware). If the watchdog was left disabled prior to entering the kernel, the driver will not actively enable it during the probe phase. Introduce a new module parameter 'force_enable' to allow overriding this behavior. When 'force_enable' is set, the driver will forcibly start the watchdog and register it as running during the probe phase, even if it was disabled in the previous boot stage. Signed-off-by: Zexin Wang <ot_zexin.wang@mediatek.com> (backported from https://lore.kernel.org/all/20260803071823.27759-1-ot_zexin.wang@mediatek.com/) Signed-off-by: Abhishek Sahu <abhsahu@nvidia.com>
fb0744a to
c37a58f
Compare
Thanks @nirmoy I have fixed the link. |
|
Hi @abhsahu, You should target this PR at the following branches instead of
Canonical helps ensure that the 24.04 kernel source is kept in sync with the 26.04 versions, so no need to target PRs at the 24.04+7.0 branches. |
|
@abhsahu There was some feedback on LKML today about the parameter name. I think it would be best to settle on that before getting this integrated into NV-Kernels to avoid API differences. Additionally, here are 2 findings from review with Codex:
|
|
Thanks @jamieNguyenNVIDIA and @nvmochs |
|
@abhsahu should this be closed then ? |
This PR contains path to backport change from mailing list https://lkml.org/lkml/2026/8/3/510
It is tracked with Internal Bug 6417508