423 Commits

Author SHA1 Message Date
openharmony_ci 2f85a471be !462 merge qemu-arm64-linux-min-adapt into master
内核defconfig修复:禁用QEMU不支持的安全特性和MTE

Created-by: chenjinxiang3
Commit-by: chenjinxiang3
Merged-by: openharmony_ci
Description: ## Summary
https://gitcode.com/openharmony/vendor_ohemu/issues/83

## Test plan
- [ ] Code review passed
- [ ] Build verification passed

See merge request: openharmony/kernel_linux_config!462
2026-06-02 11:18:43 +08:00
chenjinxiang3 0cac1ebf7a 内核defconfig修复:禁用QEMU不支持的安全特性和MTE
qemu-arm-linux_standard_defconfig修改:
- 禁用:CONFIG_KSM、CONFIG_SECURITY、CONFIG_SECURITY_SELINUX、CONFIG_FS_VERITY、CONFIG_SECURITY_CODE_SIGN、CONFIG_SECURITY_XPM、CONFIG_ARM64_MTE
- 启用:CONFIG_SECURITYFS、CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR、CONFIG_DEFAULT_SECURITY_DAC
QEMU虚拟平台不需要SELinux、代码签名、XPM等安全特性,禁用后避免内核编译依赖缺失;MTE因QEMU不支持需禁用;DEFAULT_SECURITY_DAC作为禁用SELinux后的替代安全模型

Co-Authored-By: Agent
Signed-off-by: chenjinxiang3 <chenjinxiang3@huawei.com>
Change-Id: I8ad3bf6aa6b32f9201b4429f7f519eef53fab1d0
2026-06-01 16:58:24 +08:00
openharmony_ci ce3e4dbc44 !454 merge dev into master
添加 qemu-arm-linux 标准 defconfig 配置

Created-by: handyohos
Commit-by: handyohos
Merged-by: openharmony_ci
Description: #131

## 概述

为 qemu-arm-linux 平台添加标准内核配置文件。

## 修改内容

- 新增 `linux-6.6/arch/arm/configs/qemu-arm-linux_standard_defconfig`
- 新增 `linux-6.6/arch/arm64/configs/qemu-arm-linux_standard_defconfig`

这些配置文件用于 qemu-arm-linux 平台的标准内核构建。


See merge request: openharmony/kernel_linux_config!454
2026-05-19 12:14:04 +08:00
handyohos cba2b35407 添加 qemu-arm-linux 标准 defconfig 配置
新增 linux-6.6/arch/arm 和 arm64 的 qemu-arm-linux_standard_defconfig 配置文件,
用于 qemu-arm-linux 平台的标准内核构建。

Co-Authored-By: Agent
Signed-off-by: handyohos <zhangxiaotian@huawei.com>
Change-Id: I60d90bf60e77492584caf1e4d61a5c65d3d66a10
2026-05-15 11:48:57 +08:00
openharmony_ci ff709efbc9 !437 merge master into master
添加ov13855配置

Created-by: CT15259579270
Commit-by: chentao
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)
https://gitcode.com/openharmony/kernel_linux_patches/issues/159


### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/kernel_linux_config!437
OpenHarmony-v6.1-Release OpenHarmony-v7.0-Beta1
2025-12-08 20:46:42 +08:00
chentao 9ade58e198 support beiqicloud's ov13855 camera module for rk3568
Signed-off-by: chentao <chentao@beiqicloud.com>
2025-11-24 19:45:19 +08:00
openharmony_ci 677a631ef0 !432 merge master into master
Revert "revert: 回退 chentao 的 rk3568:use rga3"

Created-by: CT15259579270
Commit-by: chentao
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)
https://gitcode.com/openharmony/kernel_linux_config/issues/125

### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表
https://gitcode.com/openharmony/security_selinux_adapter/pull/7059
https://gitcode.com/openharmony/kernel_linux_patches/pull/547
https://gitcode.com/openharmony/device_soc_rockchip/pull/418
  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/kernel_linux_config!432
2025-10-11 00:06:54 +08:00
chentao 8afd67dea5 Revert "revert: 回退 chentao 的 rk3568:use rga3"
This reverts commit 71d86c909b.

Signed-off-by: chentao <chentao@beiqicloud.com>
2025-09-16 11:16:32 +08:00
openharmony_ci 7be344a7b7 !430 revert: 回退 chentao 的 rk3568:use rga3
Merge pull request !430 from 陈涛/master
2025-09-11 10:26:17 +00:00
chentao 71d86c909b revert: 回退 chentao 的 rk3568:use rga3
Signed-off-by: chentao <chentao@beiqicloud.com>
2025-09-09 14:28:59 +08:00
openharmony_ci 1c90faee99 !426 rk3568:use rga3
Merge pull request !426 from 陈涛/master
2025-08-27 10:40:29 +00:00
chentao 0b65da1e57 未配置config改成统一格式
Signed-off-by: chentao <chentao@beiqicloud.com>
2025-08-27 15:56:56 +08:00
chentao e2fc45e4c4 rk3568:use rga3
Change-Id: I6d6fbf6c38e29c68e1882dc3473bfbf8f4d2dcb7
Signed-off-by: chentao <chentao@beiqicloud.com>
2025-08-26 20:19:09 +08:00
openharmony_ci d90bfb4180 !421 update linux-6.6/rk3568/arch/arm64_defconfig
Merge pull request !421 from zyf1116/master
OpenHarmony-v6.0-Beta1
2025-04-29 13:41:35 +00:00
zyf1116 2ee7604cae Close CONFIG_DMA_BOUNCE_UNALIGNED_KMALLOC
issue:#IC3FA1

Signed-off-by: zyf1116 <zhouyongfei3@huawei.com>
2025-04-28 14:25:02 +08:00
openharmony_ci 2207405230 !411 打开CONFIG_CHR_DEV_SG配置-支持非标外设SCSI
Merge pull request !411 from Gao Rui/scsi
2025-02-12 07:03:13 +00:00
limabiao 7aaaa7afee 支持/dev/sg*设备文件显示
Signed-off-by: limabiao <limabiao1@h-partners.com>
Change-Id: I2b281e851763d4fd76718fbc027149ee671136d1
2025-02-06 10:09:59 +08:00
openharmony_ci 3db9a45edc !410 临时打开内核温度计配置
Merge pull request !410 from Gao Rui/serial
2025-01-23 02:24:56 +00:00
gengshaobo 69be2e0afc 临时打开内核温度计配置
Signed-off-by: gengshaobo <gengshaobo1@h-partners.com>
Change-Id: I71abd0e96aa5a2dadcdafe4ef852c875d60c329b
2025-01-16 11:05:35 +08:00
openharmony_ci 7a3ae45f02 !406 打开CONFIG_IO_URING开关
Merge pull request !406 from 钟柠/1028
2025-01-07 12:52:16 +00:00
openharmony_ci 0546d2cb9f !399 Add Loongarch qemu support
Merge pull request !399 from Wu Xiaotian/pr1
2024-11-13 09:50:57 +00:00
zhongning5 f61fabab7c 打开CONFIG_IO_URING开关
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2024-10-28 14:39:36 +08:00
openharmony_ci 121afc98c6 !403 add kernel-6.6 pstore and blackbox
Merge pull request !403 from yong_hai/master
2024-10-25 11:01:42 +00:00
openharmony_ci 0f11ca7999 !404 关闭CONFIG_HYPERHOLD_FILE_LRU内核宏
Merge pull request !404 from b班的Mark/master
2024-10-17 06:18:06 +00:00
zgq c1d561dc1c close CONFIG_HYPERHOLD_FILE_LRU
Signed-off-by: minjie.yu <minjie.yu@unionman.com.cn>
2024-10-16 14:51:44 +08:00
wang_yonghai bbb9dedd82 add kernel-6.6 pstore and blackbox
Signed-off-by: wang_yonghai <wang_yonghai@runkaihong.com.cn>
2024-09-18 19:23:06 +08:00
Xiaotian Wu 37c56ad5fd [LoongArch] add qemu config
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
2024-08-14 09:54:36 +08:00
openharmony_ci 955d633aa6 !390 mac kernel_linux_config
Merge pull request !390 from ligongshao/master
2024-08-05 03:52:38 +00:00
ligongshao 178a302f51 add mac support
Signed-off-by: ligongshao <flamingsword1953@163.com>
Change-Id: If8f0106bd18f3cf32b6fd19723c4c8810fb6db04
2024-07-27 21:30:37 +08:00
openharmony_ci 904cbab5ff !385 增加Linux-6.6内核版本config分层
Merge pull request !385 from AlgoIdeas/master
OpenHarmony-v5.0.2-Release OpenHarmony-v5.0.1-Release OpenHarmony-v5.0.0-Release
2024-07-03 08:39:58 +00:00
openharmony_ci b4d29b2959 !386 fix OAT.xml ignore linux-6.6 config files
Merge pull request !386 from AlgoIdeas/master
2024-07-03 04:47:19 +00:00
minjie.yu 4f234f499d fix: OAT.xml ignore linux-6.6 config files
Signed-off-by: minjie.yu <minjie.yu@unionman.com.cn>
2024-07-03 11:35:09 +08:00
minjie.yu 7c77663510 feat:增加linux-6.6内核config分层
Signed-off-by: minjie.yu <minjie.yu@unionman.com.cn>
2024-07-02 08:56:42 +08:00
openharmony_ci 746407ae60 !384 优化rk3568 5.10内核启动时间
Merge pull request !384 from zhenhai.xu/optimize-kernel-config
2024-06-28 09:27:52 +00:00
openharmony_ci 2d830467ac !383 新增系统VPN功能开启内核选项
Merge pull request !383 from XXH/release
2024-06-26 06:28:51 +00:00
xiaohui.xie 240516373a delete not set annotation 2024-06-26 11:57:40 +08:00
xuzhenhai 9b22d30501 优化内核启动速度
Change-Id: Ibfed951c1415d513bfe9499885f65bebab7d0acd
2024-06-26 10:02:17 +08:00
xiaohui.xie f3a2729e98 update vpn config 2024-06-19 15:29:51 +08:00
xiaohui.xie 05d2b8815e modify for ipsec vpn 2024-06-17 21:08:54 +08:00
openharmony_ci 73bb32b31b !380 网络共享支持IPV6访问网络
Merge pull request !380 from Aurora/ipv6_share_zs
OpenHarmony-v5.0-Beta1
2024-04-08 07:46:17 +00:00
liuxiyao223 92991a4774 网络共享支持IPV6访问网络
Signed-off-by: liuxiyao223 <liuxiyao223@huawei.com>
2024-04-02 10:54:43 +08:00
openharmony_ci 4feb26aaed !372 【RK3568共建需求合入】USB RNDIS用户态host驱动--新增CONFIG_DRIVERS_HDF_USB_NET_ADAPTER
Merge pull request !372 from ludao518/rndis_host
2024-03-07 09:23:59 +00:00
openharmony_ci 9f12b9d88a !377 【需求】appspawn 支持pids管理app
Merge pull request !377 from 钟柠/pid_croup
2024-02-22 09:49:10 +00:00
zhongning5@huawei.com 8f61100d72 open cgroup of pids
Signed-off-by: zhongning5 <zhongning5@huawei.com>
2024-02-22 14:05:58 +08:00
archermind 9b32b2a10f 修改CONFIG_DRIVERS_HDF_USB_NET_ADAPTER位置
Signed-off-by: archermind <xing.cheng@archermind.com>
2024-02-21 17:14:27 +08:00
archermind 4b3800b824 CONFIG_DRIVERS_HDF_USB_NET_ADAPTER打开
Signed-off-by: archermind <xing.cheng@archermind.com>
2024-01-26 12:04:12 +08:00
openharmony_ci 6bc420dc5a !369 kernel_linux_config: add riscv64 support
Merge pull request !369 from PolyOS Project/master
OpenHarmony-v4.1.4-Release OpenHarmony-v4.1.3-Release OpenHarmony-v4.1.2-Release OpenHarmony-v4.1-Release OpenHarmony-v4.1.1-Release
2024-01-23 07:24:58 +00:00
Polyos Project (陈荣) 174a6dee3b add riscv64 standard defconfig for qemu
Signed-off-by: Polyos Project <polyos@iscas.ac.cn>
2024-01-18 08:48:43 +08:00
openharmony_ci 80c0248094 !370 增加TEE TZDRIVER的配置
Merge pull request !370 from suwanghw/master
master-v weekly_20240115-v
2024-01-02 07:59:01 +00:00
suwanghw 68ef3fbedd add config for TEEOS
Signed-off-by: suwanghw <wangsu14@huawei.com>
2023-12-29 11:24:15 +08:00