Re: Patch "Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"" has been added to the 6.11-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Oct 17, 2024 at 06:31:34PM -0400, Kent Overstreet wrote:
> Meanwhile, this was the only thing we needed to add malloc() =>
> kmalloc(GFP_KERNEL); and the lack of that means that now the Rust folks

No, that's not true.  For example, it doesn't cover:

	spin_lock();
	set PF_MEMALLOC_NORECLAIM
	kmalloc(GFP_KERNEL);

You'd want to additionally add the GFP_ATOMIC flags in there or you're
going to get the extra failures.




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux