mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-19 08:18:13 -04:00
!223 merge master into master
安全函数库不合理依赖整改
Created-by: ymw1997
Commit-by: ymw1997
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)
### 二、建议测试周期和提测地址
建议测试完成时间: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_build!223
This commit is contained in:
+5
-2
@@ -9,12 +9,13 @@
|
||||
"scripts": {},
|
||||
"dirs": {},
|
||||
"segment": {
|
||||
"destPath": "kernel/linux/linux-5.10"
|
||||
"destPath": "kernel/linux/build"
|
||||
},
|
||||
"component": {
|
||||
"name": "linux",
|
||||
"subsystem": "kernel",
|
||||
"syscap": [
|
||||
"SystemCapability.Resourceschedule.QoS.Core"
|
||||
],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
@@ -23,7 +24,9 @@
|
||||
"rom": "64MB",
|
||||
"ram": "900MB",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"components": [
|
||||
"bounds_checking_function"
|
||||
],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
|
||||
+2
-1
@@ -20,10 +20,11 @@ if (is_standard_system) {
|
||||
if (is_standard_system) {
|
||||
module_output_path = "linux-linux/"
|
||||
linuxkerneltest_public_deps = [
|
||||
"//third_party/bounds_checking_function:libsec_shared",
|
||||
"//third_party/googletest:gtest_main",
|
||||
]
|
||||
|
||||
external_deps = [ "bounds_checking_function:libsec_shared" ]
|
||||
|
||||
ohos_unittest("accesstokenid_test") {
|
||||
module_out_path = module_output_path
|
||||
sources = [ "unittest/accesstokenid/accesstokenid_test.cpp" ]
|
||||
|
||||
@@ -24,9 +24,9 @@ ohos_fuzztest("AddThreadToRtgFuzzTest") {
|
||||
include_dirs = [
|
||||
"//foundation/multimedia/image_framework/mock/native/include/log",
|
||||
"//foundation/resourceschedule/frame_aware_sched/common/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
|
||||
external_deps = [ "bounds_checking_function:libsec_shared" ]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -24,9 +24,9 @@ ohos_fuzztest("BeginFrameFreqFuzzTest") {
|
||||
include_dirs = [
|
||||
"//foundation/multimedia/image_framework/mock/native/include/log",
|
||||
"//foundation/resourceschedule/frame_aware_sched/common/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
|
||||
external_deps = [ "bounds_checking_function:libsec_shared" ]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -24,9 +24,9 @@ ohos_fuzztest("EndFrameFreqFuzzTest") {
|
||||
include_dirs = [
|
||||
"//foundation/multimedia/image_framework/mock/native/include/log",
|
||||
"//foundation/resourceschedule/frame_aware_sched/common/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
|
||||
external_deps = [ "bounds_checking_function:libsec_shared" ]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -23,9 +23,9 @@ ohos_fuzztest("EndSceneFuzzTest") {
|
||||
include_dirs = [
|
||||
"//foundation/multimedia/image_framework/mock/native/include/log",
|
||||
"//foundation/resourceschedule/frame_aware_sched/common/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
|
||||
external_deps = [ "bounds_checking_function:libsec_shared" ]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -24,9 +24,9 @@ ohos_fuzztest("SearchRtgForTidFuzzTest") {
|
||||
include_dirs = [
|
||||
"//foundation/multimedia/image_framework/mock/native/include/log",
|
||||
"//foundation/resourceschedule/frame_aware_sched/common/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
|
||||
external_deps = [ "bounds_checking_function:libsec_shared" ]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
@@ -23,9 +23,9 @@ ohos_fuzztest("SetMarginFuzzTest") {
|
||||
include_dirs = [
|
||||
"//foundation/multimedia/image_framework/mock/native/include/log",
|
||||
"//foundation/resourceschedule/frame_aware_sched/common/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
|
||||
external_deps = [ "bounds_checking_function:libsec_shared" ]
|
||||
|
||||
cflags = [
|
||||
"-g",
|
||||
|
||||
Reference in New Issue
Block a user