[PATCH 1/1] PCI/RCEC: Fix failure to inject errors to some RCiEP devices

2021-02-09 Thread Qiuxu Zhuo
rt rciep->devfn to device number. Ensure that the RCiEP devices associated with the RCEC are linked to the RCEC as the RCEC is enumerated. After applying the patch, correctable errors can be injected to the RCiEP successfully. Reported-and-tested-by: Wen Jin Signed-off-by: Qiuxu Zhuo --- driver

[PATCH v2 1/1] PCI/RCEC: Fix RCiEP capable devices RCEC association

2021-02-18 Thread Qiuxu Zhuo
) Reported-and-tested-by: Wen Jin Reviewed-by: Sean V Kelley Signed-off-by: Qiuxu Zhuo --- v1->v2: - Update the subject and the commit message. - Add 'Reviewed-by: Sean V Kelley ' to the SoB chain. drivers/pci/pcie/rcec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[PATCH 1/1] Documentation: ACPI: EINJ: Fix error type value for PCIe error

2021-01-13 Thread Qiuxu Zhuo
Signed-off-by: Qiuxu Zhuo Reported-by: Lijian Zhao --- The error type values used in file drivers/acpi/apei/einj.c function available_error_type_show() are correct. Documentation/firmware-guide/acpi/apei/einj.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentatio

[PATCH v3 1/1] PCI/RCEC: Fix RCiEP capable devices RCEC association

2021-02-21 Thread Qiuxu Zhuo
) macro and convert the value of "rciep->devfn" to a device number to ensure that the RCiEP devices associated with the RCEC are linked when the RCEC is enumerated. Fixes: 507b460f8144 ("PCI/ERR: Add pcie_link_rcec() to associate RCiEPs") Reported-and-tested-by: Wen Jin Reviewe

[PATCH 1/1] selftests/mincore: Allow read-ahead pages to reach the end of the file

2025-03-11 Thread Qiuxu Zhuo
ck_file_mmap" test case. Reported-by: Yi Lai Signed-off-by: Qiuxu Zhuo --- tools/testing/selftests/mincore/mincore_selftest.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/testing/selftests/mincore/mincore_selftest.c b/tools/testing/selftests/mincore/mincore_selfte

[tip:ras/core] x86/mce: Use BIT_ULL(x) for bit mask definitions

2018-09-27 Thread tip-bot for Qiuxu Zhuo
Commit-ID: 93ac57540e9129004b569beee54e50b3519b0b07 Gitweb: https://git.kernel.org/tip/93ac57540e9129004b569beee54e50b3519b0b07 Author: Qiuxu Zhuo AuthorDate: Mon, 24 Sep 2018 17:01:27 -0700 Committer: Borislav Petkov CommitDate: Thu, 27 Sep 2018 16:06:37 +0200 x86/mce: Use BIT_ULL(x

[tip:ras/core] x86/mce: Add macros for the corrected error count bit field

2018-09-27 Thread tip-bot for Qiuxu Zhuo
Commit-ID: e5276b1ffa97e3883802f40a5e3a167fe1cb1d20 Gitweb: https://git.kernel.org/tip/e5276b1ffa97e3883802f40a5e3a167fe1cb1d20 Author: Qiuxu Zhuo AuthorDate: Mon, 24 Sep 2018 17:03:43 -0700 Committer: Borislav Petkov CommitDate: Thu, 27 Sep 2018 16:08:18 +0200 x86/mce: Add macros for