On 11/16/25 21:34, Li Chen wrote:
From: Li Chenchenl311@chinatelecom.cn
loop devices under heavy stress-ng loop streessor can trigger many capacity change events in a short time. Each event prints an info message from set_capacity_and_notify(), flooding the console and contributing to soft lockups on slow consoles.
Switch the printk in set_capacity_and_notify() to pr_info_ratelimited() so frequent capacity changes do not spam the log while still reporting occasional changes.
Cc:stable@vger.kernel.org Signed-off-by: Li Chenchenl311@chinatelecom.cn
Looks good.
Reviewed-by: Chaitanya Kulkarni kch@nvidia.com
-ck