From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753226AbbJOM2k (ORCPT ); Thu, 15 Oct 2015 08:28:40 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:55409 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751414AbbJOM2i (ORCPT ); Thu, 15 Oct 2015 08:28:38 -0400 From: Arnd Bergmann To: Christoph Hellwig Cc: Stephen Rothwell , Lee Jones , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko Subject: Re: linux-next: build failure after merge of the mfd tree Date: Thu, 15 Oct 2015 14:28:20 +0200 Message-ID: <5895082.5iDhc8pylg@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20151015120407.GA31945@lst.de> References: <20151015132602.7816b658@canb.auug.org.au> <7853704.H00KElTCBt@wuerfel> <20151015120407.GA31945@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:rr1/+CMku5kFVfDbExxC7pPPx51x3n8NqT5oQvAOZtyw9qneHwI SgEjzjJ7mWMDRL0OKxrcoOXSimVdyH7k6ohSKYmp2K+4Hv2huFAuKKDhNbaLOiywbnMWUFN /F1R0mnjm8/B1kovEh2YlGoJO0VNO0qAHmIB42WpOGtC3eYfjkTeAwP5srcVwq6zGX3VMsV 7gkJFNUKW6LUAnB/EX0OA== X-UI-Out-Filterresults: notjunk:1;V01:K0:/G+ctShkYT8=:Ac56SVf5nfVdCLYiUyTXH4 B0pJE7DC6f1Yldud8rsGSCYCHoL3S/6vRPWaOrbac8ZC1GYIed+PPxVfBjdMzYrjFI2ber4U1 BjDYT7e/MRoO2UHF/6kTuxaMQMfz0LS9Qd3NqiWmpOjvhAXmtQYZ+rBgRLpTWrwndUhuF0Qve a+eX5b5876BevKCfsvYV6EuKB8Ort74+RVmFryqVkKkddVuh/7iUjxBEepuKyE6lU8VKQ20zg mEnQKtMfb0AS2tl8DW+ZQ3JjGN3WVbKg2wER6hEZZ57Lv0n1GBikLxKDw3vT7EYO+qvHvWBoY 9icmKE826CNfCice7Y1ZnIK/17x2qyU5907EPfDKkwcpo9kcsdlxspGVeZ5Een2Wr7zePU7vk nmnxPi6XP7KI4Vj1z/O9Hcfylk/iSBsRRyoFoVcAVwlF8Mm43b6Vmtxk1xcSRpjcZIWrgSXBa Kfb6sbBf296CrRwKa7HB7Fg6nY801eURhvIYrt8zntnZHuWsar/RFScq4K3T2jrroqQ2FwB1m 6io3URTJlJcgzDnXt2EWfjMay+kmULhnQHq8ayeQdaMIsd8r3K1QW4znDKUoY6tvKp5WxwuTC QYsMtclv72XnHQYQUXlWF534n/fF29i/PXzQAJoakNqYcKsKExQmKgbvru3BbRBXJE04e7gBG fvMgGocsliuFtx6rM0MUWouMi96N2Gv18CSj0EqolfRddTP4+aG/WkZuiV9PzE1h8EIOWxP+Y PcWKssK3s9rRT2dc Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 15 October 2015 14:04:07 Christoph Hellwig wrote: > On Thu, Oct 15, 2015 at 10:59:32AM +0200, Arnd Bergmann wrote: > > The patch looks good, should we do something to prevent that from > > becoming a problem when Linus pulls our branches? > > > > This commit is at the bottom of my asm-generic git tree, so Lee could merge > > that one commit into his tree and fix up the merge correctly. > > > > However, I also now see that drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c > > has the same problem, so maybe it's better to add a temporary file > > with the old name containing "#include ", > > which I will remove in the following merge window or as a follow-up. > > I guess we really need that. Do you want to do a quick fixup or should I send > a patch? I've applied this one now. Arnd >>From b3d8d0ee6c9781d54d4180c5f1d36a12f0437c86 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Thu, 15 Oct 2015 14:24:45 +0200 Subject: [PATCH] asm-generic: temporarily add back asm-generic/io-64-nonatomic-hi-lo.h New users of this file still start showing up in linux-next, so it's better to have a migration strategy. All existing users as of 4.3-rc4 are converted to use linux/io-64-nonatomic-hi-lo.h, and after 4.4-rc1 we can change all the new ones that have come in since, and then remove this file again. Signed-off-by: Arnd Bergmann Reported-by: LKP project diff --git a/include/asm-generic/io-64-nonatomic-hi-lo.h b/include/asm-generic/io-64-nonatomic-hi-lo.h new file mode 100644 index 000000000000..32b73abce1b0 --- /dev/null +++ b/include/asm-generic/io-64-nonatomic-hi-lo.h @@ -0,0 +1,2 @@ +/* XXX: delete asm-generic/io-64-nonatomic-hi-lo.h after converting new users */ +#include