From: Andrew Morton <akpm@osdl.org>
To: "Randy.Dunlap" <rdunlap@xenotime.net>
Cc: selhorst@crypto.rub.de, linux-kernel@vger.kernel.org,
castet.matthieu@free.fr, kjhall@us.ibm.com
Subject: Re: [PATCH] Infineon TPM: IO-port leakage fix, WTX-bugfix
Date: Wed, 15 Feb 2006 20:51:40 -0800 [thread overview]
Message-ID: <20060215205140.46819b18.akpm@osdl.org> (raw)
In-Reply-To: <20060215203929.52ac2197.rdunlap@xenotime.net>
"Randy.Dunlap" <rdunlap@xenotime.net> wrote:
>
> On Wed, 15 Feb 2006 14:43:47 +0100 Marcel Selhorst wrote:
>
> > Dear all,
> >
> > this patch fixes IO-port leakage from request_region in case of error during TPM
> > initialization, adds more pnp-verification and fixes a WTX-bug.
> >
> > Best regards,
> > Marcel Selhorst
> >
> > Signed-off-by: Marcel Selhorst <selhorst@crypto.rub.de>
> > ---
> >
> > --- linux-2.6.16-rc2/drivers/char/tpm/tpm_infineon.c.old 2006-02-08
> > 11:45:09.000000000 +0100
>
> Those 2 lines ^^^^^ should have been one line. Email client strikes again.
Curiously patch(1) didn't care about that.
> > +
> > +err_release_region:
> > +release_region(tpm_inf.base, TPM_INF_PORT_LEN);
> > +release_region(TPM_INF_ADDR, TPM_INF_ADDR_LEN);
> > +
> > +err_last:
> > +return rc;
> > }
>
> The release_region() calls and return should be indented one tab stop.
Yeah, I fixed that up.
> (email client again??)
I doubt it.
prev parent reply other threads:[~2006-02-16 4:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-15 13:43 Marcel Selhorst
2006-02-16 4:39 ` Randy.Dunlap
2006-02-16 4:51 ` Andrew Morton [this message]
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=20060215205140.46819b18.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=castet.matthieu@free.fr \
--cc=kjhall@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
--cc=selhorst@crypto.rub.de \
/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
Powered by JetHome