From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.186]:63348 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751683Ab3CZRSN (ORCPT ); Tue, 26 Mar 2013 13:18:13 -0400 From: Arnd Bergmann To: Thomas Petazzoni Subject: Re: [RFCv1 00/11] MSI support for Marvell EBU PCIe driver Date: Tue, 26 Mar 2013 17:18:08 +0000 Cc: Bjorn Helgaas , Grant Likely , Russell King , Lior Amsalem , Andrew Lunn , Jason Cooper , Olof Johansson , linux-pci@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, Thierry Reding , Jason Gunthorpe , Maen Suleiman , Ezequiel Garcia , Gregory Clement , Andrew Murray , Tawfik Bayouk , linux-arm-kernel@lists.infradead.org, Mitch Bradley References: <1364316746-8702-1-git-send-email-thomas.petazzoni@free-electrons.com> <20130326180514.2f7790d3@skate> In-Reply-To: <20130326180514.2f7790d3@skate> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201303261718.09160.arnd@arndb.de> Sender: linux-pci-owner@vger.kernel.org List-ID: On Tuesday 26 March 2013, Thomas Petazzoni wrote: > To the readers of LAKML: the mailing list software has, for some > reason, decided that all the e-mails in this series had a "Suspicious > header". They have all been generated by git format-patch and sent with > git send-email, just like the previous set of 17 patches for the PCIe > driver, so I have no idea why the mailing list software changed his > mind. The mailing list rejects patches that have an in-reply-to header with pointing to a different subject as the new email. It also has an exception for emails that have the work PATCH in brackets, but not [RFC] or [GIT PULL]. You can work around by using [RFC PATCH 1/11] or [RFC][PATCH 1/11]. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 26 Mar 2013 17:18:08 +0000 Subject: [RFCv1 00/11] MSI support for Marvell EBU PCIe driver In-Reply-To: <20130326180514.2f7790d3@skate> References: <1364316746-8702-1-git-send-email-thomas.petazzoni@free-electrons.com> <20130326180514.2f7790d3@skate> Message-ID: <201303261718.09160.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 26 March 2013, Thomas Petazzoni wrote: > To the readers of LAKML: the mailing list software has, for some > reason, decided that all the e-mails in this series had a "Suspicious > header". They have all been generated by git format-patch and sent with > git send-email, just like the previous set of 17 patches for the PCIe > driver, so I have no idea why the mailing list software changed his > mind. The mailing list rejects patches that have an in-reply-to header with pointing to a different subject as the new email. It also has an exception for emails that have the work PATCH in brackets, but not [RFC] or [GIT PULL]. You can work around by using [RFC PATCH 1/11] or [RFC][PATCH 1/11]. Arnd