登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
9
Star
2
Fork
106
src-openEuler
/
grub2
代码
Issues
4
Pull Requests
4
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
例行回合上游社区补丁
已完成
#ICTHLF
任务
peulerosci
创建于
2025-08-18 16:26
<p></p><table ><tr><td colSpan="1" rowSpan="1">软件包</td><td colSpan="1" rowSpan="1">CommitId</td><td colSpan="1" rowSpan="1">描述</td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">7161e2437dda654c69b930edb2fd18bbfe5c1f05</td><td colSpan="1" rowSpan="1">commands/file: Fix NULL dereference in the knetbsd tests<br/> <br/>The pointer returned by grub_elf_file() is not checked to verify it isnot NULL before use. A NULL pointer may be returned when the given filedoes not have a valid ELF header.<br/> <br/>Fixes: https://savannah.gnu.org/bugs/?61960<br/> <br/>Signed-off-by: Glenn Washburn<br/>Signed-off-by: Lukas Fink<br/>Reviewed-by: Ross Philipson<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">f2a1f66e721d2231c3f7d80733c33cd808f0155d</td><td colSpan="1" rowSpan="1">kern/i386/tsc_pmtimer: The GRUB menu gets stuck due to failed calibration<br/> <br/>The grub_divmod64() may return 0 but grub_tsc_calibrate_from_pmtimer()still returns 1 saying calibration succeeded. Of course it is not true.So, return 0 when grub_divmod64() returns 0. This way other calibrationfunctions can be called subsequently.<br/> <br/>Signed-off-by: Duan Yayong<br/>Signed-off-by: Li Yongqiang<br/>Signed-off-by: Sun Ming<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">f0a08324d0f923527ba611887a3780c1f2cb1578</td><td colSpan="1" rowSpan="1">term/ns8250-spcr: Return if redirection is disabled<br/> <br/>The Microsoft spec for SPCR says The base address of the Serial Portregister set described using the ACPI Generic Address Structure, or0 if console redirection is disabled. So, return early if redirectionis disabled (base address = 0). If this check is not done we may getinvalid ports on machines with redirection disabled and boot may hangwhen reading the grub.cfg file.<br/> <br/>Signed-off-by: Benjamin Herrenschmidt<br/>Reviewed-by: Leo Sandoval<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">531750f7bfc475332b2046dd516bab582ba7decf</td><td colSpan="1" rowSpan="1">This patch is used to fix GRUB menu gets stuck in server AC poweron/poweroff stress test of x86_64, which is reproduced with 1/200 ratio.<br/> <br/>Fixes: https://savannah.gnu.org/bugs/?66257<br/> <br/>Signed-off-by: Duan Yayong <duanyayong@bytedance.com><br/>Signed-off-by: Li Yongqiang <liyongqiang@huaqin.com><br/>Signed-off-by: Sun Ming <simon.sun@huaqin.com><br/>Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com></td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">187338f1ac5e6f2a567f0799e5f291c48771d335</td><td colSpan="1" rowSpan="1">script/execute: Don't let trailing blank lines determine the return code<br/> <br/>The grub_script_execute_sourcecode() parses and executes code one lineat a time, updating the return code each time because only the last linedetermines the final status. However, trailing new lines were alsoexecuted, masking any failure on the previous line. Fix this by onlytrying to execute the command when there is actually one present.<br/> <br/>This has presumably never been noticed because this code is not used byregular functions, only in special cases like eval and menu entries. Thelatter generally don't return at all, having booted an OS. When failingto boot, upstream GRUB triggers the fallback mechanism regardless of thereturn code.<br/> <br/>We noticed the problem while using Red Hat's patches, which change thisbehaviour to take account of the return code. In that case, a failuretakes you back to the menu rather than triggering a fallback.<br/> <br/>Signed-off-by: James Le Cuirot<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">ee27f07a650d13f66ba7b867de3b39ddeb3631ec</td><td colSpan="1" rowSpan="1">kern/partition: Unbreak support for nested partitions<br/> <br/>When using syntax hd0,gtp3,dfly1 then ptr points to trailing part, ,dfly1.So, it's improper to consider it as an invalid partition.<br/> <br/>Signed-off-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">aae2ea619e0f09c353fd6929910f925c92a412c0</td><td colSpan="1" rowSpan="1">fs/ntfs: Fix NULL pointer dereference and possible infinite loop<br/> <br/>A regression was introduced recently as a part of the series offilesystem related patches to address some CVEs found in GRUB.<br/> <br/>This issue may cause either an infinite loop at startup whenaccessing certain valid NTFS filesystems, or may cause a crashdue to a NULL pointer dereference on systems where NULL addressis invalid (such as may happen when calling grub-mount fromthe operating system level).<br/> <br/>Correct this issue by checking that at->attr_cur is within boundsinside find_attr().<br/> <br/>Fixes: https://savannah.gnu.org/bugs/?66855<br/>Fixes: aff263187 (fs/ntfs: Fix out-of-bounds read)<br/> <br/>Signed-off-by: B Horn<br/>Signed-off-by: Andrew Hamilton<br/>Reviewed-by: Daniel Kiper<br/>Reviewed-by: Vladimir Serbinenko </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">b66c6f9182fce873d906bc9871c649af38e35b53</td><td colSpan="1" rowSpan="1">fs/zfs: Fix a number of memory leaks in ZFS code<br/> <br/>Without this fix the GRUB failed to boot linux with out of memory aftertrying to run a search --fs-uuid... on a system that has 7 ZFS poolsacross about 80 drives.<br/> <br/>Signed-off-by: Stuart Hayes<br/>Reviewed-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">3b25e494d47e7a728e7ce6264b10f2aa1063f9c7</td><td colSpan="1" rowSpan="1">net/drivers/ieee1275/ofnet: Add missing grub_malloc()<br/> <br/>The grub_malloc() has been inadvertently removed from the code after ithas been modified to use safe math functions.<br/> <br/>Fixes: 4beeff8a (net: Use safe math macros to prevent overflows)<br/> <br/>Signed-off-by: Nicolas Frayer<br/>Tested-by: Marta Lewandowska<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">81146fb6238f5202fada90f0da49ba3580b944c2</td><td colSpan="1" rowSpan="1">loader/i386/linux: Fix resource leak<br/> <br/>In grub_cmd_initrd(), initrd_ctx is allocated before callinggrub_relocator_alloc_chunk_align(). When that function fails,initrd_ctx should be freed before exiting grub_cmd_initrd().<br/> <br/>Fixes: CID 473852<br/> <br/>Signed-off-by: Lidong Chen<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">f3f1fcecdce5e8d7099befc3d2c3ae25eb7cc954</td><td colSpan="1" rowSpan="1">disk/ldm: Fix memory leaks<br/> <br/>Fix memory leaks in make_vg() with new helper functions, free_pv()and free_lv(). Additionally, correct a check after allocatingcomp->segments->nodes that mistakenly checked lv->segments->nodesinstead, likely due to a copy-paste error.<br/> <br/>Fixes: CID 473878<br/>Fixes: CID 473884<br/>Fixes: CID 473889<br/>Fixes: CID 473890<br/> <br/>Signed-off-by: Lidong Chen<br/>Reviewed-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">f94d257e8c983e6c3f4a7f5ce8a45f5cd7299f04</td><td colSpan="1" rowSpan="1">fs/btrfs: Fix memory leaks<br/> <br/>Fix memory leaks in grub_btrfs_extent_read() and grub_btrfs_dir().<br/> <br/>Fixes: CID 473842<br/>Fixes: CID 473871<br/> <br/>Signed-off-by: Lidong Chen<br/>Reviewed-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">1d005944754b7298b6df3debddb6abae22745265</td><td colSpan="1" rowSpan="1">lib/reloacator: Fix memory leaks<br/> <br/>Fix memory leaks in grub_relocator_alloc_chunk_align().<br/> <br/>Fixes: CID 473844<br/>Signed-off-by: Lidong Chen<br/>Reviewed-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr></table><p></p> **二、缺陷分析结构反馈** 影响性分析说明: 缺陷严重等级:(Critical/High/Moderate/Low) 缺陷根因说明: 受影响版本排查(受影响/不受影响): openEuler-20.03-LTS-SP4 openEuler-22.03-LTS-SP3 openEuler-22.03-LTS-SP4 openEuler-24.03-LTS openEuler-24.03-LTS-SP1 openEuler-24.03-LTS-SP2 修复是否涉及abi变化(是/否): openEuler-20.03-LTS-SP4 openEuler-22.03-LTS-SP3 openEuler-22.03-LTS-SP4 openEuler-24.03-LTS openEuler-24.03-LTS-SP1 openEuler-24.03-LTS-SP2
<p></p><table ><tr><td colSpan="1" rowSpan="1">软件包</td><td colSpan="1" rowSpan="1">CommitId</td><td colSpan="1" rowSpan="1">描述</td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">7161e2437dda654c69b930edb2fd18bbfe5c1f05</td><td colSpan="1" rowSpan="1">commands/file: Fix NULL dereference in the knetbsd tests<br/> <br/>The pointer returned by grub_elf_file() is not checked to verify it isnot NULL before use. A NULL pointer may be returned when the given filedoes not have a valid ELF header.<br/> <br/>Fixes: https://savannah.gnu.org/bugs/?61960<br/> <br/>Signed-off-by: Glenn Washburn<br/>Signed-off-by: Lukas Fink<br/>Reviewed-by: Ross Philipson<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">f2a1f66e721d2231c3f7d80733c33cd808f0155d</td><td colSpan="1" rowSpan="1">kern/i386/tsc_pmtimer: The GRUB menu gets stuck due to failed calibration<br/> <br/>The grub_divmod64() may return 0 but grub_tsc_calibrate_from_pmtimer()still returns 1 saying calibration succeeded. Of course it is not true.So, return 0 when grub_divmod64() returns 0. This way other calibrationfunctions can be called subsequently.<br/> <br/>Signed-off-by: Duan Yayong<br/>Signed-off-by: Li Yongqiang<br/>Signed-off-by: Sun Ming<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">f0a08324d0f923527ba611887a3780c1f2cb1578</td><td colSpan="1" rowSpan="1">term/ns8250-spcr: Return if redirection is disabled<br/> <br/>The Microsoft spec for SPCR says The base address of the Serial Portregister set described using the ACPI Generic Address Structure, or0 if console redirection is disabled. So, return early if redirectionis disabled (base address = 0). If this check is not done we may getinvalid ports on machines with redirection disabled and boot may hangwhen reading the grub.cfg file.<br/> <br/>Signed-off-by: Benjamin Herrenschmidt<br/>Reviewed-by: Leo Sandoval<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">531750f7bfc475332b2046dd516bab582ba7decf</td><td colSpan="1" rowSpan="1">This patch is used to fix GRUB menu gets stuck in server AC poweron/poweroff stress test of x86_64, which is reproduced with 1/200 ratio.<br/> <br/>Fixes: https://savannah.gnu.org/bugs/?66257<br/> <br/>Signed-off-by: Duan Yayong <duanyayong@bytedance.com><br/>Signed-off-by: Li Yongqiang <liyongqiang@huaqin.com><br/>Signed-off-by: Sun Ming <simon.sun@huaqin.com><br/>Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com></td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">187338f1ac5e6f2a567f0799e5f291c48771d335</td><td colSpan="1" rowSpan="1">script/execute: Don't let trailing blank lines determine the return code<br/> <br/>The grub_script_execute_sourcecode() parses and executes code one lineat a time, updating the return code each time because only the last linedetermines the final status. However, trailing new lines were alsoexecuted, masking any failure on the previous line. Fix this by onlytrying to execute the command when there is actually one present.<br/> <br/>This has presumably never been noticed because this code is not used byregular functions, only in special cases like eval and menu entries. Thelatter generally don't return at all, having booted an OS. When failingto boot, upstream GRUB triggers the fallback mechanism regardless of thereturn code.<br/> <br/>We noticed the problem while using Red Hat's patches, which change thisbehaviour to take account of the return code. In that case, a failuretakes you back to the menu rather than triggering a fallback.<br/> <br/>Signed-off-by: James Le Cuirot<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">ee27f07a650d13f66ba7b867de3b39ddeb3631ec</td><td colSpan="1" rowSpan="1">kern/partition: Unbreak support for nested partitions<br/> <br/>When using syntax hd0,gtp3,dfly1 then ptr points to trailing part, ,dfly1.So, it's improper to consider it as an invalid partition.<br/> <br/>Signed-off-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">aae2ea619e0f09c353fd6929910f925c92a412c0</td><td colSpan="1" rowSpan="1">fs/ntfs: Fix NULL pointer dereference and possible infinite loop<br/> <br/>A regression was introduced recently as a part of the series offilesystem related patches to address some CVEs found in GRUB.<br/> <br/>This issue may cause either an infinite loop at startup whenaccessing certain valid NTFS filesystems, or may cause a crashdue to a NULL pointer dereference on systems where NULL addressis invalid (such as may happen when calling grub-mount fromthe operating system level).<br/> <br/>Correct this issue by checking that at->attr_cur is within boundsinside find_attr().<br/> <br/>Fixes: https://savannah.gnu.org/bugs/?66855<br/>Fixes: aff263187 (fs/ntfs: Fix out-of-bounds read)<br/> <br/>Signed-off-by: B Horn<br/>Signed-off-by: Andrew Hamilton<br/>Reviewed-by: Daniel Kiper<br/>Reviewed-by: Vladimir Serbinenko </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">b66c6f9182fce873d906bc9871c649af38e35b53</td><td colSpan="1" rowSpan="1">fs/zfs: Fix a number of memory leaks in ZFS code<br/> <br/>Without this fix the GRUB failed to boot linux with out of memory aftertrying to run a search --fs-uuid... on a system that has 7 ZFS poolsacross about 80 drives.<br/> <br/>Signed-off-by: Stuart Hayes<br/>Reviewed-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">3b25e494d47e7a728e7ce6264b10f2aa1063f9c7</td><td colSpan="1" rowSpan="1">net/drivers/ieee1275/ofnet: Add missing grub_malloc()<br/> <br/>The grub_malloc() has been inadvertently removed from the code after ithas been modified to use safe math functions.<br/> <br/>Fixes: 4beeff8a (net: Use safe math macros to prevent overflows)<br/> <br/>Signed-off-by: Nicolas Frayer<br/>Tested-by: Marta Lewandowska<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">81146fb6238f5202fada90f0da49ba3580b944c2</td><td colSpan="1" rowSpan="1">loader/i386/linux: Fix resource leak<br/> <br/>In grub_cmd_initrd(), initrd_ctx is allocated before callinggrub_relocator_alloc_chunk_align(). When that function fails,initrd_ctx should be freed before exiting grub_cmd_initrd().<br/> <br/>Fixes: CID 473852<br/> <br/>Signed-off-by: Lidong Chen<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">f3f1fcecdce5e8d7099befc3d2c3ae25eb7cc954</td><td colSpan="1" rowSpan="1">disk/ldm: Fix memory leaks<br/> <br/>Fix memory leaks in make_vg() with new helper functions, free_pv()and free_lv(). Additionally, correct a check after allocatingcomp->segments->nodes that mistakenly checked lv->segments->nodesinstead, likely due to a copy-paste error.<br/> <br/>Fixes: CID 473878<br/>Fixes: CID 473884<br/>Fixes: CID 473889<br/>Fixes: CID 473890<br/> <br/>Signed-off-by: Lidong Chen<br/>Reviewed-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">f94d257e8c983e6c3f4a7f5ce8a45f5cd7299f04</td><td colSpan="1" rowSpan="1">fs/btrfs: Fix memory leaks<br/> <br/>Fix memory leaks in grub_btrfs_extent_read() and grub_btrfs_dir().<br/> <br/>Fixes: CID 473842<br/>Fixes: CID 473871<br/> <br/>Signed-off-by: Lidong Chen<br/>Reviewed-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr><tr><td colSpan="1" rowSpan="1">openEuler:grub2</td><td colSpan="1" rowSpan="1">1d005944754b7298b6df3debddb6abae22745265</td><td colSpan="1" rowSpan="1">lib/reloacator: Fix memory leaks<br/> <br/>Fix memory leaks in grub_relocator_alloc_chunk_align().<br/> <br/>Fixes: CID 473844<br/>Signed-off-by: Lidong Chen<br/>Reviewed-by: Vladimir Serbinenko<br/>Reviewed-by: Daniel Kiper </td></tr></table><p></p> **二、缺陷分析结构反馈** 影响性分析说明: 缺陷严重等级:(Critical/High/Moderate/Low) 缺陷根因说明: 受影响版本排查(受影响/不受影响): openEuler-20.03-LTS-SP4 openEuler-22.03-LTS-SP3 openEuler-22.03-LTS-SP4 openEuler-24.03-LTS openEuler-24.03-LTS-SP1 openEuler-24.03-LTS-SP2 修复是否涉及abi变化(是/否): openEuler-20.03-LTS-SP4 openEuler-22.03-LTS-SP3 openEuler-22.03-LTS-SP4 openEuler-24.03-LTS openEuler-24.03-LTS-SP1 openEuler-24.03-LTS-SP2
评论 (
3
)
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已拒绝
负责人
未设置
t.feng
t_feng
负责人
协作者
+负责人
+协作者
标签
sig/sig-OS-Builder
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (30)
标签 (41)
master
sync-pr542-master-01-zhaoxin-support-to-openEuler-25.09
openEuler-24.03-LTS
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP1
openEuler-24.03-LTS-Next
openEuler-25.09
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS-SP3
openEuler-20.03-LTS-SP4
openEuler-22.03-LTS-SP4
openEuler-25.03
openEuler-24.09
openEuler-22.03-LTS-Next
openEuler-20.03-LTS-SP1
openEuler-22.03-LTS
openEuler-22.03-LTS-SP2
openEuler-20.03-LTS-SP3
openEuler-23.09
openEuler-23.03
openEuler-22.03-LTS-LoongArch
openEuler-22.09
openEuler-20.03-LTS-SP2
openEuler-20.03-LTS-Next
openEuler-21.09
openEuler-20.03-LTS
openEuler-21.03
openEuler-20.09
openEuler1.0
openEuler1.0-base
openEuler-25.09-release
openEuler-24.03-LTS-update-20250627
openEuler-24.03-LTS-SP2-release
openEuler-24.03-LTS-update-20250425
openEuler-22.03-LTS-SP3-update-20250425
openEuler-24.03-LTS-SP1-update-20250425
openEuler-24.03-LTS-SP1-update-20250428
openEuler-22.03-LTS-SP4-update-20250425
openEuler-20.03-LTS-SP4-update-20250425
openEuler-25.03-release
openEuler-22.03-LTS-SP3-update-20250307
openEuler-22.03-LTS-SP4-update-20250307
openEuler-24.03-LTS-update-20250228
openEuler-24.03-LTS-SP1-update-20250228
openEuler-20.03-LTS-SP4-update-20250228
openEuler-24.03-LTS-SP1-release
openEuler-24.03-LTS-update-20241227
openEuler-22.03-LTS-SP1-update-20241227
openEuler-22.03-LTS-SP3-update-20241227
openEuler-22.03-LTS-SP4-update-20241227
openEuler-24.03-LTS-update-20241108
openEuler-22.03-LTS-SP4-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-22.03-LTS-SP3-release
openEuler-23.09-rc5
openEuler-22.03-LTS-SP1-release
openEuler-22.09-release
openEuler-22.09-rc5
openEuler-22.09-20220829
openEuler-22.03-LTS-20220331
openEuler-22.03-LTS-round5
openEuler-22.03-LTS-round3
openEuler-22.03-LTS-round2
openEuler-22.03-LTS-round1
openEuler-20.03-LTS-SP3-release
openEuler-20.03-LTS-SP2-20210624
openEuler-21.03-20210330
openEuler-20.09-20200929
openEuler-20.03-LTS-20200606
openEuler-20.03-LTS-tag
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/grub2.git
git@gitee.com:src-openeuler/grub2.git
src-openeuler
grub2
grub2
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册