Message ID | 20210814105131.48814-1-linmiaohe@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | Cleanups and fixup for memcontrol | expand |
On 2021/8/14 18:51, Miaohe Lin wrote: > Hi all, > This series contains cleanups to remove unneeded variable, fix some > obsolete comments and so on. Also we fix potential pte_unmap_unlock > on wrong pte. More details can be found in the respective changelogs. > Thanks! > > Miaohe Lin (4): > mm/hwpoison: remove unneeded variable unmap_success > mm/hwpoison: fix potential pte_unmap_unlock pte error > mm/hwpoison: change argument struct page **hpagep to *hpage > mm/hwpoison: fix some obsolete comments > > mm/memory-failure.c | 23 +++++++++++------------ > 1 file changed, 11 insertions(+), 12 deletions(-) > My bad! The title should be "[PATCH 0/4] Cleanups and fixup for hwpoison". Sorry for inconvenience!