From: "Luis R. Rodriguez" <mcgrof@suse.com>
To: Hauke Mehrtens <hauke@hauke-m.de>
Cc: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>,
backports@vger.kernel.org, julia.lawall@lip6.fr,
oblinger@gmail.com
Subject: Re: [PATCH 1/5] backports: rename wpan-phy.h to cfg802154.h
Date: Thu, 20 Nov 2014 22:31:13 +0100 [thread overview]
Message-ID: <20141120213113.GT24486@wotan.suse.de> (raw)
In-Reply-To: <546E5BB1.2010007@hauke-m.de>
On Thu, Nov 20, 2014 at 10:22:57PM +0100, Hauke Mehrtens wrote:
> On 11/20/2014 10:16 PM, Luis R. Rodriguez wrote:
> > From: "Luis R. Rodriguez" <mcgrof@suse.com>
> >
> > Address the renaming. This is an example type of upstream that
> > we should easily be able to automatically backport through
> > inference. Logic:
> >
> > for f in copy_list:
> > if f in git_delta_renamed:
> > adjust_copy_list(f)
> >
> > We'd first have to build a series of types of changes from
> > the delta between the last linux-next tag we tracked and the
> > currenty evaluated one, the git_delta_renamed would contain
> > a list of renames that happened between the two tags.
> >
> > commit 5ad60d36993596f7b3b958500f9c66c5338cd855
> > Author: Alexander Aring <alex.aring@gmail.com>
> > Date: Sat Oct 25 09:41:02 2014 +0200
> >
> > ieee802154: move wpan-phy.h to cfg802154.h
> >
> > The wpan-phy header contains the wpan_phy struct information. Later this
> > header will be have similar function like cfg80211 header. The cfg80211
> > header contains the wiphy struct which is identically the wpan_phy
> > struct inside 802.15.4 subsystem.
> >
> > Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> > Cc: Alan Ott <alan@signal11.us>
> > Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
> >
> > Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
> > ---
> > copy-list | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/copy-list b/copy-list
> > index d11b051..b7ac165 100644
> > --- a/copy-list
> > +++ b/copy-list
> > @@ -167,7 +167,7 @@ include/linux/ieee802154.h
> > include/net/af_ieee802154.h
> > include/linux/nl802154.h
> > include/net/ieee802154_netdev.h
> > -include/net/wpan-phy.h
> > +include/net/cfg802154.h
>
> I added cfg802154.h in an earlier patch, but I mossed removing wpan-phy.h .
Thanks, failed to see that, adjusted:
>From f6b7140c9a1f0c724ad0eb462f66a7f5baadf009 Mon Sep 17 00:00:00 2001
From: "Luis R. Rodriguez" <mcgrof@suse.com>
Date: Wed, 19 Nov 2014 11:28:14 -0800
Subject: [PATCH] backports: remove wpan-phy.h after rename to cfg802154.h
Address the renaming. cfg802154.h was already added but we forgot
to remove wpan-phy.h. This is an example type of upstream that
we should easily be able to automatically backport through
inference. Logic:
for f in copy_list:
if f in git_delta_renamed:
adjust_copy_list(f)
We'd first have to build a series of types of changes from
the delta between the last linux-next tag we tracked and the
currenty evaluated one, the git_delta_renamed would contain
a list of renames that happened between the two tags.
commit 5ad60d36993596f7b3b958500f9c66c5338cd855
Author: Alexander Aring <alex.aring@gmail.com>
Date: Sat Oct 25 09:41:02 2014 +0200
ieee802154: move wpan-phy.h to cfg802154.h
The wpan-phy header contains the wpan_phy struct information. Later this
header will be have similar function like cfg80211 header. The cfg80211
header contains the wiphy struct which is identically the wpan_phy
struct inside 802.15.4 subsystem.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
---
copy-list | 1 -
1 file changed, 1 deletion(-)
diff --git a/copy-list b/copy-list
index d11b051..3eff5ab 100644
--- a/copy-list
+++ b/copy-list
@@ -167,7 +167,6 @@ include/linux/ieee802154.h
include/net/af_ieee802154.h
include/linux/nl802154.h
include/net/ieee802154_netdev.h
-include/net/wpan-phy.h
include/linux/spi/at86rf230.h
include/linux/spi/cc2520.h
net/6lowpan/
--
2.1.1
next prev parent reply other threads:[~2014-11-20 21:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-20 21:16 [PATCH 0/5] backports: move up to next-20141117 Luis R. Rodriguez
2014-11-20 21:16 ` [PATCH 1/5] backports: rename wpan-phy.h to cfg802154.h Luis R. Rodriguez
2014-11-20 21:22 ` Hauke Mehrtens
2014-11-20 21:31 ` Luis R. Rodriguez [this message]
2014-11-20 21:16 ` [PATCH 2/5] backports: address splitting of v4l2-mediabus.h to two files Luis R. Rodriguez
2014-11-20 21:16 ` [PATCH 3/5] backports: bump I2C_SI4713 to v3.13 Luis R. Rodriguez
2014-11-20 21:16 ` [PATCH 4/5] backports: backport netdev_rss_key_fill() Luis R. Rodriguez
2014-11-20 21:16 ` [PATCH 5/5] backports: refresh patches for next-20141117 Luis R. Rodriguez
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=20141120213113.GT24486@wotan.suse.de \
--to=mcgrof@suse.com \
--cc=backports@vger.kernel.org \
--cc=hauke@hauke-m.de \
--cc=julia.lawall@lip6.fr \
--cc=mcgrof@do-not-panic.com \
--cc=oblinger@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox