All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>,
	"linux-snps-arc@lists.infradead.org"
	<linux-snps-arc@lists.infradead.org>
Subject: Re: [OE-core] [PATCH] dhcpcd: add ARC support
Date: Sun, 4 Jul 2021 19:58:34 +0000	[thread overview]
Message-ID: <PH0PR12MB54013C765B31173E898CAD8FA11D9@PH0PR12MB5401.namprd12.prod.outlook.com> (raw)
In-Reply-To: <YOCrKpzbRZjmJGLq@piout.net>

Hi Alexandre,

> 
> I did run that through the autobuilders and it is working fine but this
> is missing an Upstream-Status tag.
>

I was a bit surprised by your response being under impression that I did
add "Upstream-Status" tag in the patch. So I went to check... and indeed,
I added it, but just locally, never "git add . && git commit --amend", thus
still have it as:
--------------------------->8--------------------------
$ git diff
diff --git a/meta/recipes-connectivity/dhcpcd/files/0002-src-privsep-linux.c-add-support-for-arc-28.patch b/meta/recipes-connectivity/dhcpcd/files/0002-src-privsep-linux.c-add-support-for-arc-28.patch
index ec895143d8..045f06a9aa 100644
--- a/meta/recipes-connectivity/dhcpcd/files/0002-src-privsep-linux.c-add-support-for-arc-28.patch
+++ b/meta/recipes-connectivity/dhcpcd/files/0002-src-privsep-linux.c-add-support-for-arc-28.patch
@@ -23,7 +23,10 @@ https://github.com/wbx-github/uclibc-ng/commit/afab56958f1cbb47b831ee3ebff231dfb
 Fixes:
  - http://autobuild.buildroot.org/results/d29083700a80dd647621eed06faeeae03f0587d3

+Upstream-Status: Backport [https://github.com/NetworkConfiguration/dhcpcd/commit/82386110e67cf75c224e9817fce55e6b0f143266]
+
 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
--------------------------->8--------------------------

So thanks a lot for spotting that, will send a re-spin in a moment!

-Alexey
_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

WARNING: multiple messages have this Message-ID (diff)
From: "Alexey Brodkin" <abrodkin@synopsys.com>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>,
	"linux-snps-arc@lists.infradead.org"
	<linux-snps-arc@lists.infradead.org>
Subject: Re: [OE-core] [PATCH] dhcpcd: add ARC support
Date: Sun, 4 Jul 2021 19:58:34 +0000	[thread overview]
Message-ID: <PH0PR12MB54013C765B31173E898CAD8FA11D9@PH0PR12MB5401.namprd12.prod.outlook.com> (raw)
In-Reply-To: <YOCrKpzbRZjmJGLq@piout.net>

Hi Alexandre,

> 
> I did run that through the autobuilders and it is working fine but this
> is missing an Upstream-Status tag.
>

I was a bit surprised by your response being under impression that I did
add "Upstream-Status" tag in the patch. So I went to check... and indeed,
I added it, but just locally, never "git add . && git commit --amend", thus
still have it as:
--------------------------->8--------------------------
$ git diff
diff --git a/meta/recipes-connectivity/dhcpcd/files/0002-src-privsep-linux.c-add-support-for-arc-28.patch b/meta/recipes-connectivity/dhcpcd/files/0002-src-privsep-linux.c-add-support-for-arc-28.patch
index ec895143d8..045f06a9aa 100644
--- a/meta/recipes-connectivity/dhcpcd/files/0002-src-privsep-linux.c-add-support-for-arc-28.patch
+++ b/meta/recipes-connectivity/dhcpcd/files/0002-src-privsep-linux.c-add-support-for-arc-28.patch
@@ -23,7 +23,10 @@ https://github.com/wbx-github/uclibc-ng/commit/afab56958f1cbb47b831ee3ebff231dfb
 Fixes:
  - http://autobuild.buildroot.org/results/d29083700a80dd647621eed06faeeae03f0587d3

+Upstream-Status: Backport [https://github.com/NetworkConfiguration/dhcpcd/commit/82386110e67cf75c224e9817fce55e6b0f143266]
+
 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
--------------------------->8--------------------------

So thanks a lot for spotting that, will send a re-spin in a moment!

-Alexey

  reply	other threads:[~2021-07-04 19:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-02 19:15 [PATCH] dhcpcd: add ARC support Alexey Brodkin
2021-07-02 19:15 ` Alexey Brodkin
2021-07-03 18:23 ` [OE-core] " Alexandre Belloni
2021-07-03 18:23   ` Alexandre Belloni
2021-07-04 19:58   ` Alexey Brodkin [this message]
2021-07-04 19:58     ` Alexey Brodkin

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=PH0PR12MB54013C765B31173E898CAD8FA11D9@PH0PR12MB5401.namprd12.prod.outlook.com \
    --to=alexey.brodkin@synopsys.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=openembedded-core@lists.openembedded.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.