Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp5865796imm; Tue, 12 Jun 2018 14:55:58 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJjfn3KCHtYHvfwng7e5zmj9+lC6nn0hAPTI+gL/9GGXxNaBuTWlHHUyqXeq+PuTG6ssYoH X-Received: by 2002:a17:902:5945:: with SMTP id e5-v6mr430078plj.64.1528840558269; Tue, 12 Jun 2018 14:55:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528840558; cv=none; d=google.com; s=arc-20160816; b=ZCD/PQ45M+X7OQEXJXrgmGusaealhAY8RJ6MztiatKJm85/2IKv+R+mDPk5W21NQcT WaD6jRZQ+cNDaq1nwq2HsWLNcT06z9J3oFuBqg0E8VzOUBSIN3ekdFHQxB3C9kj8Mt2t v0ItIhcdlSGUclYrzl+z/2nQKfYHKH5vA+i3tzGr5uYtyXEc151eUe5JlpnPgGuCSC3b IFKTgnn9orJx9YHvv+6gPnCXmTfENSgpgbGmGHQSMLjWBRaNjmogLG02ccJK8PPfZ8OS 4aEKNJuL9H+dgYYDiGp0o82Xsp/npnRDC0k+e2DDee5r7INY1Cez03DjqnBHN8D71Gw0 u/QQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=kVDnm94okv5tdoHjqj8JWBuQX9Atm//gcivhpHDUbpE=; b=IO8dyp9utKxRLRW2stUAfbX2s2QQvBttWMjYPsnewsqzEQjYZ5SqC2y8ZXtZRYv9PU lPWvs3ifnWnHmZgrgD2lGApyFv6HtO0gmPcH6Oa6Zq2OzkgulwbwGEnjPojw5S7o7I48 4WPocby7mxfh8dze25my2XqNxnjEPN4c4g1apkCULQ6L2WTl/7m6eFYHiCY0Bj8icx9e ZH7FYuNg/3ST70gBQoB3Rk2/ZnJ9mGkCTn0WTXn+F97RfUb8pj2hVn4z7A6X0df3khR5 w24183OFCOwKxQr4h9NdhxanpEO+gORvOMG1SHpcwB8ttxdWmRDy2EKfmMji0A72z8Wp K0hA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v12-v6si817334pgs.538.2018.06.12.14.55.44; Tue, 12 Jun 2018 14:55:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934542AbeFLVyS (ORCPT + 99 others); Tue, 12 Jun 2018 17:54:18 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:42996 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933793AbeFLVyR (ORCPT ); Tue, 12 Jun 2018 17:54:17 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1fSrEx-0005C3-Dg; Tue, 12 Jun 2018 23:54:11 +0200 Date: Tue, 12 Jun 2018 23:54:11 +0200 From: Sebastian Andrzej Siewior To: Thomas Gleixner Cc: Linus Torvalds , Andreas =?utf-8?Q?Gr=C3=BCnbacher?= , Peter Zijlstra , Ingo Molnar , Linux Kernel Mailing List , Oleg Nesterov , Paul McKenney , Paolo Bonzini , quilt-dev@nongnu.org Subject: Re: [PATCH 0/3] sched/swait: Convert to full exclusive mode Message-ID: <20180612215411.wcma6o7zd6cbytkk@linutronix.de> References: <20180612083449.100099222@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180512 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018-06-12 21:43:48 [+0200], Thomas Gleixner wrote: > > Also, note that I'm not at all sure that it's _just_ the > > > > Content-Disposition: inline > > > > that triggers this. There might be something else in those emails that > > triggers it but that's the thing that stands out. > > It is. There is nothing else in the headers which could cause that. quilt > mail format is pretty simplistic. mutt sets this and the tip-bot, too. The difference is that quilt also sets the filename parameter. Do the mutt or tip-bot mails look flowed? > Thanks, > > tglx Sebastian