Re: [PATCH v5 0/6] Fix some bugs related to ramp and dax

2022-04-02 Thread Muchun Song
On Thu, Mar 31, 2022 at 11:55 PM 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. P

Re: [PATCH v5 0/6] Fix some bugs related to ramp and dax

2022-04-01 Thread Qian Cai
On Fri, Apr 01, 2022 at 11:44:16AM +0800, Muchun Song wrote: > Thanks for your report. Would you mind providing the .config? $ make ARCH=arm64 defconfig debug.config

Re: [PATCH v5 0/6] Fix some bugs related to ramp and dax

2022-04-01 Thread Muchun Song
On Fri, Apr 1, 2022 at 11:44 AM Muchun Song wrote: > > On Thu, Mar 31, 2022 at 11:55 PM 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

Re: [PATCH v5 0/6] Fix some bugs related to ramp and dax

2022-03-31 Thread Muchun Song
On Thu, Mar 31, 2022 at 11:55 PM 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. P

Re: [PATCH v5 0/6] Fix some bugs related to ramp and dax

2022-03-31 Thread Stephen Rothwell
Hi Andrew, On Thu, 31 Mar 2022 15:36:04 -0700 Andrew Morton wrote: > > 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-pte

Re: [PATCH v5 0/6] Fix some bugs related to ramp and dax

2022-03-31 Thread Andrew Morton
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.

Re: [PATCH v5 0/6] Fix some bugs related to ramp and dax

2022-03-31 Thread Qian Cai
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.