mbox series

[rasdaemon,0/2] ras-page-isolation bugfix

Message ID 1604138235-7142-1-git-send-email-lvying6@huawei.com (mailing list archive)
Headers show
Series ras-page-isolation bugfix | expand

Message

Lv Ying Oct. 31, 2020, 9:57 a.m. UTC
This patchset fix two problems in ras-page-isolation.c:
1. fix do_page_offline always considers kernel page offline is
successful
2. fix page which is PAGE_OFFLINE_FAILED can not be offlined again

lvying (1):
  ras-page-isolation: fix do_page_offline always considers page offline
    is successful

lvying6 (1):
  ras-page-isolation: page which is PAGE_OFFLINE_FAILED can be offlined
    again

 ras-page-isolation.c | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)

Comments

Mauro Carvalho Chehab Dec. 23, 2020, 9:47 a.m. UTC | #1
Em Sat, 31 Oct 2020 17:57:13 +0800
lvying6 <lvying6@huawei.com> escreveu:

> This patchset fix two problems in ras-page-isolation.c:
> 1. fix do_page_offline always considers kernel page offline is
> successful
> 2. fix page which is PAGE_OFFLINE_FAILED can not be offlined again
> 
> lvying (1):
>   ras-page-isolation: fix do_page_offline always considers page offline
>     is successful
> 
> lvying6 (1):
>   ras-page-isolation: page which is PAGE_OFFLINE_FAILED can be offlined
>     again
> 
>  ras-page-isolation.c | 34 +++++++++++++++++++++++-----------
>  1 file changed, 23 insertions(+), 11 deletions(-)
> 

Patches applied, thanks!


Thanks,
Mauro