From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934306AbeAXQsP (ORCPT ); Wed, 24 Jan 2018 11:48:15 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:38499 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933988AbeAXQsN (ORCPT ); Wed, 24 Jan 2018 11:48:13 -0500 X-Google-Smtp-Source: AH8x224teW5psliRHJOpN44DZfaPc++CWlVI/k91arhHEojYUSGEriwy3rnD90tXBCUxt6mH6ZFUog== Date: Wed, 24 Jan 2018 11:45:30 -0500 From: Peter Grayson To: Bjorn Helgaas Cc: Linus Torvalds , Peter Grayson , Catalin Marinas , linux-pci@vger.kernel.org, Linux Kernel Mailing List , Lorenzo Pieralisi , Christian =?iso-8859-1?Q?K=F6nig?= , Aaro Koskinen , Andy Shevchenko , Boris Ostrovsky , Juergen Gross , Alex Deucher , David Airlie Subject: Re: [GIT PULL] PCI fixes for v4.15 Message-ID: <20180124164530.br5mlcj777gxxt4w@chibold.localdomain> References: <20180123195644.GA92112@bhelgaas-glaptop.roam.corp.google.com> <20180124004603.GH5317@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 23, 2018 at 05:04:22PM -0800, Linus Torvalds wrote: > On Tue, Jan 23, 2018 at 4:46 PM, Bjorn Helgaas wrote: > > On Tue, Jan 23, 2018 at 12:49:22PM -0800, Linus Torvalds wrote: > > > Applying that patch with "git am" results in the correct > > > > Author: Christian König > But apparently stgit does not: > > > Applying the identical patch with "stg import -M" results in > > > > Author: =?UTF-8?q?Christian=20K=C3=B6nig?= > > I'm adding Peter Grayson and Catalin Marinas to the participants, > since they seem to be the main stgit developers. It it probable that I caused this stgit regression with changes to make stgit compatible with Python 3. Mea culpa. The issue is possibly already repaired. Catalin recently (a few days ago) merged repairs for several related email encoding regressions. > Bjorn, maybe you can send Catalin an example mbox? An example mbox or even just forwarding the email with the patch in question would be helpful. Also helpful would be the versions of stgit and python being used along with the LC_ALL and LANG environment variables used when running `stg import`. Thanks, Pete