All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <mcgrof@suse.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Ian Campbell <ian.campbell@citrix.com>,
	Pry Mar <pryorm09@gmail.com>,
	cfergeau@redhat.com, xen-devel <xen-devel@lists.xenproject.org>,
	Samuel Thibault <samuel.thibault@ens-lyon.org>
Subject: Re: [PATCH 0/9] xen: build fixes with gcc5 and binutils 2.25.0
Date: Tue, 9 Feb 2016 17:09:47 +0100	[thread overview]
Message-ID: <20160209160947.GN25240@wotan.suse.de> (raw)
In-Reply-To: <56B9AC7D02000078000CFDE9@prv-mh.provo.novell.com>

On Tue, Feb 09, 2016 at 01:08:13AM -0700, Jan Beulich wrote:
> >>> On 06.02.16 at 02:48, <mcgrof@suse.com> wrote:
> > On Fri, Nov 20, 2015 at 9:47 AM, Luis R. Rodriguez
> > <mcgrof@do-not-panic.com> wrote:
> >> From: "Luis R. Rodriguez" <mcgrof@suse.com>
> >>
> >> Here's a slew of build fixes as well as build warning fixes
> >> required when using the latest build tools, at least gcc 5 and
> >> binutils 2.25.0.
> > 
> > One good reason for some folks to get discouraged to work with Xen:
> > 
> > Patches for fixes on builds last ages to get merged
> > 
> > In this case Mark Pryor <pryorm09@gmail.com> reported an issue and
> > offered a fix on October 8, 2015 [0]. That did not go in as Jan noted
> > it was probably not the right fix. Last year in November I provided
> > what I think is a proper replacement set which I think addressed Jan's
> > concerns.
> 
> A link to your submission instead of Mark's, which has been given
> feedback on, would have been more helpful.
> 
> > ***Four*** months later and Xen still does not compile with the latest
> > and greatest. I have to go digging out in my git basement somewhere
> > some fixes I last used to build Xen to try to test some new
> > features...
> > 
> > What's up folks? How can this process be made smoother, did I do
> > something wrong, what can I do to help better? What can you do to help
> > ensure these types of things don't fall through the cracks.
> 
> Patch 1 should have gone through SeaBIOS and then a backport
> should have been requested.

On the cover letter I explained I did the work to check upstream
and see if indeed what I'm doing is a backport and if not see
if I send it first upstream and then explain its a backport.
In cases where I found the change upstream I provide the
"Upstream sha1sum" at the top of the commit, which follows
the Linux stable backport practice given I saw no equivalent
practice on Xen backporting and figured this was important.

> Patch 2 should equally have gone
> through upstream qemu, and then a backport be requested. I
> won't continue for the other ones.

This one did not have a respective backport commit, instead
the new API was explicitly used via commit d321e1e5268:

commit d321e1e5268103af616ec4c623c6326c3f7c7bc7
Author: Daniel P. Berrange <berrange@redhat.com>
Date:   Mon Mar 2 17:23:31 2015 +0000

    crypto: introduce new module for handling TLS sessions

And then later qemu was changed to use the new interface
via commit 3e305e4a4752f:

commit 3e305e4a4752f70c0b5c3cf5b43ec957881714f7
Author: Daniel P. Berrange <berrange@redhat.com>
Date:   Thu Aug 6 14:39:32 2015 +0100

    ui: convert VNC server to use QCryptoTLSSession

So unless we embrace the new TLS module we can't directly
backport the upstream solution.

I have similar explanations on the patches / cover letter.
At times when I saw the upstream commit lacked a proper
commit log I actually went to lengths to explain actual
real impact of not applying the changes. This should
help people looking to cherry pick important things to
stable branches.

> 
> Neither (apart from 4 and 5, which do so indirectly, referencing
> something that isn't even a repo) indicates (in the title) what
> component it's against.

I did explain this on the cover letter but I could have done a better job by
splitting things. I could have CC'd more maintainers aas well.

> And nothing in the entire series seems to fall into my areas of
> responsibility, so I can't see why both the original series and
> this mail was addressed to me. 

OK.

> Please - don't complain about things not getting accepted if
> you don't even follow basic submission rules.

The realization that compilation is not working for some modern
tools, in particular for OpenSUSE factory for a long time without
it being addressed is a bit concerning.

  Luis

  reply	other threads:[~2016-02-09 16:09 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-20 17:47 [PATCH 0/9] xen: build fixes with gcc5 and binutils 2.25.0 Luis R. Rodriguez
2015-11-20 17:47 ` [PATCH 1/9] Revert "Use the extra stack for 16bit USB and PS2 keyboard/mouse commands." Luis R. Rodriguez
2015-11-20 17:47 ` [Cocci] [PATCH 2/9] Use gnutls_priority_set_direct() to deprecate gnutls_*_set() Luis R. Rodriguez
2015-11-20 17:47   ` Luis R. Rodriguez
2015-11-25 14:53   ` [Cocci] [Xen-devel] " Konrad Rzeszutek Wilk
2015-11-25 14:53     ` Konrad Rzeszutek Wilk
2015-11-25 19:36     ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2015-11-25 19:36       ` Luis R. Rodriguez
2015-11-25 20:44       ` [Cocci] " Konrad Rzeszutek Wilk
2015-11-25 20:44         ` Konrad Rzeszutek Wilk
2016-02-06  1:44         ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2016-02-06  1:44           ` Luis R. Rodriguez
2016-02-06  3:45           ` [Cocci] " Konrad Rzeszutek Wilk
2016-02-06  3:45             ` Konrad Rzeszutek Wilk
2016-02-06  4:03             ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2016-02-06  4:03               ` Luis R. Rodriguez
2016-02-06  4:12               ` [Cocci] [Xen-devel] " Konrad Rzeszutek Wilk
2016-02-06  4:12                 ` Konrad Rzeszutek Wilk
2016-02-06  4:36                 ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2016-02-06  4:36                   ` Luis R. Rodriguez
2016-02-06 20:18               ` [Cocci] [Xen-devel] " Doug Goldstein
2016-02-06 20:18                 ` Doug Goldstein
2016-02-09 10:54               ` Jan Beulich
2016-02-09 15:46                 ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2016-02-09 15:46                   ` Luis R. Rodriguez
2016-02-09 16:06                   ` Jan Beulich
2016-02-09 16:36             ` Olaf Hering
2016-02-09 16:42               ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2016-02-09 16:42                 ` Luis R. Rodriguez
2016-02-09 18:23                 ` Olaf Hering
2016-02-10  3:04                   ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2016-02-10  3:04                     ` Luis R. Rodriguez
2016-02-10  9:46                     ` Ian Campbell
2016-02-10 15:41                       ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2016-02-10 15:41                         ` Luis R. Rodriguez
2016-02-10 15:44                         ` Olaf Hering
2016-02-10 15:55                           ` [Cocci] [Xen-devel] " Luis R. Rodriguez
2016-02-10 15:55                             ` Luis R. Rodriguez
2015-11-20 17:47 ` [PATCH 3/9] hw/usb-net.c: fix state check Luis R. Rodriguez
2015-11-20 17:47 ` [PATCH 4/9] qemu-xen-dir: spice: remove spice-experimental.h include Luis R. Rodriguez
2015-11-20 17:47 ` [PATCH 5/9] qemu-xen-dir: virtio-rng: fix check for period_ms validity Luis R. Rodriguez
2015-11-20 17:47 ` [PATCH 6/9] mini-os: fix linker warning with app.lds Luis R. Rodriguez
2015-11-20 17:47 ` [PATCH 7/9] stubdom: fix unfound libgmp library issues Luis R. Rodriguez
2015-11-20 17:47 ` [PATCH 8/9] vtpm: fix vtpmblk.c compilation warning Luis R. Rodriguez
2015-11-20 17:47 ` [PATCH 9/9] vtpm: guard against redefining TPM_VENDOR_COMMAND Luis R. Rodriguez
2016-02-06  1:48 ` [PATCH 0/9] xen: build fixes with gcc5 and binutils 2.25.0 Luis R. Rodriguez
2016-02-06  3:52   ` Konrad Rzeszutek Wilk
2016-02-06  4:07     ` Luis R. Rodriguez
2016-02-06 20:22       ` Doug Goldstein
2016-02-07  5:34         ` Fengguang Wu
2016-02-08  9:58   ` Ian Campbell
2016-02-09 15:56     ` Luis R. Rodriguez
2016-02-09 16:26       ` Ian Campbell
2016-02-09 16:39         ` Luis R. Rodriguez
2016-02-10  9:34           ` Ian Campbell
2016-02-09  8:08   ` Jan Beulich
2016-02-09 16:09     ` Luis R. Rodriguez [this message]
2016-02-09 16:22       ` Ian Campbell
2016-02-09 16:30         ` Luis R. Rodriguez
2016-02-09 16:39           ` Ian Campbell
2016-02-09 16:53             ` Luis R. Rodriguez
2016-02-10  5:21               ` Luis R. Rodriguez
2016-02-10  9:38               ` Ian Campbell
2016-02-10  5:44             ` Luis R. Rodriguez
2016-02-10  9:47               ` Ian Campbell
2016-02-11  8:08           ` Olaf Hering
2016-02-10  0:24         ` Dario Faggioli

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=20160209160947.GN25240@wotan.suse.de \
    --to=mcgrof@suse.com \
    --cc=JBeulich@suse.com \
    --cc=cfergeau@redhat.com \
    --cc=ian.campbell@citrix.com \
    --cc=pryorm09@gmail.com \
    --cc=samuel.thibault@ens-lyon.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.