已开启
修复 SP4 共享内存 attach/detach IPC 请求名称 #14
yangqi创建于 16 天前
16 天前 将 hlinbo、shw030915、Gao_Victor、qmyyxtl、caowaterman、yangqi12138 设为负责人
16 天前 添加了label:sig/sig-UB-ServiceCore
openeuler-ci-bot
16 天前 评论:
16 天前 评论:
Welcome To openEuler Community
Hey @yangqi12138 , thanks for your contribution to the community.
Bot Usage Manual
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands. You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
Contact Guide
If you have any questions, please contact the SIG: sig-UB-ServiceCore ,
and any of the maintainers: @Gao_Victor, @caowaterman, @hlinbo, @qmyyxtl, @shw030915 ,
and any of the committers: @deepsleep_mem, @liu1103xwxw .


问题描述
SP4 分支中
IpcCallShmAttach和IpcCallShmDetach未将接口入参写入 IPC request 的name_字段,导致服务端无法获得目标共享内存名称。同时,现有ubsmem_shmem_attach和ubsmem_shmem_detach接口未在公共头文件中声明。修改范围
openEuler-24.03-LTS-SP41.0.1-2->1.0.1-312e1e6a07572c5571f8b6a5c09e6767e6d3f52a6name_字段ubs_mem.h中声明 attach/detach API验证
%prep使用--fuzz=0成功应用补丁rpmspec解析成功git diff --check通过源码仓 Issue:无单独 Issue,本修复以 SP4 制品补丁交付。