All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu: fix patch authorship
@ 2019-07-30  7:22 Bartosz Golaszewski
  2019-07-30  7:31 ` ✗ patchtest: failure for " Patchwork
  2019-08-12  7:01 ` [PATCH] " Bartosz Golaszewski
  0 siblings, 2 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2019-07-30  7:22 UTC (permalink / raw)
  To: Khem Raj, openembedded-core; +Cc: Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

I accidentally changed the patch author when backporting this from
upstream qemu. This commit restores the original author.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 ...4-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch b/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch
index 2feb567f1c..f7939b84bf 100644
--- a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch
+++ b/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch
@@ -1,5 +1,5 @@
 From 8104018ba4c66e568d2583a3a0ee940851ee7471 Mon Sep 17 00:00:00 2001
-From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
+From: Daniel P. Berrangé <berrange@redhat.com>
 Date: Tue, 23 Jul 2019 17:50:00 +0200
 Subject: [PATCH] linux-user: fix to handle variably sized SIOCGSTAMP with new
  kernels
-- 
2.21.0



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

* ✗ patchtest: failure for qemu: fix patch authorship
  2019-07-30  7:22 [PATCH] qemu: fix patch authorship Bartosz Golaszewski
@ 2019-07-30  7:31 ` Patchwork
  2019-08-12  7:01 ` [PATCH] " Bartosz Golaszewski
  1 sibling, 0 replies; 5+ messages in thread
From: Patchwork @ 2019-07-30  7:31 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: openembedded-core

== Series Details ==

Series: qemu: fix patch authorship
Revision: 1
URL   : https://patchwork.openembedded.org/series/18959/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at a62d60fc37)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH] qemu: fix patch authorship
  2019-07-30  7:22 [PATCH] qemu: fix patch authorship Bartosz Golaszewski
  2019-07-30  7:31 ` ✗ patchtest: failure for " Patchwork
@ 2019-08-12  7:01 ` Bartosz Golaszewski
  2019-08-12  8:51   ` Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: Bartosz Golaszewski @ 2019-08-12  7:01 UTC (permalink / raw)
  To: Khem Raj, openembedded-core; +Cc: Bartosz Golaszewski

wt., 30 lip 2019 o 09:22 Bartosz Golaszewski <brgl@bgdev.pl> napisał(a):
>
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> I accidentally changed the patch author when backporting this from
> upstream qemu. This commit restores the original author.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
>  ...4-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch b/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch
> index 2feb567f1c..f7939b84bf 100644
> --- a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch
> +++ b/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch
> @@ -1,5 +1,5 @@
>  From 8104018ba4c66e568d2583a3a0ee940851ee7471 Mon Sep 17 00:00:00 2001
> -From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> +From: Daniel P. Berrangé <berrange@redhat.com>
>  Date: Tue, 23 Jul 2019 17:50:00 +0200
>  Subject: [PATCH] linux-user: fix to handle variably sized SIOCGSTAMP with new
>   kernels
> --
> 2.21.0
>

Gentle ping.

Bart


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

* Re: [PATCH] qemu: fix patch authorship
  2019-08-12  7:01 ` [PATCH] " Bartosz Golaszewski
@ 2019-08-12  8:51   ` Richard Purdie
  2019-08-12  9:09     ` Bartosz Golaszewski
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2019-08-12  8:51 UTC (permalink / raw)
  To: Bartosz Golaszewski, Khem Raj, openembedded-core; +Cc: Bartosz Golaszewski

On Mon, 2019-08-12 at 09:01 +0200, Bartosz Golaszewski wrote:
> wt., 30 lip 2019 o 09:22 Bartosz Golaszewski <brgl@bgdev.pl>
> napisał(a):
> > From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > 
> > I accidentally changed the patch author when backporting this from
> > upstream qemu. This commit restores the original author.
> > 
> > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > ---
> >  ...4-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch |
> > 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-
> > to-handle-variably-sized-SIOCGSTAMP-w.patch b/meta/recipes-
> > devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-
> > SIOCGSTAMP-w.patch
> > index 2feb567f1c..f7939b84bf 100644
> > --- a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-
> > handle-variably-sized-SIOCGSTAMP-w.patch
> > +++ b/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-
> > handle-variably-sized-SIOCGSTAMP-w.patch
> > @@ -1,5 +1,5 @@
> >  From 8104018ba4c66e568d2583a3a0ee940851ee7471 Mon Sep 17 00:00:00
> > 2001
> > -From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > +From: Daniel P. Berrangé <berrange@redhat.com>
> >  Date: Tue, 23 Jul 2019 17:50:00 +0200
> >  Subject: [PATCH] linux-user: fix to handle variably sized
> > SIOCGSTAMP with new
> >   kernels
> > --
> > 2.21.0
> > 
> 
> Gentle ping.

The original patch hadn't merged when this was posted and you were the
author of the original submission to us so it was squashed. You can see
the correct author in:

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=57d702ed5de571751517568872eda2b5ba9fa8df

Cheers,

Richard




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

* Re: [PATCH] qemu: fix patch authorship
  2019-08-12  8:51   ` Richard Purdie
@ 2019-08-12  9:09     ` Bartosz Golaszewski
  0 siblings, 0 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2019-08-12  9:09 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Bartosz Golaszewski, openembedded-core

pon., 12 sie 2019 o 10:51 Richard Purdie
<richard.purdie@linuxfoundation.org> napisał(a):
>
> On Mon, 2019-08-12 at 09:01 +0200, Bartosz Golaszewski wrote:
> > wt., 30 lip 2019 o 09:22 Bartosz Golaszewski <brgl@bgdev.pl>
> > napisał(a):
> > > From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > >
> > > I accidentally changed the patch author when backporting this from
> > > upstream qemu. This commit restores the original author.
> > >
> > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > > ---
> > >  ...4-linux-user-fix-to-handle-variably-sized-SIOCGSTAMP-w.patch |
> > > 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-
> > > to-handle-variably-sized-SIOCGSTAMP-w.patch b/meta/recipes-
> > > devtools/qemu/qemu/0014-linux-user-fix-to-handle-variably-sized-
> > > SIOCGSTAMP-w.patch
> > > index 2feb567f1c..f7939b84bf 100644
> > > --- a/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-
> > > handle-variably-sized-SIOCGSTAMP-w.patch
> > > +++ b/meta/recipes-devtools/qemu/qemu/0014-linux-user-fix-to-
> > > handle-variably-sized-SIOCGSTAMP-w.patch
> > > @@ -1,5 +1,5 @@
> > >  From 8104018ba4c66e568d2583a3a0ee940851ee7471 Mon Sep 17 00:00:00
> > > 2001
> > > -From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> > > +From: Daniel P. Berrangé <berrange@redhat.com>
> > >  Date: Tue, 23 Jul 2019 17:50:00 +0200
> > >  Subject: [PATCH] linux-user: fix to handle variably sized
> > > SIOCGSTAMP with new
> > >   kernels
> > > --
> > > 2.21.0
> > >
> >
> > Gentle ping.
>
> The original patch hadn't merged when this was posted and you were the
> author of the original submission to us so it was squashed. You can see
> the correct author in:
>
> http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=57d702ed5de571751517568872eda2b5ba9fa8df
>
> Cheers,
>
> Richard
>
>

Cool, I didn't notice it.

Thanks!
Bart


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

end of thread, other threads:[~2019-08-12  9:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30  7:22 [PATCH] qemu: fix patch authorship Bartosz Golaszewski
2019-07-30  7:31 ` ✗ patchtest: failure for " Patchwork
2019-08-12  7:01 ` [PATCH] " Bartosz Golaszewski
2019-08-12  8:51   ` Richard Purdie
2019-08-12  9:09     ` Bartosz Golaszewski

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.