From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (193.142.43.55:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 25 Feb 2020 17:43:37 -0000 Received: from mga01.intel.com ([192.55.52.88]) by Galois.linutronix.de with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1j6eF6-0008L8-LT for speck@linutronix.de; Tue, 25 Feb 2020 18:43:37 +0100 Received: from localhost (mtg-dev.jf.intel.com [10.54.74.10]) by smtp.ostc.intel.com (Postfix) with ESMTP id 6BD0F6361 for ; Tue, 25 Feb 2020 17:43:30 +0000 (UTC) Date: Tue, 25 Feb 2020 09:43:31 -0800 From: mark gross Subject: [MODERATED] Re: [PATCH v2 0/2] v2: more sampling fun 0 Message-ID: <20200225174331.GB100552@mtg-dev.jf.intel.com> Reply-To: mgross@linux.intel.com References: <20200225165530.2jz4rkspw35updnc@treble> MIME-Version: 1.0 In-Reply-To: <20200225165530.2jz4rkspw35updnc@treble> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Tue, Feb 25, 2020 at 10:55:30AM -0600, speck for Josh Poimboeuf wrote: > On Mon, Feb 24, 2020 at 01:45:10PM -0800, speck for mark gross wrote: > > From: mark gross > > Subject: [PATCH v2 0/2] more sampling fun > > It looks like the actual patches didn't come through? Heavy sigh.... I have nothing but badd luck with this. I updated my .gitconfig on the new workstation to use mgross@linux.intel.com and I git commit --ammend ed the commit I thought was blocked because it had an author of mark.gross@intel.com instead of the other one. I assume they are getting held up by something on the list server end but, I have no idea what I'm doing to piss it off. :( If anyone could help clue me in I'll try to correct whatever I'm doing wrong. The other two patches where sent using the same process: * git format-patch -o mail -n --to speck@linutronix.de --thread --cover-letter v5.6-rc3 * speckify-gitmail -s "more sampling fun" mail/ spec/ * for b in `ls`; do sendmail -t -i -f smtp.intel.com <$b; done --mark