From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2605E7B for ; Thu, 31 Mar 2022 22:36:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15766C340ED; Thu, 31 Mar 2022 22:36:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1648766165; bh=iBYgZff6GuQ3ATSOp8xBpl/j0xeUF6jSNcZ6KDmqKns=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=fIcl/wh5iws0jPhPCBMRJJMDBTMQ6kamI6va5kHNSpYGEveErRZYY88FsKlQwQQSy /XVVsarP8EhcgIW/EI30Qt355LTOJetDTJKU0SItWIpx151hUzBVYdp7oTBrFd3yXV hXezsuSCl08mKiCRiGJjrF45vT/ATvVYQ+wHr+6w= Date: Thu, 31 Mar 2022 15:36:04 -0700 From: Andrew Morton To: Qian Cai Cc: Muchun Song , , , , , , , , , , , , , , , , , , , Stephen Rothwell Subject: Re: [PATCH v5 0/6] Fix some bugs related to ramp and dax Message-Id: <20220331153604.da723f3546fa8adabd7a74ae@linux-foundation.org> In-Reply-To: References: <20220318074529.5261-1-songmuchun@bytedance.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: nvdimm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 31 Mar 2022 11:55:47 -0400 Qian Cai wrote: > On Fri, Mar 18, 2022 at 03:45:23PM +0800, Muchun Song wrote: > > This series is based on next-20220225. > > > > Patch 1-2 fix a cache flush bug, because subsequent patches depend on > > those on those changes, there are placed in this series. Patch 3-4 > > are preparation for fixing a dax bug in patch 5. Patch 6 is code cleanup > > since the previous patch remove the usage of follow_invalidate_pte(). > > Reverting this series fixed boot crashes. > Thanks. I'll drop mm-rmap-fix-cache-flush-on-thp-pages.patch dax-fix-cache-flush-on-pmd-mapped-pages.patch mm-rmap-introduce-pfn_mkclean_range-to-cleans-ptes.patch mm-rmap-introduce-pfn_mkclean_range-to-cleans-ptes-fix.patch mm-pvmw-add-support-for-walking-devmap-pages.patch dax-fix-missing-writeprotect-the-pte-entry.patch dax-fix-missing-writeprotect-the-pte-entry-v6.patch mm-simplify-follow_invalidate_pte.patch