39 Commits

Author SHA1 Message Date
openeuler-ci-bot
d6b2f08d9f
!86 [sync] PR-84: 确保SYSTEM_PROFILES_DIR目录存在(#IBVZW8)
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2025-03-25 03:42:00 +00:00
liuxinhao
4c72b8c16c ensure SYSTEM_PROFILES_DIR exists(#IBVZW8)
(cherry picked from commit d9dee384dd134214356cc2b6a54b5cead160057e)
2025-03-25 11:39:53 +08:00
openeuler-ci-bot
de0b4ce009
!80 [sync] PR-79: profiles: add spark-omni
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2025-03-19 11:00:25 +00:00
Lemmy Huang
1772d5da93 profiles: add spark-omni
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 86bad903578453b7678089ad64813d2ef07b5c14)
2025-03-19 18:58:52 +08:00
openeuler-ci-bot
64620871b2
!66 [sync] PR-65: 升级软件版本至2.24.1 - Fix CVE-2024-52336, CVE-2024-52337
From: @openeuler-sync-bot 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2024-12-02 03:32:38 +00:00
ZhaoYu Jiang
41dad37e14 升级软件版本至2.24.1 - Fix CVE-2024-52336, CVE-2024-52337
(cherry picked from commit a6591b265bafd76d7763a0c8327f5cb2894b31fd)
2024-12-02 10:53:25 +08:00
openeuler-ci-bot
09385a23d0
!61 [sync] PR-60: expand variables in Plugin._verify_all_device_commands
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2024-09-20 02:30:24 +00:00
dufuhang
f431964b7b fix: expand variables in Plugin._verify_all_device_commands
Need to expand variables before calling the @command function. This is
actually done for _execute_all[_non]_device_commands and
_verify_all_non_device_commands, but not in _verify_all_device_commands.
This adds the missing expansion.

(cherry picked from commit 225f47f83f5c21c88dd06c74b1493b14eced4968)
2024-09-20 09:41:16 +08:00
openeuler-ci-bot
51b399ad6c
!58 [sync] PR-57: check_positive函数中的if语句和raise语句有冲突
From: @openeuler-sync-bot 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2024-09-19 07:54:20 +00:00
dufuhang
3abad467c4 check_positive has some contradictions
1. 在`check_positive()`函数的raise语句中,错误信息与if条件冲突。
2. 如果`val`的值为 0,它会通过if条件,但会抛出错误信息,提示`[0 has to be >= 0]`。
3. 该PR移除了raise语句中的`=`,因此当`val`为0时,会正确提示`val`的值`[has to be > 0]`。

(cherry picked from commit 66dea7cbb83f724a40d5995a0e5de4ea6566d235)
2024-09-19 15:45:48 +08:00
openeuler-ci-bot
f8048d81bc
!55 [sync] PR-54: profiles: drop sched_ tuning where appropriate
From: @openeuler-sync-bot 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2024-04-12 07:12:16 +00:00
SuperSix173
344ad82b31 profiles: drop sched_ tuning where appropriate
Signed-off-by: SuperSix173 <liuchao173@huawei.com>
(cherry picked from commit 119b489a213d48d143010a4f8708769e031c8fca)
2024-04-12 14:07:22 +08:00
openeuler-ci-bot
ecf61a6769
!53 downgrade to 2.20.0 to match the 24.03 LTS's minimum set of core packages
From: @SuperSix173 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2024-02-27 15:26:52 +00:00
SuperSix173
ae534e0df1 downgrade to 2.20.0 to match the 24.03 LTS's minimum set of core packages
Signed-off-by: SuperSix173 <liuchao173@huawei.com>
2024-02-27 19:50:01 +08:00
openeuler-ci-bot
1276bf4c08
!52 upgrade to 2.21.0
From: @SuperSix173 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2024-01-27 01:47:25 +00:00
SuperSix173
e048415015 upgrade to 2.21.0
Signed-off-by: SuperSix173 <liuchao173@huawei.com>
2024-01-26 18:37:04 +08:00
openeuler-ci-bot
e4f085b9fc
!46 tuned: add application plugin and process monitor for app-sensor profile
From: @hubin95 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-07-26 06:28:38 +00:00
Bin Hu
c7cead3f2f tuned: add application plugin and process monitor for app-sensor profile
Signed-off-by: Bin Hu <hubin73@huawei.com>
2023-07-26 11:47:59 +08:00
openeuler-ci-bot
6c854b5c9a
!39 fix 'is_active' does not work
From: @lilinjie-one 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-03-09 01:13:49 +00:00
openeuler-ci-bot
fd2615a9c0
!38 修正tuned软件包编译过程中的warning
From: @caojingbo 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-03-09 01:11:57 +00:00
lilinjie
b8a3518f06 fix 'is_active' does not work 2023-03-07 13:45:22 +08:00
Cao Jingbo
b4db45de35 1. Fix obsolete warning
2. Fix files list twice warning

Signed-off-by: Cao Jingbo <caojb@chinatelecom.cn>
2023-01-30 09:17:58 +08:00
openeuler-ci-bot
9a3f5427d3
!34 修改脏页开始回写的默认百分比
From: @barbo 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-12-26 01:58:47 +00:00
hongrongxuan
734a42cd20 change the default percentage when dirty data starts writeback 2022-12-26 09:41:07 +08:00
openeuler-ci-bot
a9b10beb6e
!31 backport some patches to compatible with version 2.10
From: @liqingqing_1229 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2022-11-08 13:59:14 +00:00
liqingqing_1229
1dc340184a backport some patches to compatible with version 2.10 2022-11-08 21:45:17 +08:00
openeuler-ci-bot
ee9eceb97c
!28 upgrade to 2.19.0
From: @liqingqing_1229 
Reviewed-by: @yang_yanchao 
Signed-off-by: @yang_yanchao
2022-10-15 09:24:00 +00:00
liqingqing_1229
af84ab97be upgrade to 2.19.0 2022-10-15 17:11:53 +08:00
openeuler-ci-bot
dc7ce08c87
!12 【轻量级PR】修正changelog中的错误日期
From: @konglidong 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2022-06-20 01:08:58 +00:00
konglidong
1e8c7cc9c7 modify bad date in changelog 2022-06-16 11:07:05 +08:00
openeuler-ci-bot
5a6496bb77 !11 tuned delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2021-08-12 07:30:40 +00:00
chenyanpanHW
7d62a7266a
delete -Sgit from %autosetup, and delete BuildRequires git 2021-07-30 23:38:56 +08:00
openeuler-ci-bot
331915be17 !7 powertop2tuned work with PowerTOP 2.13 and newer
From: @xinghe_1
Reviewed-by: @SuperSix173
Signed-off-by: @SuperSix173
2021-03-05 15:09:22 +08:00
liudabo
5f6728a584 powertop2tuned: work with PowerTOP 2.13 and newer 2021-03-05 14:53:52 +08:00
openeuler-ci-bot
3b0e94457f !4 cpu Update checking if EPB is supported
From: @xinghe_1
Reviewed-by: @SuperSix173
Signed-off-by: @SuperSix173
2020-09-22 11:30:00 +08:00
jinzhimin369
7c7e3b33aa cpu Update checking if EPB is supported 2020-09-18 10:55:09 +08:00
openeuler-ci-bot
6a740cd019 !1 add yaml file in package
Merge pull request !1 from gaoch_100/master
2020-06-23 19:15:31 +08:00
gaochao_100
318bbe5cd2 add yaml file in package 2020-06-11 15:40:18 +08:00
overweight
22b1b3f790 Package init 2019-09-30 11:18:51 -04:00