On Tue, Oct 21, 2025 at 01:25:52PM -1000, Tejun Heo wrote: > Hello, > > On Tue, Oct 21, 2025 at 03:06:55PM -0700, Matthew Brost wrote: > > > > Given that it's about reclaim, "memory cannot be allocated" may be a bit > > > > misleading. Can you make the description more accurate? Also, it'd be > > > > great > > > > Can fix the comment. The rule is memory cannot be allocated in the > > context of reclaim (e.g., GFP_KERNEL). > > Oh, I meant that e.g. GPF_ATOMIC or GFP_NOFS reclaims should be fine. It's > just that we can't recurse into reclaim from WQ_RECLAIM workqueue, right? >
Yes, exactly. Will adjust. Matt > Thanks. > > -- > tejun
