From: "Luis R. Rodriguez" <mcgrof@xxxxxxxx> 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@xxxxxxxxx> 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@xxxxxxxxx> Cc: Alan Ott <alan@xxxxxxxxxxx> Signed-off-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxx> --- 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 include/linux/spi/at86rf230.h include/linux/spi/cc2520.h net/6lowpan/ -- 2.1.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html