In the Linux kernel, the following vulnerability has been resolved:
ntfs3: Change to non-blocking allocation in ntfsdhash
dhash is done while under "rcu-walk" and should not sleep. _getname() allocates using GFPKERNEL, having the possibility to sleep when under memory pressure. Change the allocation to GFP_NOWAIT.