diff --git a/sig/Cloud_Kernel_Sig/content/ReleaseNotes/5.10/5.10-019.y.md b/sig/Cloud_Kernel_Sig/content/ReleaseNotes/5.10/5.10-019.y.md index defa1967b0aa6b4fc71fed998fccf2c67d3190d9..deea9652a35417a34f81695bfdb0aa1f67a7c21e 100644 --- a/sig/Cloud_Kernel_Sig/content/ReleaseNotes/5.10/5.10-019.y.md +++ b/sig/Cloud_Kernel_Sig/content/ReleaseNotes/5.10/5.10-019.y.md @@ -289,4 +289,19 @@ ANCK 5.10-019 是 ANCK 5.10 的第 19 个大版本,基于 LTS 5.10.134 版本 ## 重要 Bug Fixes - virtio-blk passthrough 特性,默认隐藏了通用字符设备 -- 修复 SMC 模块中,特殊情况下 clc decline 请求无法发出的问题 \ No newline at end of file +- 修复 SMC 模块中,特殊情况下 clc decline 请求无法发出的问题 + +# 5.10-019.2 +发布时间: 2025-10-30 + +发布链接: +- [anolis8](https://anas.openanolis.cn/errata/detail/ANBA-2025:0773) + +## 重要 Bug Fixes +- 修复微码热升级时,在非 Zen2 架构上也去修复 Zenbleed 缺陷的问题.([PR#5192](https://gitee.com/anolis/cloud-kernel/pulls/5192)) +- 新增 swiotlb_any cmdline 参数,允许系统分配高地址(>2G)作为 bounce buffer 以满足机密计算场景的需求.([PR#5410](https://gitee.com/anolis/cloud-kernel/pulls/5410)) +- 修复 efi 启动 tdx vm 时,未在 efi stub 阶段正确 accept 内存的问题.([PR#5176](https://gitee.com/anolis/cloud-kernel/pulls/5176)) +- 修复 PCIe 二级总线重置后,下游设备可能在初始化完成之前被使用导致错误或设备离线的问题.([PR#5910](https://gitee.com/anolis/cloud-kernel/pulls/5910)) +- 修复 DWC_PMU 驱动部分问题,规避在硬件链路异常场景下, 倚天机型中内核启动失败问题.([PR#5784](https://gitee.com/anolis/cloud-kernel/pulls/5784)) +- 修复 Group Balancer 中潜在的宕机问题.([PR#5434](https://gitee.com/anolis/cloud-kernel/pulls/5434)、[PR#5512](https://gitee.com/anolis/cloud-kernel/pulls/5512)) +- 修复了特定情况下 virtio_net + vhost 非预期丢包的问题.([PR#5519](https://gitee.com/anolis/cloud-kernel/pulls/5519))