linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/2] ACPI: APEI: Make synchronization errors call and
@ 2022-12-05 11:51 Lv Ying
  2022-12-05 11:51 ` [RFC 1/2] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context Lv Ying
  2022-12-05 11:51 ` [RFC 2/2] ACPI: APEI: fix reboot caused by synchronous error loop because of memory_failure() failed Lv Ying
  0 siblings, 2 replies; 11+ messages in thread
From: Lv Ying @ 2022-12-05 11:51 UTC (permalink / raw)
  To: rafael, lenb, james.morse, tony.luck, bp, naoya.horiguchi,
	linmiaohe, akpm, xueshuai, ashish.kalra
  Cc: xiezhipeng1, wangkefeng.wang, xiexiuqi, tanxiaofei, linux-acpi,
	linux-kernel, linux-mm

This patchset try to fix two problems:
- memory_failure() triggered by synchronization errors run in kernel
  thread context
- ignore memory_failure() failure cause synchronous error infinite loop,
  the platform firmware exceed some threshold and reboot

Lv Ying (2):
  ACPI: APEI: Make memory_failure() triggered by synchronization errors
    execute in the current context
  ACPI: APEI: fix reboot caused by synchronous error loop because of
    memory_failure() failed

 drivers/acpi/apei/ghes.c | 27 ++++++++++++++-------------
 mm/memory-failure.c      | 38 ++++++++++++++++++++++++++------------
 2 files changed, 40 insertions(+), 25 deletions(-)

-- 
2.33.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-12-08  7:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 11:51 [RFC 0/2] ACPI: APEI: Make synchronization errors call and Lv Ying
2022-12-05 11:51 ` [RFC 1/2] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context Lv Ying
2022-12-07 10:57   ` Shuai Xue
2022-12-08  2:20     ` Lv Ying
2022-12-08  3:25       ` Shuai Xue
2022-12-08  7:16         ` Lv Ying
2022-12-08  2:37     ` Xie XiuQi
2022-12-08  3:41       ` Shuai Xue
2022-12-05 11:51 ` [RFC 2/2] ACPI: APEI: fix reboot caused by synchronous error loop because of memory_failure() failed Lv Ying
2022-12-07 12:29   ` Bixuan Cui
2022-12-08  2:44     ` Lv Ying

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox