All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT] TPM bugfixes
@ 2012-10-11 10:54 James Morris
  2012-10-11 22:19 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: James Morris @ 2012-10-11 10:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-security-module, Kent Yoder

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(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] TPM bugfixes
  2012-10-11 10:54 [GIT] TPM bugfixes James Morris
@ 2012-10-11 22:19 ` Andrew Morton
  2012-10-11 22:45   ` richard -rw- weinberger
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2012-10-11 22:19 UTC (permalink / raw)
  To: James Morris
  Cc: Linus Torvalds, linux-kernel, linux-security-module, Kent Yoder

On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
James Morris <jmorris@namei.org> 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?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] TPM bugfixes
  2012-10-11 22:19 ` Andrew Morton
@ 2012-10-11 22:45   ` richard -rw- weinberger
  2012-10-11 22:49     ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: richard -rw- weinberger @ 2012-10-11 22:45 UTC (permalink / raw)
  To: Andrew Morton
  Cc: James Morris, Linus Torvalds, linux-kernel, linux-security-module,
	Kent Yoder

On Fri, Oct 12, 2012 at 12:19 AM, Andrew Morton
<akpm@linux-foundation.org> wrote:
> On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
> James Morris <jmorris@namei.org> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] TPM bugfixes
  2012-10-11 22:45   ` richard -rw- weinberger
@ 2012-10-11 22:49     ` Andrew Morton
  2012-10-11 23:00       ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2012-10-11 22:49 UTC (permalink / raw)
  To: richard -rw- weinberger
  Cc: James Morris, Linus Torvalds, linux-kernel, linux-security-module,
	Kent Yoder

On Fri, 12 Oct 2012 00:45:06 +0200
richard -rw- weinberger <richard.weinberger@gmail.com> wrote:

> On Fri, Oct 12, 2012 at 12:19 AM, Andrew Morton
> <akpm@linux-foundation.org> wrote:
> > On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
> > James Morris <jmorris@namei.org> 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] TPM bugfixes
  2012-10-11 22:49     ` Andrew Morton
@ 2012-10-11 23:00       ` Andrew Morton
  2012-10-12  0:10         ` Randy Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2012-10-11 23:00 UTC (permalink / raw)
  To: richard -rw- weinberger, James Morris, Linus Torvalds,
	linux-kernel, linux-security-module, Kent Yoder

On Thu, 11 Oct 2012 15:49:36 -0700
Andrew Morton <akpm@linux-foundation.org> wrote:

> On Fri, 12 Oct 2012 00:45:06 +0200
> richard -rw- weinberger <richard.weinberger@gmail.com> wrote:
> 
> > On Fri, Oct 12, 2012 at 12:19 AM, Andrew Morton
> > <akpm@linux-foundation.org> wrote:
> > > On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
> > > James Morris <jmorris@namei.org> 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?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT] TPM bugfixes
  2012-10-11 23:00       ` Andrew Morton
@ 2012-10-12  0:10         ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2012-10-12  0:10 UTC (permalink / raw)
  To: Andrew Morton
  Cc: richard -rw- weinberger, James Morris, Linus Torvalds,
	linux-kernel, linux-security-module, Kent Yoder

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

> On Thu, 11 Oct 2012 15:49:36 -0700
> Andrew Morton <akpm@linux-foundation.org> wrote:
> 
>> On Fri, 12 Oct 2012 00:45:06 +0200
>> richard -rw- weinberger <richard.weinberger@gmail.com> wrote:
>>
>>> On Fri, Oct 12, 2012 at 12:19 AM, Andrew Morton
>>> <akpm@linux-foundation.org> wrote:
>>>> On Thu, 11 Oct 2012 21:54:18 +1100 (EST)
>>>> James Morris <jmorris@namei.org> 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-12  0:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11 10:54 [GIT] TPM bugfixes James Morris
2012-10-11 22:19 ` Andrew Morton
2012-10-11 22:45   ` richard -rw- weinberger
2012-10-11 22:49     ` Andrew Morton
2012-10-11 23:00       ` Andrew Morton
2012-10-12  0:10         ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.