2012-10-11 10:53:03

by James Morris

[permalink] [raw]
Subject: [GIT] TPM bugfixes

Please pull these fixes for the TPM code.

The following changes since commit 12250d843e8489ee00b5b7726da855e51694e792:

Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux (2012-10-11 10:27:51 +0900)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus

Gang Wei (1):
driver/char/tpm: fix regression causesd by ppi

James Morris (2):
Merge branch 'tpmdd-fixes-v3.6' of git://github.com/shpedoikal/linux into for-linus
Merge branch 'tpmdd-next-v3.6' of git://github.com/shpedoikal/linux into for-linus

Peter Huewe (1):
tpm: Propagate error from tpm_transmit to fix a timeout hang

drivers/char/tpm/tpm.c | 24 ++++++++++++++++--------
drivers/char/tpm/tpm.h | 9 +++++++--
drivers/char/tpm/tpm_ppi.c | 18 ++++++++++--------
3 files changed, 33 insertions(+), 18 deletions(-)


2012-10-11 22:19:30

by Andrew Morton

[permalink] [raw]
Subject: Re: [GIT] TPM bugfixes

On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
James Morris <[email protected]> wrote:

> Please pull these fixes for the TPM code.
>
> The following changes since commit 12250d843e8489ee00b5b7726da855e51694e792:
>
> Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux (2012-10-11 10:27:51 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus

Gargh. Is it possible to add a human-readable http URL to these things
so that people can actually look at the patches without hoop-jumping?

> Peter Huewe (1):
> tpm: Propagate error from tpm_transmit to fix a timeout hang

Did this one get the -stable tag added to it?

2012-10-11 22:45:13

by Richard Weinberger

[permalink] [raw]
Subject: Re: [GIT] TPM bugfixes

On Fri, Oct 12, 2012 at 12:19 AM, Andrew Morton
<[email protected]> wrote:
> On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
> James Morris <[email protected]> wrote:
>
>> Please pull these fixes for the TPM code.
>>
>> The following changes since commit 12250d843e8489ee00b5b7726da855e51694e792:
>>
>> Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux (2012-10-11 10:27:51 +0900)
>>
>> are available in the git repository at:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus
>
> Gargh. Is it possible to add a human-readable http URL to these things
> so that people can actually look at the patches without hoop-jumping?

rw@mantary:~> echo
"git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
for-linus" | sed -e
's/git\:\/\//http\:\/\//;s/\/pub\/scm\//\?p=/g;s/\.git
/\.git\;a=shortlog;h=refs\/heads\//g'

http://git.kernel.org?p=linux/kernel/git/jmorris/linux-security.git;a=shortlog;h=refs/heads/for-linus

--
Thanks,
//richard

2012-10-11 22:49:41

by Andrew Morton

[permalink] [raw]
Subject: Re: [GIT] TPM bugfixes

On Fri, 12 Oct 2012 00:45:06 +0200
richard -rw- weinberger <[email protected]> wrote:

> On Fri, Oct 12, 2012 at 12:19 AM, Andrew Morton
> <[email protected]> wrote:
> > On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
> > James Morris <[email protected]> wrote:
> >
> >> Please pull these fixes for the TPM code.
> >>
> >> The following changes since commit 12250d843e8489ee00b5b7726da855e51694e792:
> >>
> >> Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux (2012-10-11 10:27:51 +0900)
> >>
> >> are available in the git repository at:
> >>
> >> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus
> >
> > Gargh. Is it possible to add a human-readable http URL to these things
> > so that people can actually look at the patches without hoop-jumping?
>
> rw@mantary:~> echo
> "git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
> for-linus" | sed -e
> 's/git\:\/\//http\:\/\//;s/\/pub\/scm\//\?p=/g;s/\.git
> /\.git\;a=shortlog;h=refs\/heads\//g'
>
> http://git.kernel.org?p=linux/kernel/git/jmorris/linux-security.git;a=shortlog;h=refs/heads/for-linus
>

Geeze.

Thanks. Followed by ^F, copy-n-paste, then hope it's on the first page?

No, the -stable tag isn't there.

2012-10-11 23:00:07

by Andrew Morton

[permalink] [raw]
Subject: Re: [GIT] TPM bugfixes

On Thu, 11 Oct 2012 15:49:36 -0700
Andrew Morton <[email protected]> wrote:

> On Fri, 12 Oct 2012 00:45:06 +0200
> richard -rw- weinberger <[email protected]> wrote:
>
> > On Fri, Oct 12, 2012 at 12:19 AM, Andrew Morton
> > <[email protected]> wrote:
> > > On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
> > > James Morris <[email protected]> wrote:
> > >
> > >> Please pull these fixes for the TPM code.
> > >>
> > >> The following changes since commit 12250d843e8489ee00b5b7726da855e51694e792:
> > >>
> > >> Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux (2012-10-11 10:27:51 +0900)
> > >>
> > >> are available in the git repository at:
> > >>
> > >> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus
> > >
> > > Gargh. Is it possible to add a human-readable http URL to these things
> > > so that people can actually look at the patches without hoop-jumping?
> >
> > rw@mantary:~> echo
> > "git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
> > for-linus" | sed -e
> > 's/git\:\/\//http\:\/\//;s/\/pub\/scm\//\?p=/g;s/\.git
> > /\.git\;a=shortlog;h=refs\/heads\//g'
> >
> > http://git.kernel.org?p=linux/kernel/git/jmorris/linux-security.git;a=shortlog;h=refs/heads/for-linus
> >
>
> Geeze.
>
> Thanks. Followed by ^F, copy-n-paste, then hope it's on the first page?

http://git.kernel.org/?p=linux/kernel/git/jmorris/linux-security.git;a=commit;h=abce9ac292e13da367bbd22c1f7669f988d931ac

Which can be shortened to something like

http://git.kernel.org/?p=linux/kernel/git/jmorris/linux-security.git;h=abce9ac2

Simply including the commit IDs would help a lot. Including the full
URL to each commit would be nicer.

I assume Junio owns that script?

2012-10-12 00:10:46

by Randy Dunlap

[permalink] [raw]
Subject: Re: [GIT] TPM bugfixes

On 10/11/2012 04:00 PM, Andrew Morton wrote:

> On Thu, 11 Oct 2012 15:49:36 -0700
> Andrew Morton <[email protected]> wrote:
>
>> On Fri, 12 Oct 2012 00:45:06 +0200
>> richard -rw- weinberger <[email protected]> wrote:
>>
>>> On Fri, Oct 12, 2012 at 12:19 AM, Andrew Morton
>>> <[email protected]> wrote:
>>>> On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
>>>> James Morris <[email protected]> wrote:
>>>>
>>>>> Please pull these fixes for the TPM code.
>>>>>
>>>>> The following changes since commit 12250d843e8489ee00b5b7726da855e51694e792:
>>>>>
>>>>> Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux (2012-10-11 10:27:51 +0900)
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>> git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus
>>>>
>>>> Gargh. Is it possible to add a human-readable http URL to these things
>>>> so that people can actually look at the patches without hoop-jumping?
>>>
>>> rw@mantary:~> echo
>>> "git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
>>> for-linus" | sed -e
>>> 's/git\:\/\//http\:\/\//;s/\/pub\/scm\//\?p=/g;s/\.git
>>> /\.git\;a=shortlog;h=refs\/heads\//g'
>>>
>>> http://git.kernel.org?p=linux/kernel/git/jmorris/linux-security.git;a=shortlog;h=refs/heads/for-linus
>>>
>>
>> Geeze.
>>
>> Thanks. Followed by ^F, copy-n-paste, then hope it's on the first page?
>
> http://git.kernel.org/?p=linux/kernel/git/jmorris/linux-security.git;a=commit;h=abce9ac292e13da367bbd22c1f7669f988d931ac
>
> Which can be shortened to something like
>
> http://git.kernel.org/?p=linux/kernel/git/jmorris/linux-security.git;h=abce9ac2
>
> Simply including the commit IDs would help a lot. Including the full
> URL to each commit would be nicer.

absolutely (for full URL).

> I assume Junio owns that script?
> --


--
~Randy