Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp9861231ybc; Sat, 30 Nov 2019 16:16:02 -0800 (PST) X-Google-Smtp-Source: APXvYqwJ3TuCgK2yMYBKc4ye9FeX7yxAk2sy+FScQb9hi97y6HeLRjEjXjJfXTR5RMZbFw+xAZI1 X-Received: by 2002:aa7:d0d4:: with SMTP id u20mr54725851edo.112.1575159362182; Sat, 30 Nov 2019 16:16:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575159362; cv=none; d=google.com; s=arc-20160816; b=NlOURl068HFkFGzqP85ksGVu8R3uJBqAPiG4Q2ANHxi50TmU710NjA0YlkZ2K8gis/ Ui1cy2GwT229W9d1QN98CfUpGU18Kx/I1cjUAaUBirrJOh3KhibnNww/kXBbTR+Mrx1p Takrwsc6s5ha0rwV+ApTMJjWESXg3I+xUFoYmdCaJk+yQc03RbcxLRyfy0vWoVqkvT9X InAb+JxaYq6pR7vfu7LpSV6FAUlHlnY2ANGuYfDvcR8lvQhR/D05FYiI2Uyn4ZqLtv3M UI3PZfzVVVn+IBhV0bDwJ5afsjuuP5i9AtLigoAdsgyj1eZghToeghUhqCihaXDphD+O 5KdA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=NCwgcKcIp+x8ZhYJJgJt5nOex50yNZ/OijxPLhrGl64=; b=0iIJcSPPJmrc7vo0XMeVXfRZ0brM7FANRdI8VVg2x1f8ntX3HrFMp+CgkpB/Eq7jKh kRylwHHUXKIq24VmHFN+zPGnbQBLUvJkqdEL8EHRJaSQ69xwak5TWLsbAjj632wYA5lO I9buWzy38peQY1Qpon/G7JoQF3kCnuwmelX+WMMRONGULntWSDwqHWokm7Id2fcb2WGo JAdaiKd4RySMIAikMLsp+iBS1DxPBW9WIsPxrNsUW7i+1aZ6Bu7YZsX9sulwG/omjRay hhJ14S4UZFL+LhvlSaPXLRNQkJ/9XI+AJ37xii9UGLqYMNboHyP0xz5X8QLxpT5wDAMF GbQA== 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 f25si11758385ejq.362.2019.11.30.16.15.37; Sat, 30 Nov 2019 16:16:02 -0800 (PST) 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 S1727034AbfLAAOa (ORCPT + 99 others); Sat, 30 Nov 2019 19:14:30 -0500 Received: from ms.lwn.net ([45.79.88.28]:36082 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725897AbfLAAOa (ORCPT ); Sat, 30 Nov 2019 19:14:30 -0500 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 7962230D; Sun, 1 Dec 2019 00:14:29 +0000 (UTC) Date: Sat, 30 Nov 2019 17:14:28 -0700 From: Jonathan Corbet To: Linus Torvalds Cc: LKML , "open list:DOCUMENTATION" , Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= Subject: Re: [PULL] Documentation for 5.5 Message-ID: <20191130171428.6c09f892@lwn.net> In-Reply-To: References: <20191126093002.06ece6dd@lwn.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 30 Nov 2019 15:11:05 -0800 Linus Torvalds wrote: > There are DOS line-endings now in some of the patches, and I noticed > because I got a conflict in > > Documentation/networking/device_drivers/intel/e100.rst > > where your version was identical to one I had merged elsewhere, but > had ^M at the end of the new lines. > > There are other examples of the same in other places. > > I'm not going to pull this. I have no idea what you're doing and how > many incorrect line endings you have that just didn't happen to > conflict. > > You have some *serious* tooling issues. We don't do CRLF line endings. Hmm. So my tooling is "git am", nothing special. All of the afflicted files arrived in that state as the result of a pair of patches from Jonathan (copied); I have verified that the original patches also had the DOS line endings. The problem repeats if I apply those patches now, even if I add an explicit "--no-keep-cr" to the "git am" command line. It seems like maybe my version of git is somehow broken? I have git-2.21.0-1.fc30.x86_64, FWIW. Anyway, if I revert the two offending patches and resend the pull, is that good enough, or do you want this mess out of the history entirely? Sorry for the trouble, jon