public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Marcel Selhorst <tpm@selhorst.net>
Cc: TPM Device Driver List <tpmdd-devel@lists.sourceforge.net>,
	linux-kernel@vger.kernel.org, Kylene Jo Hall <kjhall@us.ibm.com>
Subject: Re: [PATCH] TPM TIS device driver locality request
Date: Mon, 19 Nov 2007 22:23:08 -0800	[thread overview]
Message-ID: <20071119222308.05d32ba7.akpm@linux-foundation.org> (raw)
In-Reply-To: <4740CBA3.4090708@selhorst.net>

On Mon, 19 Nov 2007 00:32:51 +0100 Marcel Selhorst <tpm@selhorst.net> wrote:

> Dear all,
> 
> during the initialization of the TPM TIS driver, the necessary
> locality has to be requested earlier in the init-process. Depending on
> the used TPM chip, this leads to wrong information.
> For example: Lenovo X61s with Atmel TPM:
> 
> tpm_tis 00:0a: 1.2 TPM (device-id 0xFFFF, rev-id 255)
> 
> But correct is:
> 
> tpm_tis 00:0c: 1.2 TPM (device-id 0x3203, rev-id 9)
> 
> This short patch fixes this issue.

Is this bug sufficiently serious to warrant inclusion of the fix in
2.6.24?  2.6.23.x?

It looks like it's just a cosmetic thing, but I'd like to check...

> Signed-Off-by Marcel Selhorst <tpm@selhorst.net>

Signed-off-by:, please.

> ---
> --- tpm_tis.c.orig      2007-11-19 00:21:09.000000000 +0100
> +++ tpm_tis.c   2007-11-19 00:21:23.000000000 +0100

`patch -p1' form, please.  This should have been

--- a/drivers/char/tpm/tpm_tis.c
+++ a/drivers/char/tpm/tpm_tis.c

> @@ -450,6 +450,11 @@ static int tpm_tis_init(struct device *d
>                 goto out_err;
>         }
> 
> +       if (request_locality(chip, 0) != 0) {
> +               rc = -ENODEV;
> +               goto out_err;
> +       }
> +

Your email client is converting tabs to spaces.

http://mbligh.org/linuxdocs/Email/Clients/Thunderbird has help for this.

Thanks.

  reply	other threads:[~2007-11-20  6:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-18 23:32 [PATCH] TPM TIS device driver locality request Marcel Selhorst
2007-11-20  6:23 ` Andrew Morton [this message]
2007-11-21  8:29   ` Marcel Selhorst

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071119222308.05d32ba7.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=kjhall@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tpm@selhorst.net \
    --cc=tpmdd-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox