Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754971AbcKVCxc (ORCPT ); Mon, 21 Nov 2016 21:53:32 -0500 Received: from mail-io0-f181.google.com ([209.85.223.181]:33218 "EHLO mail-io0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754912AbcKVCx3 (ORCPT ); Mon, 21 Nov 2016 21:53:29 -0500 MIME-Version: 1.0 In-Reply-To: <1479773647-14726-2-git-send-email-marcel.ziswiler@toradex.com> References: <1479773647-14726-1-git-send-email-marcel.ziswiler@toradex.com> <1479773647-14726-2-git-send-email-marcel.ziswiler@toradex.com> From: Linus Torvalds Date: Mon, 21 Nov 2016 18:53:27 -0800 Message-ID: Subject: Re: [PATCH 1/6] apalis-tk1: remove spurious new lines To: Marcel Ziswiler Cc: devicetree@vger.kernel.org, Thierry Reding , lkml , Stephen Warren , Rob Herring , linux-tegra@vger.kernel.org, Mark Rutland , Alexandre Courbot , Russell King , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1114 Lines: 34 .Marcel, your git-sendemail emails get marked as spam, because: dmarc=fail (p=QUARANTINE dis=NONE) header.from=toradex.com which is probably because the toradex.com dmarc rule requires DKIM, but you lack a DKIM signature. The most common case is that you've misconfigured your git-send-email thing to go through a smtp server that is *not* the proper toradex.com smtp server, and so you don't have a dkim signature. Looking at your non-git-send-email emails, that do have DKIM signatures, they've gone through HE1PR05MB1881.eurprd05.prod.outlook.com (I'm sorry for your pain), while your git-send-email ones seem to go through "mrelay.perfora.net". And obviouslty perfora.net is not adding the DKIM signatures for toradex.com Linus On Mon, Nov 21, 2016 at 4:14 PM, Marcel Ziswiler wrote: > Remove some spurious new lines. > > Signed-off-by: Marcel Ziswiler > --- > > arch/arm/boot/dts/tegra124-apalis-eval.dts | 1 - > arch/arm/boot/dts/tegra124-apalis.dtsi | 12 ------------ > 2 files changed, 13 deletions(-) [...]