All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Beulich <jbeulich@suse.com>
To: "Edwin Török" <edvin.torok@citrix.com>
Cc: "Edwin Török" <edwin.torok@cloud.com>,
	"Christian Lindig" <christian.lindig@citrix.com>,
	"David Scott" <dave@recoil.org>, "Wei Liu" <wl@xen.org>,
	"Anthony PERARD" <anthony.perard@citrix.com>,
	xen-devel@lists.xenproject.org
Subject: Re: [PATCH] xenctrl_stubs.c: fix NULL dereference
Date: Thu, 3 Aug 2023 12:15:26 +0200	[thread overview]
Message-ID: <99d89bce-42ff-f6e5-090b-3b9f8e130e66@suse.com> (raw)
In-Reply-To: <3b6374c44ae7e4afce427a9ea852d8d1ebbb42b3.1689236671.git.edwin.torok@cloud.com>

On 13.07.2023 10:30, Edwin Török wrote:
> --- a/tools/ocaml/libs/xc/xenctrl_stubs.c
> +++ b/tools/ocaml/libs/xc/xenctrl_stubs.c
> @@ -832,7 +832,7 @@ CAMLprim value physinfo_arch_caps(const xc_physinfo_t *info)
>  
>  	tag = 1; /* tag x86 */
>  
> -	arch_obj = Tag_cons;
> +	arch_obj = Val_emptylist;
>  
>  #endif
>  

Since, aiui, this also affects 4.17, but the patch as is doesn't apply
there, could you please provide a suitable backport of what went onto
the master branch?

Thanks, Jan


  parent reply	other threads:[~2023-08-03 10:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-13  8:30 [PATCH] xenctrl_stubs.c: fix NULL dereference Edwin Török
2023-07-13  8:43 ` Christian Lindig
2023-08-03 10:15 ` Jan Beulich [this message]
2023-08-03 12:51   ` Andrew Cooper

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=99d89bce-42ff-f6e5-090b-3b9f8e130e66@suse.com \
    --to=jbeulich@suse.com \
    --cc=anthony.perard@citrix.com \
    --cc=christian.lindig@citrix.com \
    --cc=dave@recoil.org \
    --cc=edvin.torok@citrix.com \
    --cc=edwin.torok@cloud.com \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /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.