已开启
修复 SP4 共享内存 attach/detach IPC 请求名称 #14
yangqi创建于  16 天前
yangqi
16 天前 创建

问题描述

SP4 分支中 IpcCallShmAttach 和 IpcCallShmDetach 未将接口入参写入 IPC request 的 name_ 字段,导致服务端无法获得目标共享内存名称。同时,现有 ubsmem_shmem_attach 和 ubsmem_shmem_detach 接口未在公共头文件中声明。

修改范围

  • 目标分支:openEuler-24.03-LTS-SP4
  • 版本变化:1.0.1-2 -> 1.0.1-3
  • 源码归档 commit:12e1e6a07572c5571f8b6a5c09e6767e6d3f52a6
  • 新增 RPM patch,设置 attach/detach request 的 name_ 字段
  • 在 ubs_mem.h 中声明 attach/detach API

验证

  • RPM %prep 使用 --fuzz=0 成功应用补丁
  • rpmspec 解析成功
  • clang-format 检查通过
  • git diff --check 通过

源码仓 Issue:无单独 Issue,本修复以 SP4 制品补丁交付。

likedislike
openeuler-ci-botopeneuler-ci-bot成员
16 天前 将 hlinbo、shw030915、Gao_Victor、qmyyxtl、caowaterman、yangqi12138 设为负责人
openeuler-ci-botopeneuler-ci-bot成员
16 天前 添加了label:sig/sig-UB-ServiceCore
openeuler-ci-bot
openeuler-ci-bot成员
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 .

likedislike
Yyangqi
16 天前 关联了pull request:fix: correct shared memory attach and detach requests