Message ID | 20241002012042.2753174-1-nphamcs@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | remove SWAP_MAP_SHMEM | expand |
On Tue, Oct 1, 2024 at 6:20 PM Nhat Pham <nphamcs@gmail.com> wrote: > > Changelog: > v2: > * Fix a WARN in the shmem THP swap path. Thanks Baolin, Yosry, and Barry > for the report and the discussion on how to solve it. Hi Baolin, could you run your stress program again on this version? FWIW, I was able to trigger 64kb mTHP swap in shmem + no-fallback swapout, so I think the issue is fixed.
On Tue, Oct 1, 2024 at 6:22 PM Nhat Pham <nphamcs@gmail.com> wrote: > > Hi Baolin, could you run your stress program again on this version? > FWIW, I was able to trigger 64kb mTHP swap in shmem + no-fallback > swapout, so I think the issue is fixed. Ooops, I think I missed Baolin in the cc. My apologies.
On 2024/10/2 09:22, Nhat Pham wrote: > On Tue, Oct 1, 2024 at 6:20 PM Nhat Pham <nphamcs@gmail.com> wrote: >> >> Changelog: >> v2: >> * Fix a WARN in the shmem THP swap path. Thanks Baolin, Yosry, and Barry >> for the report and the discussion on how to solve it. > > Hi Baolin, could you run your stress program again on this version? > FWIW, I was able to trigger 64kb mTHP swap in shmem + no-fallback > swapout, so I think the issue is fixed. Sure. I'm just back from vacation, and will find some time this week to test it.
On 2024/10/2 09:22, Nhat Pham wrote: > On Tue, Oct 1, 2024 at 6:20 PM Nhat Pham <nphamcs@gmail.com> wrote: >> >> Changelog: >> v2: >> * Fix a WARN in the shmem THP swap path. Thanks Baolin, Yosry, and Barry >> for the report and the discussion on how to solve it. > > Hi Baolin, could you run your stress program again on this version? > FWIW, I was able to trigger 64kb mTHP swap in shmem + no-fallback > swapout, so I think the issue is fixed. I tested it on my platform, and no issues were found. So Tested-by: Baolin Wang <baolin.wang@linux.alibaba.com>