From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 40511C433FE for ; Wed, 9 Nov 2022 00:21:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229723AbiKIAVE (ORCPT ); Tue, 8 Nov 2022 19:21:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58742 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbiKIAVD (ORCPT ); Tue, 8 Nov 2022 19:21:03 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 88FE0201A8; Tue, 8 Nov 2022 16:21:01 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2F99D616F1; Wed, 9 Nov 2022 00:21:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27806C433D6; Wed, 9 Nov 2022 00:21:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1667953260; bh=TDA4WxwUFU57YOSu3V++4OACrFzF8uYXIyr4RuL5p4M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Scs23L0zLyvZMrgaDFaVKPWOPBfhd29r/iHMB/WaJx7VSdzDaYM9apJZG+Sr4RkBM eGgz89oJA+xN2otF484vD9cQXmiXeC4qEfmGQgLUjyblcVSp50iHhetDECyizusOpM UmjAit1QOpjrVFgJrW1mrGQQauG48s0qX6brF0Y0= Date: Tue, 8 Nov 2022 16:20:59 -0800 From: Andrew Morton To: Dan Williams Cc: Jason Gunthorpe , Jan Kara , Christoph Hellwig , "Darrick J. Wong" , Matthew Wilcox , John Hubbard , linux-fsdevel@vger.kernel.org, nvdimm@lists.linux.dev, linux-xfs@vger.kernel.org, linux-mm@kvack.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH v2 00/18] Fix the DAX-gup mistake Message-Id: <20221108162059.2ee440d5244657c4f16bdca0@linux-foundation.org> In-Reply-To: <166329930818.2786261.6086109734008025807.stgit@dwillia2-xfh.jf.intel.com> References: <166329930818.2786261.6086109734008025807.stgit@dwillia2-xfh.jf.intel.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org All seems to be quiet on this front, so I plan to move this series into mm-stable a few days from now. We do have this report of dax_holder_notify_failure being unavailable with CONFIG_DAX=n: https://lkml.kernel.org/r/202210230716.tNv8A5mN-lkp@intel.com but that appears to predate this series.