From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minchan Kim Subject: Re: [PATCH v14 5/8] s390: add pmd_[dirty|mkclean] for THP Date: Mon, 18 Aug 2014 09:06:30 +0900 Message-ID: <20140818000630.GA32075@bbox> References: <1407981212-17818-1-git-send-email-minchan@kernel.org> <1407981212-17818-6-git-send-email-minchan@kernel.org> <20140814091614.4a0d5178@mschwide> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20140814091614.4a0d5178@mschwide> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Martin Schwidefsky Cc: Andrew Morton , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Michael Kerrisk , Linux API , Hugh Dickins , Johannes Weiner , Rik van Riel , KOSAKI Motohiro , Mel Gorman , Jason Evans , Zhang Yanfei , "Kirill A. Shutemov" , Heiko Carstens , Dominik Dingel , Christian Borntraeger , linux-s390-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Gerald Schaefer List-Id: linux-api@vger.kernel.org Hello, On Thu, Aug 14, 2014 at 09:16:14AM +0200, Martin Schwidefsky wrote: > On Thu, 14 Aug 2014 10:53:29 +0900 > Minchan Kim wrote: > > > MADV_FREE needs pmd_dirty and pmd_mkclean for detecting recent > > overwrite of the contents since MADV_FREE syscall is called for > > THP page but for s390 pmds only referenced bit is available > > because there is no free bit left in the pmd entry for the > > software dirty bit so this patch adds dumb pmd_dirty which > > returns always true by suggesting by Martin. > > > > They finally find a solution in future. > > http://marc.info/?l=linux-api&m=140440328820808&w=2 > > The solution is already there, see git commit 152125b7a882df36. > You can drop this patch. Thanks for the heads up. I will drop it in next spin. > > -- > blue skies, > Martin. > > "Reality continues to ruin my life." - Calvin. > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo-Bw31MaZKKs0EbZ0PF+XxCw@public.gmane.org For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: email-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org -- Kind regards, Minchan Kim