From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753386AbdLSWzC (ORCPT ); Tue, 19 Dec 2017 17:55:02 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54250 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752829AbdLSWy4 (ORCPT ); Tue, 19 Dec 2017 17:54:56 -0500 Date: Tue, 19 Dec 2017 14:54:55 -0800 From: Andrew Morton To: Andy Shevchenko Cc: Will Deacon , Dave Martin , Philippe Ombredanne , linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] scripts/decodecode: Make it take multiline Code line Message-Id: <20171219145455.a07f15f0e4d875a12dbe0875@linux-foundation.org> In-Reply-To: <1513695919.7000.198.camel@linux.intel.com> References: <20171212100323.33201-1-andriy.shevchenko@linux.intel.com> <20171212125105.2ad43a65f42a63cc6e4f4bcb@linux-foundation.org> <1513695919.7000.198.camel@linux.intel.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Dec 2017 17:05:19 +0200 Andy Shevchenko wrote: > > That's rather hard to understand. An example would help? > > When you have a file out of oops the Code line looks like > > Code: hh hh ... ... hh\n > > When copy'n'paste from, for example, email where sender or some middle > MTA split it, the line looks like: > > Code: hh hh ... hh\n > hh ... ... hh\n > hh hh ... hh\n > > The Code line followed by another oops line usually contains characters > out of hex digit + space + < + > set. That's what second paragraph > describes. Oh, OK, yeah, that's irritating. I thought we fixed it ages ago! > Should I resend with information above included? I updated the changelog, thanks.