mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
irqbalance: upgrade 1.6.0 -> 1.7.0
Miscellaneous bug fix release, consisting of: Strlen checking for IRQBALANCE_BANNED_CPU env var Typo cleanup in SOCKET_TMPFS consolidation of numa node creation on non-numa systems fix uninitialized use of package_mask in affinity setup use num_online_cpus instead of core_count fix a null ptr crash in do_one_cpu make list searching common from glib fix a calloc parameter bug remove some unused variables use g_list_free_full remove redundant call to free_cl_opts fix some resource leaks in main() fix some use after free issues in check_for_irq_ban fix resource leaks in irqballance-ui, and in add_one_node Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e7a6b73133
commit
69c9ed9a1d
|
@ -4,10 +4,10 @@
|
|||
|
||||
require irqbalance.inc
|
||||
|
||||
# commit tagged as version 1.6.0
|
||||
# commit tagged as version 1.7.0
|
||||
#
|
||||
SRCREV = "b47eea84cbb93f533b0cba2f1aaf9ca4da8706b9"
|
||||
PV = "1.6.0"
|
||||
SRCREV = "641edc6f5d56f1b3eb8be0fa8a8e9b6a22e53218"
|
||||
PV = "1.7.0"
|
||||
|
||||
SRC_URI = "git://github.com/Irqbalance/irqbalance \
|
||||
file://add-initscript.patch \
|
||||
|
|
Loading…
Reference in New Issue
Block a user