2023-07-11 Meeting Minutes Notes
日期
Jul 11, 2023
参与者
@Jonathan Cameron
@Lorenzo Pieralisi
@Salil Mehta
@Tongtiangeng.@huawei.com
@Tanxiaofei@huawei.com
@shammer kolothum
@Shiju Jose
@Joyce Qi
目标
ARM64 RAS enhancement
ARM64 support Machine Check safe memory copy(ARCH_HAS_COPY_MC)
Handle synchronous exceptions with proper si_code
Batched TLB flush support on ARM64
Meeting Slides :
LOD meeting Recording: Video Conferencing, Web Conferencing, Webinars, Screen Sharing
Password: pOg*1?M2
讨论主题
时间 | 条目 | 演讲者 | 说明 |
---|---|---|---|
|
|
| |
行动项
ARM64 RAS enhancement
ARM64 support Machine Check safe memory copy(ARCH_HAS_COPY_MC)
The requirement mainly from the storage case, hardware errors happens mainly during the memory copy between the kernel and user space. The feature mainly handle the memory error of user tasks and kill the task rather than panic the kernel.
Will continue the reviewing on the mailing list,James will help follow.
Handle synchronous exceptions with proper si_code
The use case is in firmware first handling, the APEI handling of this is not ensured to success. This feature will send a correct signal in the abnormal case of APEI handling to avoid hanging task. Will continue the reviewing on the mailing list, James will help follow this reviewing process.
Batched TLB flush support on ARM64
Since already discussed on the mailing list, just a brief introduction to the feature. James will help follow this process on the mailing list.