On Tue, Mar 04, 2025 at 06:52:41AM -1000, Tejun Heo <tj@xxxxxxxxxx> wrote:
On Tue, Mar 04, 2025 at 11:19:00AM -0500, Waiman Long wrote:The intention is _not_ to cause panic by any of this this.
...
I do have some concern with the use of pr_warn*() because some users mayYeah, let's print these as info.
attempt to use the panic_on_warn command line option.
Note the difference between WARN() and pr_warn() (only the former
panics).
Warn level has precedent in mm/memcontrol-v1.c already.