All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] irqbalance: upgrade 1.6.0 -> 1.7.0
@ 2021-03-08  8:19 Xu, Yanfei
  2021-03-10  3:36 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Xu, Yanfei @ 2021-03-08  8:19 UTC (permalink / raw)
  To: meta-virtualization

From: Yanfei Xu <yanfei.xu@windriver.com>

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>
---
 recipes-extended/irqbalance/irqbalance_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-extended/irqbalance/irqbalance_git.bb b/recipes-extended/irqbalance/irqbalance_git.bb
index 7755e8ea..1a96c169 100644
--- a/recipes-extended/irqbalance/irqbalance_git.bb
+++ b/recipes-extended/irqbalance/irqbalance_git.bb
@@ -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 \
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-10  3:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-08  8:19 [meta-virtualization][PATCH] irqbalance: upgrade 1.6.0 -> 1.7.0 Xu, Yanfei
2021-03-10  3:36 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.