Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751506AbcKZNDG (ORCPT ); Sat, 26 Nov 2016 08:03:06 -0500 Received: from mga04.intel.com ([192.55.52.120]:13227 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750745AbcKZNCz (ORCPT ); Sat, 26 Nov 2016 08:02:55 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,552,1473145200"; d="scan'208";a="195847309" From: "Winkler, Tomas" To: "jnareb@gmail.com" , Jeff King , "Jiri Slaby" , "Greg KH (gregkh@linuxfoundation.org)" , Ben Hutchings CC: Matthieu Moy , "git@vger.kernel.org" , "Usyskin, Alexander" , "linux-kernel@vger.kernel.org" Subject: RE: [char-misc-next] mei: request async autosuspend at the end of enumeration Thread-Topic: [char-misc-next] mei: request async autosuspend at the end of enumeration Thread-Index: AQHSRj7WsbWcWoZfOE2E/htadCzu2KDoR37ggAAxQACAADXbcIAAN3AAgAEiXgCAAOi0gA== Date: Sat, 26 Nov 2016 13:02:43 +0000 Message-ID: <5B8DA87D05A7694D9FA63FD143655C1B54331DE4@hasmsx108.ger.corp.intel.com> References: <1479987242-32050-1-git-send-email-tomas.winkler@intel.com> <5B8DA87D05A7694D9FA63FD143655C1B5433132E@hasmsx108.ger.corp.intel.com> <20161124204316.sqxjpc7uzbrzhvho@sigill.intra.peff.net> <5B8DA87D05A7694D9FA63FD143655C1B54331476@hasmsx108.ger.corp.intel.com> <20161125031425.gefijvssvygp6pl4@sigill.intra.peff.net> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2Q3ODUzOWUtMzgwMi00NDg1LTg2YTctNWQ3ZTM1Y2MzMjc3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRrQUxvbkNTUzRaMTF6WG5xY0pWaVZSY1VZUENNRU4wcXdzc1pFMDhucjg9In0= x-originating-ip: [10.184.70.11] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id uAQD3MK4004146 Content-Length: 1695 Lines: 46 > > W dniu 25.11.2016 o 04:14, Jeff King pisze: > > On Thu, Nov 24, 2016 at 10:37:14PM +0000, Winkler, Tomas wrote: > > > >>>>> Cc: # 4.4+ > >>>> > >>>> Looks like git send-email is not able to parse this address > >>>> correctly though this is suggested format by > Documentation/stable_kernel_rules.txt. > >>>> Create wrong address If git parsers is used : 'stable@vger.kernel.org#4.4+' > [...] > > > The patch just brings parity to the Mail::Address behavior and git's > > fallback parser, so that you don't end up with the broken > > stable@vger.kernel.org#4.4+ address. Instead, that content goes into > > the name part of the address. > > > > It sounds like you want the "# 4.4+" to be dropped entirely in the > > rfc822 header. It looks like send-email used to do that, but stopped > > in > > b1c8a11c8 (send-email: allow multiple emails using --cc, --to and > > --bcc, 2015-06-30). > > > > So perhaps there are further fixes required, but it's hard to know. > > The input isn't a valid rfc822 header, so it's not entirely clear what > > the output is supposed to be. I can buy either "drop it completely" or > > "stick it in the name field of the cc header" as reasonable. > > Well, we could always convert it to email address comment, converting for > example the following trailer: > > Cc: John Doe # comment > > to the following address: > > John Doe (comment) > > Just FYI. Though I'm not sure how well this would work... > Yep, it actually looks as right place to put this kind of info, though I'm not on the receiving side. I'm not sure if and how is this used by stable maintainers. Thanks Tomas