Hi all, After merging the drm-msm tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/gpu/drm/msm/dsi/pll/dsi_pll_7nm.c: In function 'msm_dsi_pll_7nm_init': drivers/gpu/drm/msm/dsi/pll/dsi_pll_7nm.c:882:19: warning: conversion from 'long long unsigned int' to 'long unsigned int' changes value from '5000000000' to '705032704' [-Woverflow] 882 | pll->max_rate = 5000000000UL; | ^~~~~~~~~~~~ Introduced by commit 1ef7c99d145c ("drm/msm/dsi: add support for 7nm DSI PHY/PLL") -- Cheers, Stephen Rothwell