From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] [RFC] mm/page_ref, crypto/async_pq: don't put_page from __exit Date: Mon, 29 Feb 2016 10:32:39 +0100 Message-ID: <2604022.UWS8hJ6Ygv@wuerfel> References: <1456696663-2340682-1-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Joonsoo Kim , Herbert Xu , Dan Williams , LKML , Steven Rostedt , "David S. Miller" , Linux Memory Management List , Michal Nazarewicz , Andrew Morton , Joonsoo Kim , linux-crypto@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Return-path: Received: from mout.kundenserver.de ([212.227.17.10]:55206 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093AbcB2Jds (ORCPT ); Mon, 29 Feb 2016 04:33:48 -0500 In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-ID: 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