Re: [PATCH v13 5/5] arm64: introduce copy_mc_to_kernel() implementation

2025-02-13 Thread Tong Tiangen
在 2025/2/13 1:18, Catalin Marinas 写道: On Mon, Dec 09, 2024 at 10:42:57AM +0800, Tong Tiangen wrote: The copy_mc_to_kernel() helper is memory copy implementation that handles source exceptions. It can be used in memory copy scenarios that tolerate hardware memory errors(e.g: pmem_read/dax_copy

Re: [PATCH v13 5/5] arm64: introduce copy_mc_to_kernel() implementation

2025-02-12 Thread Catalin Marinas
On Mon, Dec 09, 2024 at 10:42:57AM +0800, Tong Tiangen wrote: > The copy_mc_to_kernel() helper is memory copy implementation that handles > source exceptions. It can be used in memory copy scenarios that tolerate > hardware memory errors(e.g: pmem_read/dax_copy_to_iter). > > Currently, only x86 an

[PATCH v13 5/5] arm64: introduce copy_mc_to_kernel() implementation

2024-12-08 Thread Tong Tiangen
The copy_mc_to_kernel() helper is memory copy implementation that handles source exceptions. It can be used in memory copy scenarios that tolerate hardware memory errors(e.g: pmem_read/dax_copy_to_iter). Currently, only x86 and ppc support this helper, Add this for ARM64 as well, if ARCH_HAS_COPY_