Re: Linux 4.3.2

2015-12-11 Thread Jörg-Volker Peetz
Greg KH wrote on 12/11/15 00:40: > I'm announcing the release of the 4.3.2 kernel. > > This release fixes a bug with regards to X.509 certificates, more > details can be found in the commit log. If you don't use these > certificates, no need to upgrade from 4.3.1. Note, the bug is also in > 4.3.

Re: Linux 4.3.2

2015-12-10 Thread Greg KH
diff --git a/Makefile b/Makefile index 266eeacc1490..1a4953b3e10f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 4 PATCHLEVEL = 3 -SUBLEVEL = 1 +SUBLEVEL = 2 EXTRAVERSION = NAME = Blurry Fish Butt diff --git a/crypto/asymmetric_keys/x509_cert_parser.c b/crypto/asymmetric_keys

Linux 4.3.2

2015-12-10 Thread Greg KH
greg k-h Makefile |2 +- crypto/asymmetric_keys/x509_cert_parser.c | 18 ++ 2 files changed, 11 insertions(+), 9 deletions(-) David Howells (1): X.509: Fix the time validation [ver #2] Greg Kroah-Hartman (1): Linux 4.3.2