These patches are pulled out from v2 [1] and v3 [2] of my series to be sent through netdev. The series converts users of msecs_to_jiffies() that need seconds-denominated timeouts to the new secs_to_jiffies() API in include/linux/jiffies.h to avoid the multiplication with 1000 or MSEC_PER_SEC. [1]: https://lore.kernel.org/r/20241115-converge-secs-to-jiffies-v2-0-911fb7595e79@xxxxxxxxxxxxxxxxxxx [2]: https://lore.kernel.org/r/20241210-converge-secs-to-jiffies-v3-0-ddfefd7e9f2a@xxxxxxxxxxxxxxxxxxx Signed-off-by: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx> --- Easwar Hariharan (2): gve: Convert timeouts to secs_to_jiffies() wifi: ath11k: Convert timeouts to secs_to_jiffies() drivers/net/ethernet/google/gve/gve_tx_dqo.c | 6 ++---- drivers/net/wireless/ath/ath11k/debugfs.c | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) --- base-commit: 91e71d606356e50f238d7a87aacdee4abc427f07 change-id: 20241211-netdev-converge-secs-to-jiffies-f18b18c775c1 Best regards, -- Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>