Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753865Ab2JNUDH (ORCPT ); Sun, 14 Oct 2012 16:03:07 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:62454 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753202Ab2JNUDF (ORCPT ); Sun, 14 Oct 2012 16:03:05 -0400 From: Arnd Bergmann To: Krzysztof Halasa Subject: Re: [PULL REQ] IXP4xx changes for Linux 3.7 Date: Sun, 14 Oct 2012 20:02:55 +0000 User-Agent: KMail/1.12.2 (Linux/3.5.0; KDE/4.3.2; x86_64; ; ) Cc: Linus Torvalds , linux-arm-kernel@lists.infradead.org, lkml , arm@kernel.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201210142002.55841.arnd@arndb.de> X-Provags-ID: V02:K0:EzEhLb3eDjMk3nHpyZjz06WROhKP10erI/H0iAQjFDY ZjF1Lg2spGtKjnPs7btdfDp7B+Ua4ak/pdAUDI9svmy0OMFueg MRgHw3oMtRuCx9wk92y+tSpXw8+eC3sFgyG2VzqKHeec2GBZZz OrPiaRa5yOCfiEC2ArxgkcJI8KY8LjObTSWiyFoJORpLX0ZYQN 0suUc/UUwGnofnkylZieWqrmhgkY4Wk9iDF7/2ei3htYA1km7J dEp2fCD+GFZ7/atbjXQimmO0PS4uroL3zSn5C7ZycLAgIBcmUT u0HSPefpPr5GkuuWENbZhngHHMKUGo57VapNhIxbiMyiPp0vPT cq26DQDWwb8DkaPrT0GA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1934 Lines: 50 On Saturday 13 October 2012, Krzysztof Halasa wrote: > Linus, > > please pull my ARM IXP4xx changes for 3.7: > > The following changes since commit 4d7127dace8cf4b05eb7c8c8531fc204fbb195f4: > > "Merge branch 'for-linus' of git://git.kernel.org/.../jmorris/linux-security" > (2012-10-13 11:29:00 +0900) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux.git next > > for you to fetch changes up to b94740b3b38fd8e37fcd3bb06a18ec2796061c7d: > IXP4xx: use __iomem for MMIO (2012-10-13 20:37:30 +0200) > > Build-tested for now. This is based on your current tree tip because it > depends on commits following 3.6 release. Hi Krzysztof, as mentioned before, all arch/arm/mach-* patches should go through the arm-soc tree or get an Ack from the arm-soc maintainers. The same thing is true for the char-misc and the crypto trees. Also, never rebase your tree immediately before sending a pull request. The preferred way is to have everything based on the -rc release that is the latest one at the time when you do your testing. If you rebase later, you essentially have to test everything again. Finally when sending bug fixes, please annotate any patches with 'Cc: stable@vger.kernel.org' if they address bugs that are already present in older kernels, so that the stable and longterm maintainers can easily backport the fixes. Almost all of the platform patches in your tree seem to be bug fixes, so they are still good for inclusion in v3.7 if you submit them to arm-soc soon, but please make sure you separate bug fixes from other changes so we can group them appropriately when forwarding them to Linus. Thanks, Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/