diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-25 14:18:03 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-06-04 08:43:10 -0400 |
commit | 9bacb690c1a8ddff2134eaaab3c69509a072746f (patch) | |
tree | 940caaef9a01cd0cd767e7d5c8daea3f4ea1005f /recipes-extended | |
parent | b71f6be77b1b00ac815aafbcd67c41173b5d406b (diff) | |
download | meta-virtualization-9bacb690c1a8ddff2134eaaab3c69509a072746f.tar.gz |
irqbalance: update to 1.8.0
Integrating the following commits:
bd5aaf5 Fix comma typo in ui.c
43751df drop NoNewPrivs from irqbalance service
066499a remove no existing irq in banned_irqs
ee6b3bd Fix compile issue with none AARCH64 builds
d17bcc9 Fix irqbalance cannot obtain the full name of irq
99ae256 Updating irqbalance to v1.8.0
47f0f26 Add return value check of opendir in do_one_cpu
518d81c Hotplug may occur again during sleep, so wait until there is no hotplug
fe0b99e ui: fix cpu/irq menu off by one
0cdc7a2 fix uint64_t printf format (use PRIu64)
31dea01 Also fetch node info for non-PCI devices
ef9bf64 Add hot pull method for irqbalance
6ae114f Add log for hotplug appropriately
0ba4a60 add irq hotplug feature for irqbalance
004c7ab Remove some unused constant macros in constants.h
c995237 Add a deprecation notice for IRQBALANCE_BANNED_CPUS
31c7d12 Add IRQBALANCE_BANNED_CPULIST to env file
6fe0329 log correctly for isolated and nohz_full cpus
04e5ce0 Update README.md
4019fe6 Add some examples for IRQBALANCE_BANNED_CPUS
b3f95be Adjust how we determine if a cpu is online
c8757c6 activate_mapping: activate only online CPUs
677b686 add env variable to ban cpus using cpulist syntax
f6fcd3e put arg parsing detail into parse_command_line()
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/irqbalance/irqbalance_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/irqbalance/irqbalance_git.bb b/recipes-extended/irqbalance/irqbalance_git.bb index 1a96c169..a9a93004 100644 --- a/recipes-extended/irqbalance/irqbalance_git.bb +++ b/recipes-extended/irqbalance/irqbalance_git.bb | |||
@@ -6,8 +6,8 @@ require irqbalance.inc | |||
6 | 6 | ||
7 | # commit tagged as version 1.7.0 | 7 | # commit tagged as version 1.7.0 |
8 | # | 8 | # |
9 | SRCREV = "641edc6f5d56f1b3eb8be0fa8a8e9b6a22e53218" | 9 | SRCREV = "bd5aaf5a8613c8eadfbf9f0908fd8260125aae28" |
10 | PV = "1.7.0" | 10 | PV = "1.8.0" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/Irqbalance/irqbalance \ | 12 | SRC_URI = "git://github.com/Irqbalance/irqbalance \ |
13 | file://add-initscript.patch \ | 13 | file://add-initscript.patch \ |