Re: [GIT PULL] Miscellaneous keyrings and modsign fixes

2016-02-11 Thread Sasha Levin
On 02/11/2016 03:11 AM, Philipp Hahn wrote: > Hello David, cc:stable, cc:Sasha, > > Am 25.09.2015 um 17:54 schrieb David Howells: >> Can you pass these changes on to Linus? There are four: > ... >> (3) Don't strip leading zeros from the key ID when using it to construct a >> key description

Re: [GIT PULL] Miscellaneous keyrings and modsign fixes

2016-02-11 Thread David Howells
Philipp Hahn wrote: > Am 25.09.2015 um 17:54 schrieb David Howells: > > Can you pass these changes on to Linus? There are four: > ... > > (3) Don't strip leading zeros from the key ID when using it to construct a > > key description lest this make the key not match. > > That commit e7c87b

Re: [GIT PULL] Miscellaneous keyrings and modsign fixes

2016-02-11 Thread Philipp Hahn
Hello David, cc:stable, cc:Sasha, Am 25.09.2015 um 17:54 schrieb David Howells: > Can you pass these changes on to Linus? There are four: ... > (3) Don't strip leading zeros from the key ID when using it to construct a > key description lest this make the key not match. That commit e7c87be

Re: [GIT PULL] Miscellaneous keyrings and modsign fixes

2015-09-29 Thread James Morris
On Tue, 29 Sep 2015, James Morris wrote: > On Fri, 25 Sep 2015, David Howells wrote: > > > --- > > The following changes since commit ced255c0c5fb9ab52c9465982f23b1c14005ef8b: > > > > Merge branch 'next' of > > git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux (2015-09-24 > > 20:14:

Re: [GIT PULL] Miscellaneous keyrings and modsign fixes

2015-09-29 Thread James Morris
On Fri, 25 Sep 2015, David Howells wrote: > --- > The following changes since commit ced255c0c5fb9ab52c9465982f23b1c14005ef8b: > > Merge branch 'next' of > git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux (2015-09-24 > 20:14:26 -0700) > > are available in the git repository at: >

[GIT PULL] Miscellaneous keyrings and modsign fixes

2015-09-25 Thread David Howells
Hi James, Can you pass these changes on to Linus? There are four: (1) Fix a potential race between keyring destruction and keyring lookup by name. (2) Remove unneeded headers from extract-cert.c, at least one of which will prevent it from compiling if the openssl libs are too old.