From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751709AbcFYPr4 (ORCPT ); Sat, 25 Jun 2016 11:47:56 -0400 Received: from mga14.intel.com ([192.55.52.115]:6531 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751585AbcFYPrz (ORCPT ); Sat, 25 Jun 2016 11:47:55 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,527,1459839600"; d="scan'208";a="983182398" Date: Sat, 25 Jun 2016 18:47:45 +0300 From: Jarkko Sakkinen To: Jason Gunthorpe Cc: Ed Swierk , tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, stefanb@us.ibm.com Subject: Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Message-ID: <20160625154745.GA24538@intel.com> References: <1466474042-110773-1-git-send-email-eswierk@skyportsystems.com> <1466557831-113440-1-git-send-email-eswierk@skyportsystems.com> <1466557831-113440-2-git-send-email-eswierk@skyportsystems.com> <20160624182515.GC14506@obsidianresearch.com> <20160624202131.GB8399@intel.com> <20160624202615.GA2968@obsidianresearch.com> <20160625152430.GA14567@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160625152430.GA14567@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 25, 2016 at 06:24:30PM +0300, Jarkko Sakkinen wrote: > On Fri, Jun 24, 2016 at 02:26:15PM -0600, Jason Gunthorpe wrote: > > On Fri, Jun 24, 2016 at 11:21:31PM +0300, Jarkko Sakkinen wrote: > > > Hmm... Do you mean by 4 month old stuff the stuff that is in mainline > > > and not in my master branch? > > > > I mean the stuff that is in your branch but not in mainline. > > > > $ git log --pretty=oneline jarkko/master ^v4.7-rc3 | wc -l > > 73 > > > > > I'm not sure what happened with 4.7. I merged the changes for in about > > > 4.6-rc5. There was one issue that I fixed that Stephen reported. > > > > > > At the moment linux-next seems contain the stuff that I have in my > > > next. > > > > linux-next is just pulling directly from your tree, you still have to > > ensure that James gets and processes your pull request during the > > merge window. If he dropped a pull request you should follow up and > > ask why, if you never sent one then ... oops :) > > For 4.6 I used pull request with a signed tag and everything went quite > well. > > For 4.7 I did re-read the whole development process documentation but it > only speaks about pull requests and does not clearly state what you just > stated. > > To summarize I screwed this one up but I guess the only big harm is that > vTPM support will skip to 4.8. I guess not big harm done? > > My master is now rebased and this is what I get: > > $ git log --oneline security/next...master | wc -l > 67 > > I don't think that is too bad. My repositories are ready for next pull request. The master has been rebased to James' tree and merged to next. I won't add any new commits expect critical bug fixes for 4.8 release content. /Jarkko From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Sakkinen Subject: Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Date: Sat, 25 Jun 2016 18:47:45 +0300 Message-ID: <20160625154745.GA24538@intel.com> References: <1466474042-110773-1-git-send-email-eswierk@skyportsystems.com> <1466557831-113440-1-git-send-email-eswierk@skyportsystems.com> <1466557831-113440-2-git-send-email-eswierk@skyportsystems.com> <20160624182515.GC14506@obsidianresearch.com> <20160624202131.GB8399@intel.com> <20160624202615.GA2968@obsidianresearch.com> <20160625152430.GA14567@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20160625152430.GA14567-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tpmdd-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org To: Jason Gunthorpe Cc: tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: tpmdd-devel@lists.sourceforge.net On Sat, Jun 25, 2016 at 06:24:30PM +0300, Jarkko Sakkinen wrote: > On Fri, Jun 24, 2016 at 02:26:15PM -0600, Jason Gunthorpe wrote: > > On Fri, Jun 24, 2016 at 11:21:31PM +0300, Jarkko Sakkinen wrote: > > > Hmm... Do you mean by 4 month old stuff the stuff that is in mainline > > > and not in my master branch? > > > > I mean the stuff that is in your branch but not in mainline. > > > > $ git log --pretty=oneline jarkko/master ^v4.7-rc3 | wc -l > > 73 > > > > > I'm not sure what happened with 4.7. I merged the changes for in about > > > 4.6-rc5. There was one issue that I fixed that Stephen reported. > > > > > > At the moment linux-next seems contain the stuff that I have in my > > > next. > > > > linux-next is just pulling directly from your tree, you still have to > > ensure that James gets and processes your pull request during the > > merge window. If he dropped a pull request you should follow up and > > ask why, if you never sent one then ... oops :) > > For 4.6 I used pull request with a signed tag and everything went quite > well. > > For 4.7 I did re-read the whole development process documentation but it > only speaks about pull requests and does not clearly state what you just > stated. > > To summarize I screwed this one up but I guess the only big harm is that > vTPM support will skip to 4.8. I guess not big harm done? > > My master is now rebased and this is what I get: > > $ git log --oneline security/next...master | wc -l > 67 > > I don't think that is too bad. My repositories are ready for next pull request. The master has been rebased to James' tree and merged to next. I won't add any new commits expect critical bug fixes for 4.8 release content. /Jarkko ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape