From patchwork Sat Apr 8 09:13:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuai Xue X-Patchwork-Id: 13205622 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7A83C7619A for ; Sat, 8 Apr 2023 09:14:14 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id EFC666B0072; Sat, 8 Apr 2023 05:14:13 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id EAC756B0074; Sat, 8 Apr 2023 05:14:13 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id D9AEA6B0075; Sat, 8 Apr 2023 05:14:13 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) by kanga.kvack.org (Postfix) with ESMTP id C86C26B0072 for ; Sat, 8 Apr 2023 05:14:13 -0400 (EDT) Received: from smtpin19.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay04.hostedemail.com (Postfix) with ESMTP id 936D71A039B for ; Sat, 8 Apr 2023 09:14:13 +0000 (UTC) X-FDA: 80657662386.19.4E33D17 Received: from out30-111.freemail.mail.aliyun.com (out30-111.freemail.mail.aliyun.com [115.124.30.111]) by imf25.hostedemail.com (Postfix) with ESMTP id 658F9A000A for ; Sat, 8 Apr 2023 09:14:10 +0000 (UTC) Authentication-Results: imf25.hostedemail.com; dkim=none; dmarc=pass (policy=none) header.from=alibaba.com; spf=pass (imf25.hostedemail.com: domain of xueshuai@linux.alibaba.com designates 115.124.30.111 as permitted sender) smtp.mailfrom=xueshuai@linux.alibaba.com ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1680945251; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=/ke/kkHx5jJ8p8u5Db7gYjLmpa5vYjG1sckdt2teMcE=; b=72FW08KwAS60pYKeo3CHuNzuXIK1toQDgGhYppm4LvbuLQkR4QbFgRuOZ2sKhffUnWr5JC iQhgVn8GZakNjd6+Y5/RdUgQlIDxlK1DQ42xyvtlLLZKDKXuMkjAw/gvBiRDK62YWhN0y6 K5nPSWNtQGGjKiLAq40s/E5LO+hJNqs= ARC-Authentication-Results: i=1; imf25.hostedemail.com; dkim=none; dmarc=pass (policy=none) header.from=alibaba.com; spf=pass (imf25.hostedemail.com: domain of xueshuai@linux.alibaba.com designates 115.124.30.111 as permitted sender) smtp.mailfrom=xueshuai@linux.alibaba.com ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1680945252; a=rsa-sha256; cv=none; b=3Zvfbvy32z9QExD0zniPW+Ono0ozpmxHgIYUmJmRXZY1oeEwabOgaO+4hFRTj+7XtCIguz LbyU6JWt3fUT0pRontNco5ke8WQhSuWwxk+2mNDqhUKnw9KZ0ZEEYJhmNkfTwNad7pN0+d mQF9OrZ6bTWB/A+HXmVlQpcSI/Nhsm0= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R201e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=xueshuai@linux.alibaba.com;NM=1;PH=DS;RN=24;SR=0;TI=SMTPD_---0VfZZJcu_1680945241; Received: from localhost.localdomain(mailfrom:xueshuai@linux.alibaba.com fp:SMTPD_---0VfZZJcu_1680945241) by smtp.aliyun-inc.com; Sat, 08 Apr 2023 17:14:04 +0800 From: Shuai Xue To: tanxiaofei@huawei.com, mawupeng1@huawei.com, tony.luck@intel.com, naoya.horiguchi@nec.com Cc: linux-acpi@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, xueshuai@linux.alibaba.com, justin.he@arm.com, akpm@linux-foundation.org, ardb@kernel.org, ashish.kalra@amd.com, baolin.wang@linux.alibaba.com, bp@alien8.de, cuibixuan@linux.alibaba.com, dave.hansen@linux.intel.com, james.morse@arm.com, jarkko@kernel.org, lenb@kernel.org, linmiaohe@huawei.com, lvying6@huawei.com, rafael@kernel.org, xiexiuqi@huawei.com, zhuo.song@linux.alibaba.com Subject: [PATCH v4 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code Date: Sat, 8 Apr 2023 17:13:57 +0800 Message-Id: <20230408091359.31554-1-xueshuai@linux.alibaba.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221027042445.60108-1-xueshuai@linux.alibaba.com> References: <20221027042445.60108-1-xueshuai@linux.alibaba.com> MIME-Version: 1.0 X-Rspamd-Server: rspam05 X-Rspamd-Queue-Id: 658F9A000A X-Stat-Signature: x1kc8jzfcxr59jgaxx1x1rrdqi59mkym X-Rspam-User: X-HE-Tag: 1680945250-152723 X-HE-Meta: U2FsdGVkX1+44cZ1/Nfbbbf5B0AnkaBj8rJ4WcS3vCrazuNOfPdG5SlNReGo8pfHQaul2uXA4BNdj0+F1e0Qe+4XtEvWbD3iKSODFPDU82f/DDBzYRKCOwO1uZIbTod9xbeAQh4bBrYl+D+RPANVhMgfSXTUFKk0lMZpuk1Sj8WTHEKMR5eVl4Mxb09DMlk25i63fMHByyA8A8DjXKiQHOf9XwESHlE3aqi+5nIYgXDuUUl7Hk9aca749FqcOQOKwETh/Bhwtc00Nml0s+5tMYuit8fB1qmn9a8nLx4+law3nsbPkL2uZyLetvx2v8VVy68kd9cjF4RLPt3X2CuFgSy6IulTiqDc/13JOg7EjRepb6x009qnQ9TL47Zg+Riwd9vLQkb6TXugXry28HQp36h5tIUs/gVQc5pk4LNRnD5mH+Iod/J63cIOxJNWcc98QLS39SN9V2mECkRA+lu5TvrbUzuouuCef0QC2vi50MApsXRaXPKYeUIHlIv7ah4tphreZFPdV60HZkt5oAz4J1GXtSBFe3sYYw7S0wl9FsBvJKAQnSY+6TMHzlJ8xHeqiHZ0IQz9ANy3NzksdTGOVAYWwDJbHLYl1y23QVabOFCqHtvlM+sIxLeY+htQewlX9akIAx0RDbrO5dgfwO0JlOfgc9nGcTabgX5FSPXJyKOCXVNEk2kj0zfdajjVhriUP1Gl2pp/h8KTc7/T1w72LVdHkdVQqVa60VK4R6inCC0TOwLtA6FvpgS7U2IJa99B6/uj+thkFTaQau9vJmTEWJN+wb7RWhBmPooPcrxgay6rDpQkAhT5cpyLxa+mTM2h+lKrnooZ7gz+oLog8Ds9n2cuaFXY7Edu4vhwm8k46hkno86DLiw210VAfF8CmbSXcaWjsD8LuTs2VVKSUgsNhVJq9n8MskdsQBesPIqc57UonDIuCrTF+gzKhWdQ/bZ1RJ9zuy4Sds8GXO3N+LE bsll1tCX y/HF45kTE+zI6qCVrPf9xIQ9V5TT7HWSPG5Tj99lyPcWgbOzQ/vhkKqrP12XWqOS+wBjVpNDvdRaodly1S66q7go+b2s3wPZTi/yET0hFsGoMzUnvN8gedWDyY8PZ3fNcUEOPWE9mm/9VPeyZTmE5SuV9ZLW1Z1P73s2Q3/HRJ0ntSoSxz8iHV/B5MF+Hxe5TDdettWmjNxzJkANI2QAms7B7539xV/oOAdtcoVfjv4d6+Pp5M7W+c/0EEi7k53oxwyCS/piHM2eAElKFDVO2DquLhOsv8qLWore0bGWSQQtdWgaGGThfbNJOQw== X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: changes since v3 by addressing comments from Xiaofei: - do a force kill for abnormal memofy failure error such as invalid PA, unexpected severity, OOM, etc - pcik up tested-by tag from Ma Wupeng changes since v2 by addressing comments from Naoya: - rename mce_task_work to sync_task_work - drop ACPI_HEST_NOTIFY_MCE case in is_hest_sync_notify() - add steps to reproduce this problem in cover letter - Link: https://lore.kernel.org/lkml/1aa0ca90-d44c-aa99-1e2d-bd2ae610b088@linux.alibaba.com/ changes since v1: - synchronous events by notify type - Link: https://lore.kernel.org/lkml/20221206153354.92394-3-xueshuai@linux.alibaba.com/ Currently, both synchronous and asynchronous error are queued and handled by a dedicated kthread in workqueue. And Memory failure for synchronous error is synced by a cancel_work_sync trick which ensures that the corrupted page is unmapped and poisoned. And after returning to user-space, the task starts at current instruction which triggering a page fault in which kernel will send SIGBUS to current process due to VM_FAULT_HWPOISON. However, the memory failure recovery for hwpoison-aware mechanisms does not work as expected. For example, hwpoison-aware user-space processes like QEMU register their customized SIGBUS handler and enable early kill mode by seting PF_MCE_EARLY at initialization. Then the kernel will directy notify the process by sending a SIGBUS signal in memory failure with wrong si_code: BUS_MCEERR_AO si_code to the actual user-space process instead of BUS_MCEERR_AR. To address this problem: - PATCH 1 sets mf_flags as MF_ACTION_REQUIRED on synchronous events which indicates error happened in current execution context - PATCH 2 separates synchronous error handling into task work so that the current context in memory failure is exactly belongs to the task consuming poison data. Then, kernel will send SIGBUS with proper si_code in kill_proc(). Lv Ying and XiuQi also proposed to address similar problem and we discussed about new solution to add a new flag(acpi_hest_generic_data::flags bit 8) to distinguish synchronous event. [2][3] The UEFI community still has no response. After a deep dive into the SDEI TRM, the SDEI notification should be used for asynchronous error. As SDEI TRM[1] describes "the dispatcher can simulate an exception-like entry into the client, **with the client providing an additional asynchronous entry point similar to an interrupt entry point**". The client (kernel) lacks complete synchronous context, e.g. systeam register (ELR, ESR, etc). So notify type is enough to distinguish synchronous event. To reproduce this problem: # STEP1: enable early kill mode #sysctl -w vm.memory_failure_early_kill=1 vm.memory_failure_early_kill = 1 # STEP2: inject an UCE error and consume it to trigger a synchronous error #einj_mem_uc single 0: single vaddr = 0xffffb0d75400 paddr = 4092d55b400 injecting ... triggering ... signal 7 code 5 addr 0xffffb0d75000 page not present Test passed The si_code (code 5) from einj_mem_uc indicates that it is BUS_MCEERR_AO error and it is not fact. After this patch set: # STEP1: enable early kill mode #sysctl -w vm.memory_failure_early_kill=1 vm.memory_failure_early_kill = 1 # STEP2: inject an UCE error and consume it to trigger a synchronous error #einj_mem_uc single 0: single vaddr = 0xffffb0d75400 paddr = 4092d55b400 injecting ... triggering ... signal 7 code 4 addr 0xffffb0d75000 page not present Test passed The si_code (code 4) from einj_mem_uc indicates that it is BUS_MCEERR_AR error as we expected. [1] https://developer.arm.com/documentation/den0054/latest/ [2] https://lore.kernel.org/linux-arm-kernel/20221205160043.57465-4-xiexiuqi@huawei.com/T/ [3] https://lore.kernel.org/lkml/20221209095407.383211-1-lvying6@huawei.com/ Shuai Xue (2): ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events ACPI: APEI: handle synchronous exceptions in task work drivers/acpi/apei/ghes.c | 120 +++++++++++++++++++++++++++------------ include/acpi/ghes.h | 3 - mm/memory-failure.c | 13 ----- 3 files changed, 84 insertions(+), 52 deletions(-)