Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
description of repo status
Open Source
>
Other
>
Operation System
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
458
Star
1.7K
Fork
1.9K
GVP
openEuler
/
kernel
Closed
Code
Issues
1271
Pull Requests
991
Wiki
Insights
Pipelines
Service
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Update failed. Please try again later!
Remove this flag
Content Risk Flag
This task is identified by
as the content contains sensitive information such as code security bugs, privacy leaks, etc., so it is only accessible to contributors of this repository.
[OLK 6.6] [XFS] xfs问题修复补丁合入
Done
#I8LHTR
Bug
Long Li
Opened this issue
2023-12-04 11:11
**【标题描述】xfs问题修复补丁合入OLK6.6** **一、缺陷信息** | patch | 问题描述 | |---|---| | xfs: abort intent items when recovery intents fail | xfs日志恢复阶段,恢复intent item时, 如果出现错误时, 会出现hung task或者memory leak | | xfs: factor out xfs_defer_pending_abort | 同上 | | xfs: fix the problem of mount failure caused by not refreshing mp->m_sb | 在xfs_growfs + fsstress + fault injection测试场景下, 扩容相关日志恢复出现异常, 导致块号超出范围报警告 | | xfs: fix mounting failed caused by sequencing problem in the log records | 在xfs_growfs + fsstress + fault injection测试场景下, 扩容相关日志恢复出现异常, 导致块号超出范围报警告 | | xfs: keep growfs sb log item active until ail flush success | 在xfs_growfs + fsstress + fault injection测试场景下, 扩容相关日志恢复出现异常, 导致块号超出范围报警告 | | xfs: fix dir3 block read verify fail during log recover | 在xfs_growfs + fsstress + fault injection测试场景下, 扩容相关日志恢复出现异常, 出现inode号超出文件系统范围问题 | | xfs: fix a UAF when inode item push | 故障注入场景下, xfs_inode_item_push中出现inode item访问UAF问题 | | xfs: fix a UAF in xfs_iflush_abort_clean | 故障注入场景下, xfs_iflush_abort_clean中出现uaf问题 | | xfs: don't verify agf length when log recovery | 连续扩容场景下, xfs_agf_verify中报数据损坏 | | xfs: xfs_trans_cancel() path must check for log shutdown | 故障注入场景下, 文件系统报:XFS: Assertion failed: xlog_is_shutdown(lip->li_log), file: fs/xfs/xfs_inode_item.c, line: 748 | | xfs: atomic drop extent entries when inactiving attr | 故障注入场景下, 删除inode attr时报XFS (pmem0): Metadata corruption detected at xfs_da3_node_read_verify+0x53/0x220, xfs_da3_node block 0x78| | xfs: factor out __xfs_da3_node_read() | 同上 | | xfs: force shutdown xfs when xfs_attr_inactive fails | 故障注入场景下, 报告:XFS: Assertion failed: ip->i_nblocks == 0, file: fs/xfs/xfs_inode.c, line: 2277 | | xfs: fix dead loop when do mount with IO fault injection | 故障注入场景下, 卸载文件系统时umount线程卡死问题 | | xfs: fix hung when transaction commit fail in xfs_inactive_ifree | 故障注入场景下, 卸载文件系统时umount线程卡死问题 | | xfs: fix warning in xfs_vm_writepages() | 文件系统测试过程中出现: WARNING: CPU: 3 PID: 8425 at fs/xfs/xfs_aops.c:509 xfs_vm_writepages+0x184/0x1c0 | **内核信息:** 在Linux 5.10测试发现的缺陷, 在Linux 6.6同样存在且可复现. **缺陷归属组件:** xfs **缺陷归属的版本:** **缺陷简述:** **【环境信息】** 硬件信息 x86 **【问题复现步骤】**,请描述具体的操作步骤 见补丁commit message **【实际结果】**,请描述出问题的结果和影响 见补丁commit message **【其他相关附件信息】** 见补丁commit message **缺陷详情参考链接:** **缺陷分析指导链接:** https:xxx
**【标题描述】xfs问题修复补丁合入OLK6.6** **一、缺陷信息** | patch | 问题描述 | |---|---| | xfs: abort intent items when recovery intents fail | xfs日志恢复阶段,恢复intent item时, 如果出现错误时, 会出现hung task或者memory leak | | xfs: factor out xfs_defer_pending_abort | 同上 | | xfs: fix the problem of mount failure caused by not refreshing mp->m_sb | 在xfs_growfs + fsstress + fault injection测试场景下, 扩容相关日志恢复出现异常, 导致块号超出范围报警告 | | xfs: fix mounting failed caused by sequencing problem in the log records | 在xfs_growfs + fsstress + fault injection测试场景下, 扩容相关日志恢复出现异常, 导致块号超出范围报警告 | | xfs: keep growfs sb log item active until ail flush success | 在xfs_growfs + fsstress + fault injection测试场景下, 扩容相关日志恢复出现异常, 导致块号超出范围报警告 | | xfs: fix dir3 block read verify fail during log recover | 在xfs_growfs + fsstress + fault injection测试场景下, 扩容相关日志恢复出现异常, 出现inode号超出文件系统范围问题 | | xfs: fix a UAF when inode item push | 故障注入场景下, xfs_inode_item_push中出现inode item访问UAF问题 | | xfs: fix a UAF in xfs_iflush_abort_clean | 故障注入场景下, xfs_iflush_abort_clean中出现uaf问题 | | xfs: don't verify agf length when log recovery | 连续扩容场景下, xfs_agf_verify中报数据损坏 | | xfs: xfs_trans_cancel() path must check for log shutdown | 故障注入场景下, 文件系统报:XFS: Assertion failed: xlog_is_shutdown(lip->li_log), file: fs/xfs/xfs_inode_item.c, line: 748 | | xfs: atomic drop extent entries when inactiving attr | 故障注入场景下, 删除inode attr时报XFS (pmem0): Metadata corruption detected at xfs_da3_node_read_verify+0x53/0x220, xfs_da3_node block 0x78| | xfs: factor out __xfs_da3_node_read() | 同上 | | xfs: force shutdown xfs when xfs_attr_inactive fails | 故障注入场景下, 报告:XFS: Assertion failed: ip->i_nblocks == 0, file: fs/xfs/xfs_inode.c, line: 2277 | | xfs: fix dead loop when do mount with IO fault injection | 故障注入场景下, 卸载文件系统时umount线程卡死问题 | | xfs: fix hung when transaction commit fail in xfs_inactive_ifree | 故障注入场景下, 卸载文件系统时umount线程卡死问题 | | xfs: fix warning in xfs_vm_writepages() | 文件系统测试过程中出现: WARNING: CPU: 3 PID: 8425 at fs/xfs/xfs_aops.c:509 xfs_vm_writepages+0x184/0x1c0 | **内核信息:** 在Linux 5.10测试发现的缺陷, 在Linux 6.6同样存在且可复现. **缺陷归属组件:** xfs **缺陷归属的版本:** **缺陷简述:** **【环境信息】** 硬件信息 x86 **【问题复现步骤】**,请描述具体的操作步骤 见补丁commit message **【实际结果】**,请描述出问题的结果和影响 见补丁commit message **【其他相关附件信息】** 见补丁commit message **缺陷详情参考链接:** **缺陷分析指导链接:** https:xxx
Comments (
11
)
Sign in
to comment
Status
Done
Backlog
已挂起
Fixing
Confirmed
Done
Accepted
Canceled
Assignees
Not set
Labels
sig/Kernel
Not set
Projects
Unprojected
Unprojected
Pull Requests
None yet
None yet
Successfully merging a pull request will close this issue.
Branches
No related branch
Branches (
-
)
Tags (
-
)
Planed to start   -   Planed to end
-
Top level
Not Top
Top Level: High
Top Level: Medium
Top Level: Low
Priority
Not specified
Serious
Main
Secondary
Unimportant
Duration
(hours)
参与者(2)
C
1
https://gitee.com/openeuler/kernel.git
git@gitee.com:openeuler/kernel.git
openeuler
kernel
kernel
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register