Hi Jaewon, On Fri, Jun 17, 2022 at 10:04:32AM +0900, Jaewon Kim wrote: > > > Dear Minchan Kim > > I'm sorry but I got reported this atomic alloation failure again recently. > I asked network develeper to implement a work around though. > I just hope to get your signed-off if you don't mind. > > Thank you > Jaewon Kim As I mentioned, GFP_ATOMIC allocation could be easily failed due to reclaim constraint, the user should carry on the fallback plan. The atomic allocation could also fail not only zram but also other sources if they try to allocate GFP_ATOMIC. The suggested patch could affect other existing zram workloads a lot (which would be common than rare atomic allocation failure) so I don't want to accept the patch. Thank you.