From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:42964 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754900AbbKRScs (ORCPT ); Wed, 18 Nov 2015 13:32:48 -0500 From: Jeff Moyer To: Ross Zwisler Cc: Dan Williams , linux-fsdevel , linux-nvdimm , linux-ext4 , Ross Zwisler Subject: Re: dax pmd fault handler never returns to userspace References: <20151118170014.GB10656@linux.intel.com> <20151118182320.GA7901@linux.intel.com> Date: Wed, 18 Nov 2015 13:32:46 -0500 In-Reply-To: <20151118182320.GA7901@linux.intel.com> (Ross Zwisler's message of "Wed, 18 Nov 2015 11:23:20 -0700") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Ross Zwisler writes: > Yea, my first round of testing was broken, sorry about that. > > It looks like this test causes the PMD fault handler to be called repeatedly > over and over until you kill the userspace process. This doesn't happen for > XFS because when using XFS this test doesn't hit PMD faults, only PTE faults. Hmm, I wonder why not? Sounds like that will need investigating as well, right? -Jeff > So, looks like a livelock as far as I can tell. > > Still debugging. Thanks! Jeff