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


Groups > linux.kernel > #1430864

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

From Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Newsgroups linux.kernel
Subject Re: [PATCH v8 1/5] tpm_tis: Improve reporting of IO errors
Date 2016-06-24 20:30 +0200
Message-ID <rNE1z-3iA-19@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>
Organization linux.* mail to news gateway

Show all headers | View raw


>  	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???

Jason

Back to linux.kernel | Previous | Next — Next 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