Message ID | 20230727115643.639741-1-linmiaohe@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | A few fixup patches for mm | expand |
On Thu, 27 Jul 2023 19:56:39 +0800 Miaohe Lin <linmiaohe@huawei.com> wrote: > This series contains a few fixup patches to fix potential unexpected > return value, fix wrong swap entry type for hwpoisoned swapcache page > and so on. More details can be found in the respective changelogs. I'm thinking that patches 1-3 should be backported into -stable kernels. Thoughts on this?
On 2023/7/28 0:57, Andrew Morton wrote: > On Thu, 27 Jul 2023 19:56:39 +0800 Miaohe Lin <linmiaohe@huawei.com> wrote: > >> This series contains a few fixup patches to fix potential unexpected >> return value, fix wrong swap entry type for hwpoisoned swapcache page >> and so on. More details can be found in the respective changelogs. > > I'm thinking that patches 1-3 should be backported into -stable kernels. > Thoughts on this? I tend to backport the patches 1-3. They helps. Thanks Andrew.