60 Commits

Author SHA1 Message Date
yangpan
89bfb3cfb6 backport community patches
(cherry picked from commit b1eee7cd727af08a02da40ee95b833ee94cdae26)
2024-05-07 16:17:54 +08:00
openeuler-ci-bot
15a7e8d762
!92 remove no existing irq in banned_irqs
From: @paulthomas100199 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2024-02-05 06:29:08 +00:00
liweigang
1c0ca5b002 remove no existing irq in banned_irqs
Signed-off-by: liweigang <liweiganga@uniontech.com>
2024-02-04 17:57:37 +08:00
openeuler-ci-bot
7a850d304b
!88 [sync] PR-87: fix activate_mapping bug
From: @openeuler-sync-bot 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2023-10-30 02:28:50 +00:00
volcanodragon
ef8824010d fix activate_mapping bug
(cherry picked from commit aa3cbff97fa1749029db426c3b43d00d80c1b1f7)
2023-10-30 09:59:55 +08:00
openeuler-ci-bot
d8447c23b4
!78 irqbalance: procinterrupts: Fix IRQ name parsing on certain arm64 SoC
From: @chinyu0704 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2022-12-09 02:57:24 +00:00
qinyu
46b5a2ed8f irqbalance: procinterrupts: Fix IRQ name parsing on certain arm64 SoC
procinterrupts: Fix IRQ name parsing on certain arm64 SoC

Signed-off-by: qinyu <qinyu32@huawei.com>
2022-12-09 10:30:11 +08:00
openeuler-ci-bot
5ba127f2c7
!74 bugfix:fix potential dead loop when parsing interrupts
From: @chinyu0704 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2022-07-12 10:57:19 +00:00
qinyu
b82a6c9b59 bugfix:fix potential dead loop when parsing interrupts
when parsing /proc/interrupts and if a chip name start with numbers,
current procedure would consider those  numbers as interrupt count thus
lead to miscount. Failed parsing would trigger new parsing and cause
dead loop which can't be stopped by SIGINT and SIGTERM. So fix this
by adding signal checks in loop.

Signed-off-by: qinyu <qinyu32@huawei.com>
2022-07-12 16:24:40 +08:00
openeuler-ci-bot
a3736222a9
!68 fix spec changelog date
From: @loong-C 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2022-06-13 03:39:14 +00:00
mylee
0e7ba8f442 fix spec changelog date 2022-05-09 11:41:20 +08:00
openeuler-ci-bot
dec878bcf9
!62 don't compile irqbalance-ui which is not delivered
From: @SuperSix173 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
2022-02-21 03:45:40 +00:00
Chao Liu
1bd31390f6 don't compile irqbalance-ui which is not delivered
Signed-off-by: Chao Liu <liuchao173@huawei.com>
2022-02-21 02:42:23 +00:00
openeuler-ci-bot
4cff4a1a3e
!59 remove --hintpolicy to avoid startup fails and useless file irqbalance.rules
Merge pull request !59 from SuperSix173/openEuler-21.09
2022-01-15 12:10:59 +00:00
Liu Chao
de300db271 remove --hintpolicy to avoid startup fails and useless file
irqbalance.rules

Signed-off-by: Liu Chao <liuchao173@huawei.com>
2022-01-15 18:14:48 +08:00
openeuler-ci-bot
cb375a608e !57 remove feature patches
From: @SuperSix173
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-11-11 04:00:08 +00:00
SuperSix173
1122bf0dd7 remove feature patches 2021-11-11 11:45:54 +08:00
openeuler-ci-bot
fa35afff41 !56 set hint->name in add_new_irq to aviod segmentation fault
From: @SuperSix173
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-11-01 06:34:29 +00:00
SuperSix173
12449eb036 set hint->name in add_new_irq to avoid segmentation fault 2021-11-01 12:03:37 +08:00
openeuler-ci-bot
7b895bf99e !47 fix unsignedinteger subtraction sign overflow
From: @SuperSix173
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-08-27 02:15:50 +00:00
SuperSix173
ab291be5db fix unsignedinteger subtraction sign overflow 2021-08-25 10:53:18 +08:00
openeuler-ci-bot
be3266ba8e !45 fix opendir fails in check_platform_device
From: @SuperSix173
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-08-24 07:35:27 +00:00
SuperSix173
ab60ca9847 fix opendir fails in check_platform_device 2021-08-24 15:00:47 +08:00
openeuler-ci-bot
87289d9740 !35 upgrade to v1.8.0
From: @SuperSix173
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-04-17 17:30:11 +08:00
SuperSix173
86bf46daa9 upgrade to v1.8.0 2021-04-17 17:21:35 +00:00
openeuler-ci-bot
6e1e0a24e6 !34 backport patches
From: @SuperSix173
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-04-09 15:20:14 +08:00
SuperSix173
c65a85a98c backport patches 2021-04-09 14:58:29 +08:00
openeuler-ci-bot
9852dc1539 !32 remove PIDFile in irqbalance.service and add IRQBALANCE_BANNED_INTERRUPTS in irqbalance.sysconfig
From: @SuperSix173
Reviewed-by: @wangbin224
Signed-off-by: @wangbin224
2021-03-02 17:19:34 +08:00
SuperSix173
b40c2dd6fd remove PIDFile in irqbalance.service and add IRQBALANCE_BANNED_INTERRUPTS in irqbalance.sysconfig
Don't set the PIDFile. It isn't necessary because systemd can work it out.
2021-03-02 16:24:21 +08:00
openeuler-ci-bot
61303394d0 !31 Support IRQBALANCE_BANNED_CPULIST env variable
From: @yeyunfeng-dev
Reviewed-by: @SuperSix173
Signed-off-by: @SuperSix173
2021-01-05 19:07:26 +08:00
Yunfeng Ye
4745d1cb0a Support IRQBALANCE_BANNED_CPULIST env variable
The env variable IRQBALANCE_BANNED_CPUS will be discarded,
so backport to support IRQBALANCE_BANNED_CPULIST instead.

Signed-off-by: Yunfeng Ye <yeyunfeng@huawei.com>
2021-01-05 17:34:24 +08:00
openeuler-ci-bot
edf694bd80 !17 config yaml for patch tracking
From: @gameoverboss
Reviewed-by: @SuperSix173
Signed-off-by: @SuperSix173
2020-10-30 16:15:47 +08:00
gameoverboss
c2d85f01e2 config yaml for patch tracking 2020-10-30 16:08:56 +08:00
openeuler-ci-bot
7037c7ec7e !16 #I1T1T7 fixup SOURCE0 url
From: @luocheng382548
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
2020-10-12 21:24:59 +08:00
luochunsheng
eec8f42491 fixup SOURCE0 url 2020-09-10 21:19:36 +08:00
openeuler-ci-bot
6340bc73b2 !14 Rebase to v1.7.0
Merge pull request !14 from SuperSix173/master
2020-08-17 14:15:45 +08:00
root
3a0401770d rebase to v1.7.0 2020-08-14 14:28:45 +08:00
openeuler-ci-bot
21f3bf06a4 !13 【轻量级 PR】:add evolution strategy
Merge pull request !13 from softkiller/N/A
2020-07-06 22:02:01 +08:00
softkiller
ba187a4730 add evolution strategy 2020-07-06 11:08:44 +08:00
openeuler-ci-bot
21aef43a2f !12 rebase to v1.6.0
Merge pull request !12 from SuperSix/master
2020-07-03 19:30:09 +08:00
root
322199ddcd rebase to v1.6.0 2020-07-03 17:09:39 +08:00
openeuler-ci-bot
42e14132c6 !11 add irqbalance.yaml
Merge pull request !11 from SuperSix/master
2020-07-01 16:35:03 +08:00
SuperSix173
795e3173a2 add irqbalance.yaml 2020-07-01 15:18:11 +08:00
openeuler-ci-bot
347b690935 !10 refactor patches
Merge pull request !10 from SuperSix/master
2020-03-24 11:31:15 +08:00
liuchao173
da193a5c7f refactor patches 2020-03-24 11:44:22 +08:00
openeuler-ci-bot
638b879189 !9 fix no fPIC error
Merge pull request !9 from sugarfillet/master
2020-03-24 00:42:06 +08:00
sugarfillet
4479c5691d fix no fPIC error 2020-03-24 00:23:48 +08:00
openeuler-ci-bot
8ee6643925 !5 fix rpmbuild error on x86_64 architecture
Merge pull request !5 from HukunaMatata/master
2020-03-21 20:27:07 +08:00
wuxu_wu
a975a4b2f1 fix rpmbuild error on x86_64 architecture. 2020-03-21 18:27:09 +08:00
openeuler-ci-bot
6fc209a523 !4 synchronize patches
Merge pull request !4 from SuperSix/master
2020-03-12 09:27:25 +08:00