All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: "Xu, Yanfei" <yanfei.xu@windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] irqbalance: upgrade 1.6.0 -> 1.7.0
Date: Tue, 9 Mar 2021 22:36:45 -0500	[thread overview]
Message-ID: <20210310033644.GC15907@gmail.com> (raw)
In-Reply-To: <20210308081915.504129-1-yanfei.xu@windriver.com>

merged.

Bruce

In message: [meta-virtualization][PATCH] irqbalance: upgrade 1.6.0 -> 1.7.0
on 08/03/2021 Xu, Yanfei wrote:

> 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
> 

> 
> 
> 


      reply	other threads:[~2021-03-10  3:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210310033644.GC15907@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=yanfei.xu@windriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.