[PATCH] [RFC] mm/page_ref, crypto/async_pq: don't put_page from __exit
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-02-29 09:33:50
Also in:
linux-crypto, linux-mm, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-02-29 09:33:50
Also in:
linux-crypto, linux-mm, lkml
On Monday 29 February 2016 16:40:02 Joonsoo Kim wrote:
Hello, Arnd. I think that we can avoid this error by using __free_page(). It would not be inlined so calling it would have no problem. Could you test it, please?
Yes, I suspect the driver should have done that anyway, new patch under way. Arnd