Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1430931

Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors

From Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors
Date 2016-06-24 22:30 +0200
Message-ID <rNFTI-4ti-25@gated-at.bofh.it> (permalink)
References <rMj8R-7Dk-3@gated-at.bofh.it> <rMEZI-54t-5@gated-at.bofh.it> <rMEZI-54t-7@gated-at.bofh.it> <rNE1z-3iA-19@gated-at.bofh.it> <rNFTI-4ti-11@gated-at.bofh.it>
Organization Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo

Show all headers | View raw


On Fri, Jun 24, 2016 at 11:21:31PM +0300, Jarkko Sakkinen wrote:
> Hi Jason,
> 
> On Fri, Jun 24, 2016 at 12:25:15PM -0600, Jason Gunthorpe wrote:
> > >  	expected = be32_to_cpu(*(__be32 *) (buf + 2));
> > >  	if (expected > count) {
> > > +		dev_err(chip->pdev, "Response too long (wanted %zd, got %d)\n",
> > > +			count, expected);
> > 
> > This all needs to be rebased on Jarkko's tree I guess, chip->pdev is
> > gone now.
> > 
> > http://git.infradead.org/users/jjs/linux-tpmdd.git/shortlog/refs/heads/master
> > 
> > Jarkko, did you miss a pull request for 4.7 or something? This is
> > 4 month old stuff???
> 
> Hmm... Do you mean by 4 month old stuff the stuff that is in mainline
> and not in my master branch?
> 
> 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.

Ed:

I was planning to applying these patches to my master next week and run
tests on them. If they do not apply it would be good if you could rebase
your series to apply to my master.

/Jarkko

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-06-24 20:30 +0200
  Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-06-24 22:30 +0200
    Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-06-24 22:30 +0200
      Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-06-25 17:30 +0200
        Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-06-25 17:50 +0200
          Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Jason Gunthorpe <jgunthorpe@obsidianresearch.com> - 2016-06-27 20:00 +0200
    Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> - 2016-06-24 22:30 +0200

csiph-web